diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-06-06 20:58:22 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-06-06 20:58:22 +0000 |
commit | 34968d47619d56d1b9e0a7cc7e60e592d90d3bee (patch) | |
tree | b6a142055daf566f258d6bc7d92d4389ddbb470e /java/eclipse/files/packager-sdk.product.in | |
parent | Upgrade to 2000.15.3. (diff) |
. Update to 3.4.2, including:
. We are now installing a real eclipse product.
. Only the jar files for the platform are built, dramatically reducing
the time necessary to build (thanks to the Fedora devs for the idea
and the basic procedure).
. Lot of small fixes to the build procedure to make future imports easier
. Some of the bundles are pre-extracted during install to improve
launching time.
. JDK 1.6 is required to build but any jre (1.5 or 1.6) can be used in
Preferences->Java->Installed JREs. JDK 1.4 is unfortunately not
supported at this time.
. Switch to x86_64 architecture name instead of amd64 to be more in-line
with mainline eclipse.
Note that after this update you will need to reinstall any plugins you've
installed with the built in Update Manager. This is a one time thing.
Submitted by: sepotvin@ (maintainer)
Diffstat (limited to 'java/eclipse/files/packager-sdk.product.in')
-rw-r--r-- | java/eclipse/files/packager-sdk.product.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/java/eclipse/files/packager-sdk.product.in b/java/eclipse/files/packager-sdk.product.in new file mode 100644 index 000000000000..0ee8c288f764 --- /dev/null +++ b/java/eclipse/files/packager-sdk.product.in @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?pde version="3.4"?> + +<product name="Eclipse SDK" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="%%ECLIPSE_VERSION%%" useFeatures="true"> + + <configIni use="default"> + </configIni> + + <launcherArgs> + <programArgsMac>-showsplash +org.eclipse.platform</programArgsMac> + <vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns +-XstartOnFirstThread +-Xms40m +-Xmx256m +-XX:MaxPermSize=256m +-Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac> + </launcherArgs> + + <launcher name="eclipse"> + <solaris/> + <win useIco="false"> + <bmp/> + </win> + </launcher> + + <vm> + </vm> + + <plugins> + </plugins> + + <features> + <feature id="org.eclipse.sdk" version="0.0.0"/> + <feature id="org.eclipse.equinox.p2.user.ui" version="1.0.0.qualifier"/> + </features> + +</product> |