a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml	2014-04-16 15:53:08.145402094 +0100
365159b
@@ -27,4 +27,37 @@
a0e15dc
     <ws>gtk</ws>
Krzysztof Daniel 804ccff
     <arch>x86_64</arch>
Krzysztof Daniel 804ccff
   </properties>
a0e15dc
+  <profiles>
365159b
+    <profile>
a0e15dc
+      <id>build-native-launchers-gtk.linux.x86_64</id>
Krzysztof Daniel 804ccff
+      <activation>
Krzysztof Daniel 804ccff
+        <property>
Krzysztof Daniel 804ccff
+          <name>native</name>
a0e15dc
+          <value>gtk.linux.x86_64</value>
Krzysztof Daniel 804ccff
+        </property>
Krzysztof Daniel 804ccff
+      </activation>
Krzysztof Daniel 804ccff
+      <build>
Krzysztof Daniel 804ccff
+        <plugins>
Krzysztof Daniel 804ccff
+          <plugin>
Krzysztof Daniel 804ccff
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel 804ccff
+            <executions>
Krzysztof Daniel 804ccff
+              <execution>
Krzysztof Daniel 804ccff
+                <id>compile-executable-natives</id>
Krzysztof Daniel 804ccff
+                <phase>generate-resources</phase>
Krzysztof Daniel 804ccff
+                <configuration>
Krzysztof Daniel 804ccff
+                  <target>
a0e15dc
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
Krzysztof Daniel 804ccff
+                  </target>
Krzysztof Daniel 804ccff
+                </configuration>
Krzysztof Daniel 804ccff
+                <goals>
Krzysztof Daniel 804ccff
+                  <goal>run</goal>
Krzysztof Daniel 804ccff
+                </goals>
Krzysztof Daniel 804ccff
+              </execution>
Krzysztof Daniel 804ccff
+            </executions>
Krzysztof Daniel 804ccff
+          </plugin>
Krzysztof Daniel 804ccff
+        </plugins>
Krzysztof Daniel 804ccff
+      </build>
Krzysztof Daniel 804ccff
+    </profile>
a0e15dc
+  </profiles>
Krzysztof Daniel 804ccff
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml	2014-04-16 15:53:08.145402094 +0100
365159b
@@ -27,4 +27,37 @@
a0e15dc
     <ws>win32</ws>
a0e15dc
     <arch>x86_64</arch>
Krzysztof Daniel 804ccff
   </properties>
Krzysztof Daniel 804ccff
+  <profiles>
365159b
+    <profile>
a0e15dc
+      <id>build-native-launchers-win32.win32.x86_64</id>
Krzysztof Daniel 804ccff
+      <activation>
Krzysztof Daniel 804ccff
+        <property>
Krzysztof Daniel 804ccff
+          <name>native</name>
a0e15dc
+          <value>win32.win32.x86_64</value>
Krzysztof Daniel 804ccff
+        </property>
Krzysztof Daniel 804ccff
+      </activation>
Krzysztof Daniel 804ccff
+      <build>
Krzysztof Daniel 804ccff
+        <plugins>
Krzysztof Daniel 804ccff
+          <plugin>
Krzysztof Daniel 804ccff
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel 804ccff
+            <executions>
Krzysztof Daniel 804ccff
+              <execution>
Krzysztof Daniel 804ccff
+                <id>compile-executable-natives</id>
Krzysztof Daniel 804ccff
+                <phase>generate-resources</phase>
Krzysztof Daniel 804ccff
+                <configuration>
Krzysztof Daniel 804ccff
+                  <target>
a0e15dc
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/win32/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/win32/" target="build_eclipse"/>
Krzysztof Daniel 804ccff
+                  </target>
Krzysztof Daniel 804ccff
+                </configuration>
Krzysztof Daniel 804ccff
+                <goals>
Krzysztof Daniel 804ccff
+                  <goal>run</goal>
Krzysztof Daniel 804ccff
+                </goals>
Krzysztof Daniel 804ccff
+              </execution>
Krzysztof Daniel 804ccff
+            </executions>
Krzysztof Daniel 804ccff
+          </plugin>
Krzysztof Daniel 804ccff
+        </plugins>
Krzysztof Daniel 804ccff
+      </build>
Krzysztof Daniel 804ccff
+    </profile>
Krzysztof Daniel 804ccff
+  </profiles>
Krzysztof Daniel 804ccff
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml.orig	2014-04-16 15:57:02.805249103 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml	2014-04-16 15:57:26.204834155 +0100
365159b
@@ -27,4 +27,37 @@
Krzysztof Daniel 804ccff
     <ws>gtk</ws>
