Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2018-11-30 02:02:45 +0000
committerMat Booth2018-11-30 09:25:15 +0000
commit0a4c3412f107e4f8ea9d5bd85d62a91fe98fb029 (patch)
treed153b1787d0cef885873b80f527bb4f1c9b82431
parentb1d6c794555bdb765f3d572b23918d0b70bdecad (diff)
downloadeclipse.platform.team-R4_10_maintenance.tar.gz
eclipse.platform.team-R4_10_maintenance.tar.xz
eclipse.platform.team-R4_10_maintenance.zip
Change-Id: I13da70008113a55d4ccd6c42282772942be9c15a Signed-off-by: Mat Booth <mat.booth@redhat.com>
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt3
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/pom.xml12
2 files changed, 8 insertions, 7 deletions
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt b/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
index 8e84ee568..c6fa509ca 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
+++ b/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
@@ -1,2 +1,3 @@
# To force a version qualifier update add the bug here
-Bug 541541 - Build I20181125-1800 failed due to Platform Team changes
+Bug 541541 - Build I20181125-1800 failed due to Platform Team changes
+Bug 541724 - Unable to build o.e.core.net.linux.x86_64 native fragment
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
index f1490713e..6087c635c 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
@@ -60,12 +60,12 @@
<phase>process-resources</phase>
<configuration>
<target>
- <exec executable="make" newenvironment="false" dir="../../natives/unix/linux/"/>
- <copy todir=".">
- <fileset dir="../../natives/unix/linux/">
- <include name="libgnomeproxy-*.so"/>
- </fileset>
- </copy>
+ <exec executable="make" newenvironment="false" dir="../org.eclipse.core.net/natives/unix/linux/"/>
+ <copy todir=".">
+ <fileset dir="../org.eclipse.core.net/natives/unix/linux/">
+ <include name="libgnomeproxy-*.so"/>
+ </fileset>
+ </copy>
</target>
</configuration>
<goals>

Back to the top