summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-l...
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-05-01 17:28:02 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-05-01 17:28:02 +0000
commit3f528a352900db9e3cfc4bbf91102cbad3caa34c (patch)
tree23490098164ffcbc7d3b195232c0f7244ccf11f1 /java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java
parent- Fixed make describe (diff)
. Update to 3.5.2.
Based on: Patches by sepotvin@ to update to 3.5.1.
Notes
Notes: svn path=/head/; revision=253516
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java')
-rw-r--r--java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java23
1 files changed, 0 insertions, 23 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java b/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java
deleted file mode 100644
index 2fb51f5d35f5..000000000000
--- a/java/eclipse-devel/files/patch-plugins-org.eclipse.equinox.launcher-src-org-eclipse-equinox-internal-launcher-Constants.java
+++ /dev/null
@@ -1,23 +0,0 @@
---- plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java.orig 2008-08-02 12:22:09.000000000 -0400
-+++ plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java 2008-08-02 12:24:21.000000000 -0400
-@@ -19,6 +19,7 @@
- public static final String INTERNAL_AMD64 = "amd64"; //$NON-NLS-1$
- public static final String INTERNAL_OS_SUNOS = "SunOS"; //$NON-NLS-1$
- public static final String INTERNAL_OS_LINUX = "Linux"; //$NON-NLS-1$
-+ public static final String INTERNAL_OS_FREEBSD = "FreeBSD"; //$NON-NLS-1$
- public static final String INTERNAL_OS_MACOSX = "Mac OS"; //$NON-NLS-1$
- public static final String INTERNAL_OS_AIX = "AIX"; //$NON-NLS-1$
- public static final String INTERNAL_OS_HPUX = "HP-UX"; //$NON-NLS-1$
-@@ -40,6 +41,12 @@
- public static final String OS_LINUX = "linux";//$NON-NLS-1$
-
- /**
-+ * Constant string (value "freebsd") indicating the platform is running on a
-+ * FreeBSD-based operating system.
-+ */
-+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$
-+
-+ /**
- * Constant string (value "aix") indicating the platform is running on an
- * AIX-based operating system.
- */