a0e15dc
     <arch>ppc64le</arch>
Krzysztof Daniel 804ccff
   </properties>
Krzysztof Daniel 804ccff
+  <profiles>
365159b
+    <profile>
a0e15dc
+      <id>build-native-launchers-gtk.linux.ppc64le</id>
Krzysztof Daniel 804ccff
+      <activation>
Krzysztof Daniel 804ccff
+        <property>
Krzysztof Daniel 804ccff
+          <name>native</name>
a0e15dc
+          <value>gtk.linux.ppc64le</value>
Krzysztof Daniel 804ccff
+        </property>
Krzysztof Daniel 804ccff
+      </activation>
Krzysztof Daniel 804ccff
+      <build>
Krzysztof Daniel 804ccff
+        <plugins>
Krzysztof Daniel 804ccff
+          <plugin>
Krzysztof Daniel 804ccff
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel 804ccff
+            <executions>
Krzysztof Daniel 804ccff
+              <execution>
Krzysztof Daniel 804ccff
+                <id>compile-executable-natives</id>
Krzysztof Daniel 804ccff
+                <phase>generate-resources</phase>
Krzysztof Daniel 804ccff
+                <configuration>
Krzysztof Daniel 804ccff
+                  <target>
Mat Booth f0d416f
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
Krzysztof Daniel 804ccff
+                  </target>
Krzysztof Daniel 804ccff
+                </configuration>
Krzysztof Daniel 804ccff
+                <goals>
Krzysztof Daniel 804ccff
+                  <goal>run</goal>
Krzysztof Daniel 804ccff
+                </goals>
Krzysztof Daniel 804ccff
+              </execution>
Krzysztof Daniel 804ccff
+            </executions>
Krzysztof Daniel 804ccff
+          </plugin>
Krzysztof Daniel 804ccff
+        </plugins>
Krzysztof Daniel 804ccff
+      </build>
Krzysztof Daniel 804ccff
+    </profile>
Krzysztof Daniel 804ccff
+  </profiles>
Krzysztof Daniel 804ccff
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml	2014-04-16 15:53:08.145402094 +0100
365159b
@@ -27,4 +27,37 @@
a0e15dc
     <ws>gtk</ws>
Krzysztof Daniel 804ccff
     <arch>x86</arch>
Krzysztof Daniel 804ccff
   </properties>
Krzysztof Daniel 804ccff
+  <profiles>
365159b
+    <profile>
a0e15dc
+      <id>build-native-launchers-gtk.linux.x86</id>
Krzysztof Daniel 804ccff
+      <activation>
Krzysztof Daniel 804ccff
+        <property>
Krzysztof Daniel 804ccff
+          <name>native</name>
a0e15dc
+          <value>gtk.linux.x86</value>
Krzysztof Daniel 804ccff
+        </property>
Krzysztof Daniel 804ccff
+      </activation>
Krzysztof Daniel 804ccff
+      <build>
Krzysztof Daniel 804ccff
+        <plugins>
Krzysztof Daniel 804ccff
+          <plugin>
Krzysztof Daniel 804ccff
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel 804ccff
+            <executions>
Krzysztof Daniel 804ccff
+              <execution>
Krzysztof Daniel 804ccff
+                <id>compile-executable-natives</id>
Krzysztof Daniel 804ccff
+                <phase>generate-resources</phase>
Krzysztof Daniel 804ccff
+                <configuration>
Krzysztof Daniel 804ccff
+                  <target>
a0e15dc
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
Krzysztof Daniel 804ccff
+                  </target>
Krzysztof Daniel 804ccff
+                </configuration>
Krzysztof Daniel 804ccff
+                <goals>
Krzysztof Daniel 804ccff
+                  <goal>run</goal>
Krzysztof Daniel 804ccff
+                </goals>
Krzysztof Daniel 804ccff
+              </execution>
Krzysztof Daniel 804ccff
+            </executions>
Krzysztof Daniel 804ccff
+          </plugin>
Krzysztof Daniel 804ccff
+        </plugins>
Krzysztof Daniel 804ccff
+      </build>
Krzysztof Daniel 804ccff
+    </profile>
Krzysztof Daniel 804ccff
+  </profiles>
Krzysztof Daniel 804ccff
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml	2014-04-16 15:53:08.145402094 +0100
365159b
@@ -27,4 +27,37 @@
Krzysztof Daniel 804ccff
     <ws>win32</ws>
