summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2011-07-14 16:12:59 +0000
committerGreg Lewis <glewis@FreeBSD.org>2011-07-14 16:12:59 +0000
commit07d32236232efa6698bc5b6f87c862cd237ee24e (patch)
treeb3c5b7ebe57c31a86c355e433ff9ad971bbc5bbe /java
parentFix build with clang (diff)
. Fix the packing list by not installing efj.sh for now.
Submitted by: tg@
Notes
Notes: svn path=/head/; revision=277717
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-devel/files/patch-eclipse-build19
1 files changed, 10 insertions, 9 deletions
diff --git a/java/eclipse-devel/files/patch-eclipse-build b/java/eclipse-devel/files/patch-eclipse-build
index 980952067974..eccda69a09b7 100644
--- a/java/eclipse-devel/files/patch-eclipse-build
+++ b/java/eclipse-devel/files/patch-eclipse-build
@@ -107,7 +107,7 @@ $FreeBSD$
<arg value="-t${timestamp}" />
<arg value="-a${buildArch}" />
<arg value="-o${buildOs}" />
-@@ -958,14 +962,14 @@
+@@ -958,7 +962,7 @@
<target name="installIntoDestDir">
<mkdir dir="${installationDir}" />
<exec executable="rsync" failonerror="true">
@@ -116,17 +116,18 @@ $FreeBSD$
<arg value="--exclude=dropins" />
<arg value="${provisionDir}/" />
<arg value="${installationDir}/" />
- </exec>
+@@ -966,25 +970,21 @@
<!-- install desktop file -->
-- <copy file="eclipse.desktop" todir="${destDir}${prefix}/share/applications" />
-+ <copy file="eclipse.desktop" tofile="${destDir}${prefix}/share/applications/%%PORTNAME%%.desktop" />
- <!-- install Eclipse Java code formatter launcher -->
- <property name="efj" value="${destDir}${prefix}/bin/efj"/>
- <copy file="efj.sh" todir="${efj}" />
-@@ -975,16 +979,16 @@
+ <copy file="eclipse.desktop" todir="${destDir}${prefix}/share/applications" />
+- <!-- install Eclipse Java code formatter launcher -->
+- <property name="efj" value="${destDir}${prefix}/bin/efj"/>
+- <copy file="efj.sh" todir="${efj}" />
+ <fileset id="equinoxLauncher" dir="${installationDir}/plugins">
+ <include name="org.eclipse.equinox.launcher_*.jar" />
+ </fileset>
<property name="launcherJar" refid="equinoxLauncher"/>
- <replace file="${efj}/efj.sh" token="@LAUNCHER@" value="${launcherJar}"/>
+- <replace file="${efj}/efj.sh" token="@LAUNCHER@" value="${launcherJar}"/>
<!-- install icons -->
- <copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse.png" tofile="${destDir}${prefix}/share/icons/hicolor/16x16/apps/eclipse.png" />
- <copy file="${buildDirectory}/plugins/org.eclipse.platform/eclipse32.png" tofile="${destDir}${prefix}/share/icons/hicolor/32x32/apps/eclipse.png" />