diff options
Diffstat (limited to 'java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml')
-rw-r--r-- | java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml b/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml deleted file mode 100644 index c4c177ebc416..000000000000 --- a/java/eclipse/files/patch-plugins-org.eclipse.update.core.freebsd-src-build.xml +++ /dev/null @@ -1,16 +0,0 @@ ---- plugins/org.eclipse.update.core.freebsd/src/build.xml.orig 2009-04-17 16:09:39.450704199 -0400 -+++ plugins/org.eclipse.update.core.freebsd/src/build.xml 2009-04-17 16:10:00.209609388 -0400 -@@ -43,13 +43,9 @@ - - <!-- This target build the library --> - <target name="build"> -- <echo message="Building ${library-file}"/> -- - <property name="header-path" value="${jdk-path}/../include"/> - <property name="header-freebsd-path" value="${header-path}/freebsd" /> - -- <echo message="gcc -o ${library-file} -shared -I${src-path} -I${header-freebsd-path} -fPIC ${library-file}"/> -- - <apply executable="gcc" dest="${eclipse-home}/" parallel="false"> - <arg value="-o"/> - <arg value="${library-file}"/> |