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)
41 lines
2.6 KiB
Properties
41 lines
2.6 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#
|
|
# Contributors:
|
|
# IBM Corporation - initial API and implementation
|
|
###############################################################################
|
|
# The chmod and links must indicate a path relative to the root directory.
|
|
|
|
# List the files and folders to be copied into the root of eclipse for all platform
|
|
# configurations
|
|
root=epl-v10.html, notice.html, configuration/, .eclipseproduct, eclipse.ini, readme/, icon.xpm
|
|
root.permissions.755=eclipse,*.so*
|
|
root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
|
|
root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse
|
|
root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse
|
|
root.win32.win32.x86=eclipse.exe,eclipsec.exe
|
|
root.win32.win32.x86_64=eclipse.exe,eclipsec.exe
|
|
root.win32.wpf.x86=eclipse.exe,eclipsec.exe
|
|
root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html
|
|
root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html
|
|
root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html
|
|
root.linux.gtk.ppc=eclipse
|
|
root.hpux.motif.ia64_32=eclipse
|
|
root.macosx.carbon.ppc=eclipse,Eclipse.app/
|
|
root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
|
|
root.macosx.carbon.x86=eclipse,Eclipse.app/
|
|
root.macosx.carbon.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
|
|
root.macosx.cocoa.ppc=eclipse,Eclipse.app/
|
|
root.macosx.cocoa.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
|
|
root.macosx.cocoa.x86=eclipse,Eclipse.app/
|
|
root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
|
|
root.macosx.cocoa.x86_64=eclipse,Eclipse.app/
|
|
root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
|
|
root.aix.motif.ppc=eclipse
|
|
root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm
|
|
root.freebsd.gtk.x86=eclipse,about_files/,about.html
|
|
root.freebsd.gtk.x86_64=eclipse,about_files/,about.html
|