Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-20 19:25:09 +0000
committerThomas Watson2013-06-24 21:07:19 +0000
commitb492ede68e6b06f3457ccc440da6a82a4d5af246 (patch)
tree61188f64ec50e6454ba86a7f92cfecd799895f74 /features/org.eclipse.equinox.executable.feature
parent1779af8260291e6fa02064da89840f9b37e9eb3e (diff)
downloadrt.equinox.framework-b492ede68e6b06f3457ccc440da6a82a4d5af246.tar.gz
rt.equinox.framework-b492ede68e6b06f3457ccc440da6a82a4d5af246.tar.xz
rt.equinox.framework-b492ede68e6b06f3457ccc440da6a82a4d5af246.zip
Bug 411169 - Update parent POMs for Luna
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature')
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 939c8b57d..3ca3fdcb3 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>rt.equinox.framework</artifactId>
<groupId>org.eclipse.equinox.framework</groupId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox.feature</groupId>
@@ -37,11 +37,10 @@
<configuration>
<target>
<!-- note that here we reference previously declared dependency -->
- <unzip src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.directory}/tmp" />
+ <unzip src="${project.build.directory}/${project.build.finalName}.jar" dest="${project.build.directory}/tmp"/>
<copy file="resources/build.properties" todir="${project.build.directory}/tmp"/>
<copy file="resources/build.xml" todir="${project.build.directory}/tmp"/>
- <zip basedir="${project.build.directory}/tmp"
- destfile="${project.build.directory}/${project.build.finalName}.jar" />
+ <zip basedir="${project.build.directory}/tmp" destfile="${project.build.directory}/${project.build.finalName}.jar"/>
<!-- now the modified jar is available -->
</target>
</configuration>

Back to the top