diff options
| author | Thanh Ha | 2012-09-26 20:00:03 +0000 |
|---|---|---|
| committer | Thomas Watson | 2012-09-26 20:00:03 +0000 |
| commit | 17949c855d16ec4936ef23693a0b487ca95ab788 (patch) | |
| tree | d0eb7d632bbffa613a90564878b97204fb87e547 | |
| parent | ec1a05c78a3626e3f900596dd95842731e529e60 (diff) | |
| download | rt.equinox.framework-17949c855d16ec4936ef23693a0b487ca95ab788.tar.gz rt.equinox.framework-17949c855d16ec4936ef23693a0b487ca95ab788.tar.xz rt.equinox.framework-17949c855d16ec4936ef23693a0b487ca95ab788.zip | |
Bug 390475 - Fix ant build targets in pomv20120926-200003
| -rw-r--r-- | bundles/org.eclipse.equinox.executable/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.equinox.executable/pom.xml b/bundles/org.eclipse.equinox.executable/pom.xml index c30a13647..d6acc5d45 100644 --- a/bundles/org.eclipse.equinox.executable/pom.xml +++ b/bundles/org.eclipse.equinox.executable/pom.xml @@ -45,7 +45,7 @@ <phase>generate-resources</phase> <configuration> <target> - <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse_cbi" /> + <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse" /> </target> </configuration> <goals> @@ -98,7 +98,7 @@ <phase>generate-resources</phase> <configuration> <target> - <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse_cbi" /> + <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse" /> </target> </configuration> <goals> @@ -151,7 +151,7 @@ <phase>generate-resources</phase> <configuration> <target> - <ant antfile="build.xml" dir="library/win32/" target="build_eclipse_cbi" /> + <ant antfile="build.xml" dir="library/win32/" target="build_eclipse" /> </target> </configuration> <goals> @@ -204,7 +204,7 @@ <phase>generate-resources</phase> <configuration> <target> - <ant antfile="build.xml" dir="library/win32/" target="build_eclipse_cbi" /> + <ant antfile="build.xml" dir="library/win32/" target="build_eclipse" /> </target> </configuration> <goals> @@ -257,7 +257,7 @@ <phase>generate-resources</phase> <configuration> <target> - <ant antfile="build.xml" dir="library/carbon/" target="build_eclipse_cbi" /> + <ant antfile="build.xml" dir="library/carbon/" target="build_eclipse" /> </target> </configuration> <goals> |