a0e15dc
     <arch>x86</arch>
Krzysztof Daniel 804ccff
   </properties>
Krzysztof Daniel 804ccff
+  <profiles>
365159b
+    <profile>
a0e15dc
+      <id>build-native-launchers-win32.win32.x86</id>
Krzysztof Daniel 804ccff
+      <activation>
Krzysztof Daniel 804ccff
+        <property>
Krzysztof Daniel 804ccff
+          <name>native</name>
a0e15dc
+          <value>win32.win32.x86</value>
Krzysztof Daniel 804ccff
+        </property>
Krzysztof Daniel 804ccff
+      </activation>
Krzysztof Daniel 804ccff
+      <build>
Krzysztof Daniel 804ccff
+        <plugins>
Krzysztof Daniel 804ccff
+          <plugin>
Krzysztof Daniel 804ccff
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel 804ccff
+            <executions>
Krzysztof Daniel 804ccff
+              <execution>
Krzysztof Daniel 804ccff
+                <id>compile-executable-natives</id>
Krzysztof Daniel 804ccff
+                <phase>generate-resources</phase>
Krzysztof Daniel 804ccff
+                <configuration>
Krzysztof Daniel 804ccff
+                  <target>
Mat Booth f0d416f
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/win32/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/win32/" target="build_eclipse"/>
Krzysztof Daniel 804ccff
+                  </target>
Krzysztof Daniel 804ccff
+                </configuration>
Krzysztof Daniel 804ccff
+                <goals>
Krzysztof Daniel 804ccff
+                  <goal>run</goal>
Krzysztof Daniel 804ccff
+                </goals>
Krzysztof Daniel b526d5c
+              </execution>
Krzysztof Daniel b526d5c
+            </executions>
Krzysztof Daniel b526d5c
+          </plugin>
Krzysztof Daniel b526d5c
+        </plugins>
Krzysztof Daniel b526d5c
+      </build>
Krzysztof Daniel b526d5c
+    </profile>
Krzysztof Daniel b526d5c
+  </profiles>
Krzysztof Daniel b526d5c
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml	2014-04-16 15:53:08.145402094 +0100
365159b
@@ -27,4 +27,37 @@
Krzysztof Daniel b526d5c
     <ws>gtk</ws>
Krzysztof Daniel b526d5c
     <arch>s390</arch>
Krzysztof Daniel b526d5c
   </properties>
