summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-ta...
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-07-10 19:34:30 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-07-10 19:34:30 +0000
commit284dad3f6de67888b34ca18026e068770214b2ea (patch)
treef0fbc6214a30b0af9a0fd70ecd7a22617d889975 /java/eclipse/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java
parent- Update to 0.2.3 (diff)
. Update to 3.5.2.
Diffstat (limited to 'java/eclipse/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java')
-rw-r--r--java/eclipse/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/java/eclipse/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java b/java/eclipse/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java
deleted file mode 100644
index dbbc7e88843b..000000000000
--- a/java/eclipse/files/patch-plugins-org.eclipse.pde.build-src_ant-org-eclipse-pde-internal-build-tasks-JNLPGenerator.java
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java.orig 2008-08-02 16:28:25.000000000 -0400
-+++ plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java 2008-08-02 16:29:14.000000000 -0400
-@@ -307,6 +307,8 @@
- return "Mac"; //$NON-NLS-1$
- if ("linux".equalsIgnoreCase(os)) //$NON-NLS-1$
- return "Linux"; //$NON-NLS-1$
-+ if ("freebsd".equalsIgnoreCase(os)) //$NON-NLS-1$
-+ return "FreeBSD"; //$NON-NLS-1$
- if ("solaris".equalsIgnoreCase(os)) //$NON-NLS-1$
- return "Solaris"; //$NON-NLS-1$
- if ("hpux".equalsIgnoreCase(os)) //$NON-NLS-1$