Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-03-27 14:40:04 +0000
committerThomas Watson2013-03-27 14:40:04 +0000
commit40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be (patch)
treef20bd1c4eb38c3972c9a5763d0385da2ba7f9435 /launcher-binary-parent
parent7f2a6a87ae21c4a562d836d969207c2177c24368 (diff)
downloadrt.equinox.framework-40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be.tar.gz
rt.equinox.framework-40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be.tar.xz
rt.equinox.framework-40c6d3d3a5ba90d2a63d60d6453bb3f0ed37d4be.zip
Bug 403970 - Update rt.bundles and rt.framework parent versionsI20130402-0800
Diffstat (limited to 'launcher-binary-parent')
-rw-r--r--launcher-binary-parent/pom.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/launcher-binary-parent/pom.xml b/launcher-binary-parent/pom.xml
index 1114aebea..278a6e430 100644
--- a/launcher-binary-parent/pom.xml
+++ b/launcher-binary-parent/pom.xml
@@ -9,16 +9,13 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.equinox.framework</groupId>
<artifactId>rt.equinox.framework</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<artifactId>launcher-binary-parent</artifactId>
@@ -53,12 +50,12 @@
<id>copy-launcher-natives</id>
<phase>process-resources</phase>
<configuration>
- <property name="feature.base" value="." />
+ <property name="feature.base" value="."/>
<target>
<copy todir="." overwrite="true">
<fileset dir="../../../rt.equinox.binaries/${project.artifactId}/">
- <include name="*.so" />
- <include name="*.dll" />
+ <include name="*.so"/>
+ <include name="*.dll"/>
</fileset>
</copy>
</target>

Back to the top