Krzysztof Daniel b526d5c
+  <profiles>
365159b
+    <profile>
Krzysztof Daniel b526d5c
+      <id>build-native-launchers-gtk.linux.s390</id>
Krzysztof Daniel b526d5c
+      <activation>
Krzysztof Daniel b526d5c
+        <property>
Krzysztof Daniel b526d5c
+          <name>native</name>
Krzysztof Daniel b526d5c
+          <value>gtk.linux.s390</value>
Krzysztof Daniel b526d5c
+        </property>
Krzysztof Daniel b526d5c
+      </activation>
Krzysztof Daniel b526d5c
+      <build>
Krzysztof Daniel b526d5c
+        <plugins>
Krzysztof Daniel b526d5c
+          <plugin>
Krzysztof Daniel b526d5c
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel b526d5c
+            <executions>
Krzysztof Daniel b526d5c
+              <execution>
Krzysztof Daniel b526d5c
+                <id>compile-executable-natives</id>
Krzysztof Daniel b526d5c
+                <phase>generate-resources</phase>
Krzysztof Daniel b526d5c
+                <configuration>
Krzysztof Daniel b526d5c
+                  <target>
Mat Booth f0d416f
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
Krzysztof Daniel b526d5c
+                  </target>
Krzysztof Daniel b526d5c
+                </configuration>
Krzysztof Daniel b526d5c
+                <goals>
Krzysztof Daniel b526d5c
+                  <goal>run</goal>
Krzysztof Daniel b526d5c
+                </goals>
Krzysztof Daniel b526d5c
+              </execution>
Krzysztof Daniel b526d5c
+            </executions>
Krzysztof Daniel b526d5c
+          </plugin>
Krzysztof Daniel b526d5c
+        </plugins>
Krzysztof Daniel b526d5c
+      </build>
Krzysztof Daniel b526d5c
+    </profile>
Krzysztof Daniel b526d5c
+  </profiles>
Krzysztof Daniel b526d5c
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml	2014-04-16 15:53:08.146402075 +0100
365159b
@@ -27,4 +27,37 @@
Krzysztof Daniel b526d5c
     <ws>gtk</ws>
Krzysztof Daniel b526d5c
     <arch>s390x</arch>
Krzysztof Daniel b526d5c
   </properties>
Krzysztof Daniel b526d5c
+  <profiles>
365159b
+    <profile>
Krzysztof Daniel b526d5c
+      <id>build-native-launchers-gtk.linux.s390x</id>
Krzysztof Daniel b526d5c
+      <activation>
Krzysztof Daniel b526d5c
+        <property>
Krzysztof Daniel b526d5c
+          <name>native</name>
Krzysztof Daniel b526d5c
+          <value>gtk.linux.s390x</value>
Krzysztof Daniel b526d5c
+        </property>
Krzysztof Daniel b526d5c
+      </activation>
Krzysztof Daniel b526d5c
+      <build>
Krzysztof Daniel b526d5c
+        <plugins>
Krzysztof Daniel b526d5c
+          <plugin>
Krzysztof Daniel b526d5c
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel b526d5c
+            <executions>
Krzysztof Daniel b526d5c
+              <execution>
Krzysztof Daniel b526d5c
+                <id>compile-executable-natives</id>
Krzysztof Daniel b526d5c
+                <phase>generate-resources</phase>
Krzysztof Daniel b526d5c
+                <configuration>
Krzysztof Daniel b526d5c
+                  <target>
Mat Booth f0d416f
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
Krzysztof Daniel b526d5c
+                  </target>
Krzysztof Daniel b526d5c
+                </configuration>
Krzysztof Daniel b526d5c
+                <goals>
Krzysztof Daniel b526d5c
+                  <goal>run</goal>
Krzysztof Daniel b526d5c
+                </goals>
Krzysztof Daniel b526d5c
+              </execution>
Krzysztof Daniel b526d5c
+            </executions>
Krzysztof Daniel b526d5c
+          </plugin>
Krzysztof Daniel b526d5c
+        </plugins>
Krzysztof Daniel b526d5c
+      </build>
Krzysztof Daniel b526d5c
+    </profile>
Krzysztof Daniel b526d5c
+  </profiles>
Krzysztof Daniel b526d5c
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml	2014-04-16 15:57:28.315796703 +0100
365159b
@@ -27,4 +27,37 @@
Krzysztof Daniel b526d5c
     <ws>gtk</ws>
a0e15dc
     <arch>ppc64</arch>
Krzysztof Daniel b526d5c
   </properties>
