2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml 2014-04-16 15:53:08.145402094 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2014-04-16 11:39:56 +00:00
|
|
|
<ws>gtk</ws>
|
2013-07-31 09:06:35 +00:00
|
|
|
<arch>x86_64</arch>
|
|
|
|
</properties>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <id>build-native-launchers-gtk.linux.x86_64</id>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <value>gtk.linux.x86_64</value>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ </profiles>
|
2013-07-31 09:06:35 +00:00
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml 2014-04-16 15:53:08.145402094 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2014-04-16 11:39:56 +00:00
|
|
|
<ws>win32</ws>
|
|
|
|
<arch>x86_64</arch>
|
2013-07-31 09:06:35 +00:00
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <id>build-native-launchers-win32.win32.x86_64</id>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <value>win32.win32.x86_64</value>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/win32/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/win32/" target="build_eclipse"/>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml.orig 2014-04-16 15:57:02.805249103 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml 2014-04-16 15:57:26.204834155 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2013-07-31 09:06:35 +00:00
|
|
|
<ws>gtk</ws>
|
2014-04-16 11:39:56 +00:00
|
|
|
<arch>ppc64le</arch>
|
2013-07-31 09:06:35 +00:00
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <id>build-native-launchers-gtk.linux.ppc64le</id>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <value>gtk.linux.ppc64le</value>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-03-14 17:26:14 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml 2014-04-16 15:53:08.145402094 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2014-04-16 11:39:56 +00:00
|
|
|
<ws>gtk</ws>
|
2013-07-31 09:06:35 +00:00
|
|
|
<arch>x86</arch>
|
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <id>build-native-launchers-gtk.linux.x86</id>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <value>gtk.linux.x86</value>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml 2014-04-16 15:53:08.145402094 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2013-07-31 09:06:35 +00:00
|
|
|
<ws>win32</ws>
|
2014-04-16 11:39:56 +00:00
|
|
|
<arch>x86</arch>
|
2013-07-31 09:06:35 +00:00
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <id>build-native-launchers-win32.win32.x86</id>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <value>win32.win32.x86</value>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-03-14 17:26:14 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/win32/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/win32/" target="build_eclipse"/>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml 2014-04-16 15:53:08.145402094 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2013-09-03 07:41:09 +00:00
|
|
|
<ws>gtk</ws>
|
|
|
|
<arch>s390</arch>
|
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <id>build-native-launchers-gtk.linux.s390</id>
|
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
|
|
|
+ <value>gtk.linux.s390</value>
|
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-03-14 17:26:14 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml 2014-04-16 15:53:08.146402075 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2013-09-03 07:41:09 +00:00
|
|
|
<ws>gtk</ws>
|
|
|
|
<arch>s390x</arch>
|
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <id>build-native-launchers-gtk.linux.s390x</id>
|
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
|
|
|
+ <value>gtk.linux.s390x</value>
|
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-03-14 17:26:14 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml 2014-04-16 15:57:28.315796703 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2013-09-03 07:41:09 +00:00
|
|
|
<ws>gtk</ws>
|
2014-04-16 11:39:56 +00:00
|
|
|
<arch>ppc64</arch>
|
2013-09-03 07:41:09 +00:00
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <id>build-native-launchers-gtk.linux.ppc64</id>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <value>gtk.linux.ppc64</value>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-03-14 17:26:14 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|
2014-04-16 11:39:56 +00:00
|
|
|
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml.orig 2014-04-15 14:32:03.000000000 +0100
|
|
|
|
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml 2014-04-16 15:53:08.146402075 +0100
|
2015-01-30 10:05:27 +00:00
|
|
|
@@ -27,4 +27,37 @@
|
2013-09-03 07:41:09 +00:00
|
|
|
<ws>gtk</ws>
|
2014-04-16 11:39:56 +00:00
|
|
|
<arch>ppc</arch>
|
2013-09-03 07:41:09 +00:00
|
|
|
</properties>
|
|
|
|
+ <profiles>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <profile>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <id>build-native-launchers-gtk.linux.ppc</id>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <activation>
|
|
|
|
+ <property>
|
|
|
|
+ <name>native</name>
|
2014-04-16 11:39:56 +00:00
|
|
|
+ <value>gtk.linux.ppc</value>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ </property>
|
|
|
|
+ </activation>
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <artifactId>maven-antrun-plugin</artifactId>
|
2015-01-30 10:05:27 +00:00
|
|
|
+ <version>1.7</version>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>compile-executable-natives</id>
|
|
|
|
+ <phase>generate-resources</phase>
|
|
|
|
+ <configuration>
|
|
|
|
+ <target>
|
2014-03-14 17:26:14 +00:00
|
|
|
+ <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
|
2013-09-03 07:41:09 +00:00
|
|
|
+ </target>
|
|
|
|
+ </configuration>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>run</goal>
|
|
|
|
+ </goals>
|
2013-07-31 09:06:35 +00:00
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ </build>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
</project>
|