forked from Lainports/freebsd-ports
. 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)
21 lines
2.1 KiB
XML
21 lines
2.1 KiB
XML
--- assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml.orig 2009-02-27 22:18:02.441809104 -0500
|
|
+++ assemble.org.eclipse.sdk.freebsd.gtk.x86_64.xml 2009-02-27 22:26:15.528848937 -0500
|
|
@@ -147,6 +147,7 @@
|
|
<customGather dir="plugins/org.eclipse.core.filebuffers" projectName="org.eclipse.core.filebuffers_3.4.0.v20080603-2000" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
|
|
<customGather dir="plugins/org.eclipse.core.filesystem" projectName="org.eclipse.core.filesystem_1.2.0.v20080604-1400" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
|
|
<customGather dir="plugins/org.eclipse.core.net" projectName="org.eclipse.core.net_1.1.0.I20080604" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
|
|
+ <customGather dir="plugins/org.eclipse.core.net.freebsd.x86_64" projectName="org.eclipse.core.net.freebsd.x86_64_1.0.0.I20080521" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
|
|
<customGather dir="plugins/org.eclipse.core.resources" projectName="org.eclipse.core.resources_3.4.2.R34x_v20090126" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
|
|
<customGather dir="plugins/org.eclipse.core.resources.compatibility" projectName="org.eclipse.core.resources.compatibility_3.4.0.v20080604-1400" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
|
|
<customGather dir="plugins/org.eclipse.osgi.util" projectName="org.eclipse.osgi.util_3.1.300.v20080303" propertyName="destination.temp.folder" propertyValue="${eclipse.plugins}" subFolder="" />
|
|
@@ -660,6 +661,10 @@
|
|
</antcall>
|
|
<antcall target="jarUp">
|
|
<param name="source" value="${eclipse.plugins}"/>
|
|
+ <param name="elementName" value="org.eclipse.core.net.freebsd.x86_64_1.0.0.I20080521"/>
|
|
+ </antcall>
|
|
+ <antcall target="jarUp">
|
|
+ <param name="source" value="${eclipse.plugins}"/>
|
|
<param name="elementName" value="org.eclipse.core.resources_3.4.2.R34x_v20090126"/>
|
|
</antcall>
|
|
<antcall target="jarUp">
|