Krzysztof Daniel b526d5c
+  <profiles>
365159b
+    <profile>
a0e15dc
+      <id>build-native-launchers-gtk.linux.ppc64</id>
Krzysztof Daniel b526d5c
+      <activation>
Krzysztof Daniel b526d5c
+        <property>
Krzysztof Daniel b526d5c
+          <name>native</name>
a0e15dc
+          <value>gtk.linux.ppc64</value>
Krzysztof Daniel b526d5c
+        </property>
Krzysztof Daniel b526d5c
+      </activation>
Krzysztof Daniel b526d5c
+      <build>
Krzysztof Daniel b526d5c
+        <plugins>
Krzysztof Daniel b526d5c
+          <plugin>
Krzysztof Daniel b526d5c
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel b526d5c
+            <executions>
Krzysztof Daniel b526d5c
+              <execution>
Krzysztof Daniel b526d5c
+                <id>compile-executable-natives</id>
Krzysztof Daniel b526d5c
+                <phase>generate-resources</phase>
Krzysztof Daniel b526d5c
+                <configuration>
Krzysztof Daniel b526d5c
+                  <target>
Mat Booth f0d416f
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
Krzysztof Daniel b526d5c
+                  </target>
Krzysztof Daniel b526d5c
+                </configuration>
Krzysztof Daniel b526d5c
+                <goals>
Krzysztof Daniel b526d5c
+                  <goal>run</goal>
Krzysztof Daniel b526d5c
+                </goals>
Krzysztof Daniel b526d5c
+              </execution>
Krzysztof Daniel b526d5c
+            </executions>
Krzysztof Daniel b526d5c
+          </plugin>
Krzysztof Daniel b526d5c
+        </plugins>
Krzysztof Daniel b526d5c
+      </build>
Krzysztof Daniel b526d5c
+    </profile>
Krzysztof Daniel b526d5c
+  </profiles>
Krzysztof Daniel b526d5c
 </project>
a0e15dc
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
a0e15dc
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml	2014-04-16 15:53:08.146402075 +0100
365159b
@@ -27,4 +27,37 @@
Krzysztof Daniel b526d5c
     <ws>gtk</ws>
a0e15dc
     <arch>ppc</arch>
Krzysztof Daniel b526d5c
   </properties>
Krzysztof Daniel b526d5c
+  <profiles>
365159b
+    <profile>
a0e15dc
+      <id>build-native-launchers-gtk.linux.ppc</id>
Krzysztof Daniel b526d5c
+      <activation>
Krzysztof Daniel b526d5c
+        <property>
Krzysztof Daniel b526d5c
+          <name>native</name>
a0e15dc
+          <value>gtk.linux.ppc</value>
Krzysztof Daniel b526d5c
+        </property>
Krzysztof Daniel b526d5c
+      </activation>
Krzysztof Daniel b526d5c
+      <build>
Krzysztof Daniel b526d5c
+        <plugins>
Krzysztof Daniel b526d5c
+          <plugin>
Krzysztof Daniel b526d5c
+            <artifactId>maven-antrun-plugin</artifactId>
365159b
+            <version>1.7</version>
Krzysztof Daniel b526d5c
+            <executions>
Krzysztof Daniel b526d5c
+              <execution>
Krzysztof Daniel b526d5c
+                <id>compile-executable-natives</id>
Krzysztof Daniel b526d5c
+                <phase>generate-resources</phase>
Krzysztof Daniel b526d5c
+                <configuration>
Krzysztof Daniel b526d5c
+                  <target>
Mat Booth f0d416f
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
Krzysztof Daniel b526d5c
+                  </target>
Krzysztof Daniel b526d5c
+                </configuration>
Krzysztof Daniel b526d5c
+                <goals>
Krzysztof Daniel b526d5c
+                  <goal>run</goal>
Krzysztof Daniel b526d5c
+                </goals>
Krzysztof Daniel 804ccff
+              </execution>
Krzysztof Daniel 804ccff
+            </executions>
Krzysztof Daniel 804ccff
+          </plugin>
Krzysztof Daniel 804ccff
+        </plugins>
Krzysztof Daniel 804ccff
+      </build>
Krzysztof Daniel 804ccff
+    </profile>
Krzysztof Daniel 804ccff
+  </profiles>
Krzysztof Daniel 804ccff
 </project>