diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
commit | 0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (patch) | |
tree | 834412cc77705b06f4e05945ec6ff3dc38d1bf6e /java/eclipse/files/patch-features-sdk-build | |
parent | Fix build on 4-stable. (diff) |
Update to 3.1.
o java/eclipse-devel is IGNOREd now until 3.2+.
o change MAINTAINERship to java@ on java/eclipse-devel. [1]
PR: ports/84252
Submitted by: Panagiotis Astithas <past@ebs.gr>
Requested by: devel/eclipse-devel's maintainer [1]
Tested by: java@
Notes
Notes:
svn path=/head/; revision=140521
Diffstat (limited to 'java/eclipse/files/patch-features-sdk-build')
-rw-r--r-- | java/eclipse/files/patch-features-sdk-build | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/java/eclipse/files/patch-features-sdk-build b/java/eclipse/files/patch-features-sdk-build deleted file mode 100644 index 2ac5502e68d2..000000000000 --- a/java/eclipse/files/patch-features-sdk-build +++ /dev/null @@ -1,29 +0,0 @@ ---- features/org.eclipse.sdk/build.xml.orig Sat Jun 12 01:24:16 2004 -+++ features/org.eclipse.sdk/build.xml Sun Jun 20 12:36:26 2004 -@@ -84,6 +84,13 @@ - <fileset dir="${basedir}/../org.eclipse.platform/configuration.files" includes="**" /> - </copy> - </target> -+ <target name="rootFilesfreebsd_motif_x86"> -+ <mkdir dir="${feature.base}/freebsd.motif.x86/${collectingFolder}"/> -+ <copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true"> -+ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" /> -+ <fileset dir="${basedir}/../org.eclipse.platform/configuration.files" includes="**" /> -+ </copy> -+ </target> - <target name="rootFileslinux_motif_x86"> - <mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}"/> - <copy todir="${feature.base}/linux.motif.x86/${collectingFolder}" failonerror="true"> -@@ -103,6 +110,12 @@ - <copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}" failonerror="true"> - <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" /> - <fileset dir="${basedir}/../org.eclipse.platform/configuration.files" includes="**" /> -+ </copy> -+ </target> -+ <target name="rootFilesfreebsd_gtk_x86"> -+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/> -+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true"> -+ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" /> - </copy> - </target> - <target name="rootFileslinux_gtk_amd64"> |