Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-19 18:16:44 +0000
committerGerrit Code Review @ Eclipse.org2013-06-26 16:18:40 +0000
commit0bde93181378cc4a8f0fd38811403dfdc54e02db (patch)
treeca4aba9ca46b9ab352e21d435247a485a1b7e7df /bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86
parent22d7d48cecd5e4b2cd6dbc5755afccbb48bd05ee (diff)
downloadeclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.tar.gz
eclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.tar.xz
eclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.zip
Bug 411158 - Update parent POMs for Luna
Diffstat (limited to 'bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86')
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml
index 7c0075e1e..531cce42e 100644
--- a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../../../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
@@ -62,7 +62,7 @@
<configuration>
<target>
<exec executable="make" newenvironment="false" dir="../../natives/unix/linux/"/>
- <copy todir="." >
+ <copy todir=".">
<fileset dir="../../natives/unix/linux/">
<include name="libgnomeproxy-*.so"/>
</fileset>

Back to the top