Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2015-03-10 13:15:03 +0000
committerArun Thondapu2015-04-08 14:46:46 +0000
commit794e98e8d3740dd967daac5688e097cd49da0040 (patch)
tree4fcbb9b19a9245eb2292458504a44acdc43bca4a /features/org.eclipse.equinox.executable.feature/pom.xml
parent7378a758e9a2171ec5f7cfbe18c02af209f307f4 (diff)
downloadrt.equinox.framework-794e98e8d3740dd967daac5688e097cd49da0040.tar.gz
rt.equinox.framework-794e98e8d3740dd967daac5688e097cd49da0040.tar.xz
rt.equinox.framework-794e98e8d3740dd967daac5688e097cd49da0040.zip
Bug 464050 - Call 'build.sh clean' on native exec builds when doing a 'mvn clean'I20150414-1400I20150414-0800
Change-Id: I4f08c7a428baf2a4267426511756a05fe5907dbc Signed-off-by: Mikaël Barbero <mikael@eclipse.org>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/pom.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index b76921dd6..ce6b54811 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -123,6 +123,18 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>clean-executable-natives</id>
+ <phase>clean</phase>
+ <configuration>
+ <target>
+ <ant antfile="build.xml" dir="library/gtk/" target="clean"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
@@ -153,6 +165,18 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>clean-executable-natives</id>
+ <phase>clean</phase>
+ <configuration>
+ <target>
+ <ant antfile="build.xml" dir="library/gtk/" target="clean"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
@@ -183,6 +207,18 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>clean-executable-natives</id>
+ <phase>clean</phase>
+ <configuration>
+ <target>
+ <ant antfile="build.xml" dir="library/gtk/" target="clean"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
@@ -213,6 +249,18 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>clean-executable-natives</id>
+ <phase>clean</phase>
+ <configuration>
+ <target>
+ <ant antfile="build.xml" dir="library/win32/" target="clean"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
@@ -243,6 +291,18 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>clean-executable-natives</id>
+ <phase>clean</phase>
+ <configuration>
+ <target>
+ <ant antfile="build.xml" dir="library/win32/" target="clean"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
@@ -273,6 +333,18 @@
<goal>run</goal>
</goals>
</execution>
+ <execution>
+ <id>clean-executable-natives</id>
+ <phase>clean</phase>
+ <configuration>
+ <target>
+ <ant antfile="build.xml" dir="library/carbon/" target="clean"/>
+ </target>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>

Back to the top