. Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 port

before it replaces Eclipse 3.2.

  The submitters (listed in alphabetical order) collaborated on this.

Submitted by:	Mike Bowie <mbowie@buzmo.com>
		Dan Rucci <dan@rucci.org>
		Ken Yamada <ken@tydfam.jp>
This commit is contained in:
Greg Lewis 2007-10-13 03:28:18 +00:00
parent 255d5242ba
commit 28a3f566fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201381
135 changed files with 8251 additions and 751 deletions

View file

@ -6,68 +6,69 @@
#
PORTNAME= eclipse
PORTVERSION= 3.1M7
PORTREVISION= 2
PORTVERSION= 3.3
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_ECLIPSE}
MASTER_SITE_SUBDIR= S-${PORTVERSION}-200505131415
DISTNAME= ${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION}
MASTER_SITES= ${MASTER_SITE_ECLIPSE}/R-${PORTVERSION}-200706251500/:0 \
${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/eclipse|}:1
DISTFILES= ${PORTNAME}-sourceBuild-srcIncluded-${PORTVERSION}${EXTRACT_SUFX}:0 \
launchersrc${EXTRACT_SUFX}:1
DIST_SUBDIR= eclipse
MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT= An open extensible IDE for anything and nothing in particular
IGNORE= "Out-of-date, use java/eclipse instead for now"
BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \
zip:${PORTSDIR}/archivers/zip
BUILD_DEPENDS+= ${EXTRACT_DEPENDS}
CONFLICTS= eclipse-3.1*
LATEST_LINK= ${PORTNAME}-devel
ECLIPSE_SUFX= -devel
ECLIPSE= ${PORTNAME}${ECLIPSE_SUFX}
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
USE_ZIP= yes
USE_GCC= 3.4
USE_GCC= 3.4+
USE_GL= yes
.if !defined(WITHOUT_MOZILLA)
USE_GECKO= xulrunner firefox mozilla seamonkey
.endif
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_WRKSUBDIR= yes
PORTDESTDIR= ${PREFIX}/eclipse
PORTDESTDIR= ${PREFIX}/${ECLIPSE}
ECLIPSE_OS= freebsd
.if defined(WITH_MOTIF)
ECLIPSE_WS= motif
USE_ICONV= yes
USE_MOTIF= yes
.else
ECLIPSE_WS= gtk
.if defined(WITH_MOZILLA)
BROWSER= ${WITH_MOZILLA}
BUILD_DEPENDS+= ${BROWSER}:${PORTSDIR}/www/${BROWSER}
.else
BUILD_DEPENDS+= mozilla:${PORTSDIR}/www/mozilla
BROWSER= mozilla
.endif
.endif
.if defined(WITHOUT_GNOMEVFS)
MAKE_GNOME=
USE_GNOME= gtk20 pkgconfig
USE_GNOME= gtk20 pkgconfig desktopfileutils
.else
MAKE_GNOME= make_gnome
USE_GNOME= gtk20 gnomevfs2 libgnome libgnomeui pkgconfig
USE_GNOME= gtk20 gnomevfs2 libgnome libgnomeui pkgconfig desktopfileutils
.endif
.if defined(WITHOUT_CAIRO)
MAKE_CAIRO=
.else
LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
MAKE_CAIRO= make_cairo
.endif
.include <bsd.port.pre.mk>
.if defined(WITH_MOTIF)
BROKEN= No motif support yet
.if !defined(WITHOUT_MOZILLA)
MAKE_MOZILLA= make_mozilla
BROWSER= ${GECKO}
.else
BROWSER=
MAKE_MOZILLA=
.endif
.if (${ARCH} == "amd64")
@ -78,54 +79,77 @@ ECLIPSE_ARCH= x86
ECLIPSE_SWT= gtk
.endif
.if (!defined(WITH_MOTIF) && ${BROWSER} == "firefox")
BROKEN= Firefox integration doesn\'t work yet
.endif
MAKE_ENV+= BROWSER=${BROWSER} \
ECLIPSE_ARCH=${ECLIPSE_ARCH} \
ECLIPSE_OS=${ECLIPSE_OS} \
ECLIPSE_WS=${ECLIPSE_WS} \
JAVA_HOME=${JAVA_HOME} \
MAKE_GNOME=${MAKE_GNOME} \
MOTIF_HOME=${X11_HOME} \
QT_HOME=${X11_HOME}
MAKE_MOZILLA=${MAKE_MOZILLA} \
MAKE_CAIRO=${MAKE_CAIRO} \
MACHINE_ARCH=${MACHINE_ARCH}
PLIST_FILES= bin/eclipse
PLIST_FILES= bin/${ECLIPSE} share/applications/${ECLIPSE}.desktop
SWTGTK=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library
SWTMOTIF=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/motif/library
SWTCAIRO=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/cairo/library
SWTGTK=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI
SWTMOZ=${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT Mozilla
# Manually patch some files with spaces in the path
post-patch:
@${PATCH} ${PATCH_DIST_ARGS} "${SWTMOTIF}/build.sh" \
${FILESDIR}/manualpatch-plugins-swt-motif-build.sh
@${PATCH} ${PATCH_DIST_ARGS} "${SWTMOTIF}/make_freebsd.mak" \
${FILESDIR}/manualpatch-plugins-swt-motif-make_freebsd.mak
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/make_freebsd.mak" \
${FILESDIR}/manualpatch-plugins-swt-gtk-make_freebsd.mak
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/build.sh" \
${FILESDIR}/manualpatch-plugins-swt-gtk-build.sh
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/os_custom.h" \
${FILESDIR}/manualpatch-plugins-swt-gtk-os_custom.h
@${PATCH} ${PATCH_DIST_ARGS} "${WRKSRC}/plugins/org.eclipse.core.filesystem/natives/unix/freebsd/Makefile" ${FILESDIR}/post-patch-plugins-org.eclipse.core.filesystem-natives-unix-freebsd-Makefile
@${PATCH} ${PATCH_DIST_ARGS} "${WRKSRC}/plugins/org.eclipse.update.core.freebsd/src/update.c" ${FILESDIR}/post-patch-plugins-org.eclipse.update.core.freebsd-src-update.c
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/gtk/library/build.sh" ${FILESDIR}/post-patch-plugins-swt-gtk-build.sh
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/gtk/library/build.xml" ${FILESDIR}/post-patch-plugins-swt-PI-gtk-library-build.xml
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/gtk/library/make_freebsd.mak" ${FILESDIR}/post-patch-plugins-swt-gtk-make_freebsd.mak
@${PATCH} ${PATCH_DIST_ARGS} "${SWTMOZ}/gtk/org/eclipse/swt/browser/MozillaDelegate.java" ${FILESDIR}/post-patch-plugins-swt-mozilla-gtk-swt-browser-MozillaDelegate.java
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/gtk/org/eclipse/swt/internal/gtk/OS.java" ${FILESDIR}/post-patch-plugins-swt-gtk-swt-internal-gtk-OS.java
@${PATCH} ${PATCH_DIST_ARGS} "${SWTGTK}/gtk/library/os.c" ${FILESDIR}/post-patch-plugins-swt-gtk-library-os.c
@${REINPLACE_CMD} -e 's|%%GECKO%%|${GECKO}|g' \
"${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh" \
"${WRKSRC}/plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak"
@${RM} ${WRKSRC}/plugins/org.eclipse.platform/launchersrc${EXTRACT_SUFX}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/launchersrc${EXTRACT_SUFX} ${WRKSRC}/plugins/org.eclipse.platform/
@${RM} ${WRKSRC}/features/org.eclipse.platform/build.xml
@${CP} ${FILESDIR}/org.eclipse.platform-build.xml ${WRKSRC}/features/org.eclipse.platform/build.xml
@${RM} ${WRKSRC}/features/org.eclipse.rcp/build.xml
@${CP} ${FILESDIR}/org.eclipse.rcp-build.xml ${WRKSRC}/features/org.eclipse.rcp/build.xml
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} \
./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} -compilelibs)
./build -os ${ECLIPSE_OS} -ws ${ECLIPSE_WS} -arch ${ECLIPSE_ARCH} -compilelibs)
@${CP} ${WRKSRC}/launchertmp/library/${ECLIPSE_WS}/eclipse_1017a.so \
${WRKSRC}/eclipse/plugins/org.eclipse.equinox.launcher.${ECLIPSE_WS}.${ECLIPSE_OS}.${ECLIPSE_ARCH}_1.0.0.v20070606
do-install:
@${MKDIR} ${PORTDESTDIR}
@${TAR} -xvzf ${WRKSRC}/result/*.tar.gz -C ${PREFIX}
@${CP} -R ${WRKSRC}/eclipse/ ${PORTDESTDIR}
@${SED} \
-e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \
-e "s+%%JAVA_HOME%%+${JAVA_HOME}+g" \
-e "s+%%PREFIX%%+${PREFIX}+g" \
-e "s+%%X11BASE%%+${X11BASE}+g" \
-e "s+%%LOCALBASE%%+${LOCALBASE}+g" \
-e "s+%%BROWSER%%+${BROWSER}+g" \
-e "s,%%JAVA_VERSION%%,${JAVA_VERSION},g" \
-e "s+%%JAVA_OS%%+${JAVA_OS}+g" \
${FILESDIR}/eclipse.in > ${WRKSRC}/eclipse.tmp
${INSTALL_SCRIPT} ${WRKSRC}/eclipse.tmp ${PREFIX}/bin/eclipse
${INSTALL_PROGRAM} ${WRKSRC}/launchertmp/eclipse ${PREFIX}/eclipse/eclipse
@(cd ${WRKSRC}/tmp; ${FIND} -s eclipse -not -type d | ${GREP} -v tmp.tar) >> ${TMPPLIST}
@(cd ${WRKSRC}/tmp; ${FIND} -s -d eclipse -type d) \
| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
${INSTALL_SCRIPT} ${WRKSRC}/eclipse.tmp ${PREFIX}/bin/${ECLIPSE}
@${SED} \
-e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \
-e "s+%%PREFIX%%+${PREFIX}+g" \
-e "s+/bin/eclipse+/bin/eclipse-europa+g" \
${FILESDIR}/eclipse.desktop > ${WRKSRC}/eclipse.desktop.tmp
${MKDIR} ${PREFIX}/share/applications/ || ${TRUE}
${INSTALL_DATA} ${WRKSRC}/eclipse.desktop.tmp ${PREFIX}/share/applications/${ECLIPSE}.desktop
${INSTALL_PROGRAM} ${WRKSRC}/launchertmp/eclipse ${PORTDESTDIR}/eclipse
@-update-desktop-database
@(cd ${WRKSRC}; ${FIND} -s eclipse -not -type d) \
| ${SED} -e "s+^eclipse+${ECLIPSE}+g" >> ${TMPPLIST}
@echo '@exec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d eclipse -type d) \
| ${SED} -e "s+^eclipse+${ECLIPSE}+g" \
-ne 's,^,@dirrm ,p' >> ${TMPPLIST}
@echo '@unexec ${PREFIX}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST}
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>

View file

@ -1,3 +1,6 @@
MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.1M7.zip) = 30279e8c74de2db219418f645291be39
SHA256 (eclipse/eclipse-sourceBuild-srcIncluded-3.1M7.zip) = 52be54bada64e75346eee22ae2b4d36b65eccc7db940a0fda8688dc7413d6d65
SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.1M7.zip) = 59421339
MD5 (eclipse/eclipse-sourceBuild-srcIncluded-3.3.zip) = 91c688221479986dbdd7d1a0771f04cc
SHA256 (eclipse/eclipse-sourceBuild-srcIncluded-3.3.zip) = 3aeca3b6257ea98773761745e0175cdb518bf549a7e26c33cb78605da9f500e2
SIZE (eclipse/eclipse-sourceBuild-srcIncluded-3.3.zip) = 94072689
MD5 (eclipse/launchersrc.zip) = 3f332be8ca30ecd65953cc87d63f7f7d
SHA256 (eclipse/launchersrc.zip) = d5710f0174e8025d6604c271eea7825156e8b7cf14a40bdb97904c7e0b05960a
SIZE (eclipse/launchersrc.zip) = 158864

View file

@ -0,0 +1,10 @@
[Desktop Entry]
Comment=Eclipse IDE
Name=Eclipse
Exec=%%PREFIX%%/bin/eclipse
Encoding=UTF-8
Terminal=false
Type=Application
Icon=%%ECLIPSE_HOME%%/icon.xpm
Categories=Application;Development;

View file

@ -6,13 +6,13 @@
#
# $FreeBSD$
#
DEFAULT_JAVA_HOME=%%JAVA_HOME%%
JAVA_HOME=/usr/local/jdk1.6.0
DEFAULT_JAVA_HOME=%%PREFIX%%
ECLIPSE_HOME=%%ECLIPSE_HOME%%
DEFAULT_JAVA_CMD=java
MOZILLA_FIVE_HOME=%%X11BASE%%/lib/%%BROWSER%%
LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
MOZILLA_FIVE_HOME=%%LOCALBASE%%/lib/%%BROWSER%%
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME
export MOZILLA_FIVE_HOME LD_LIBRARY_PATH
#-----------------------------------------------------------------------------
# Determine configuration settings
@ -46,4 +46,4 @@ if [ ! -x "${ECLIPSE_HOME}/eclipse" ]; then
exit 1
fi
PATH=${JAVA_HOME}/bin:$PATH exec "${ECLIPSE_HOME}/eclipse" $@
JAVA_VERSION="%%JAVA_VERSION%%" JAVA_OS="%%JAVA_OS%%" PATH=${JAVA_HOME}/bin:${PATH} exec "${ECLIPSE_HOME}/eclipse" $@

View file

@ -1,42 +0,0 @@
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh.orig Fri May 13 11:37:09 2005
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh Sat May 14 21:02:00 2005
@@ -100,6 +100,33 @@
;;
esac
;;
+ "FreeBSD")
+ CC=gcc
+ LD=gcc
+ XTEST_LIB_PATH=$X11BASE/lib
+ GECKO_I=${X11BASE}/include/${BROWSER}
+ GECKO_INCLUDES="-I${GECKO_I} -I${GECKO_I}/nspr -I${GECKO_I}/xpcom -I${GECKO_I}/string -I${GECKO_I}/embed_base -I${GECKO_I}/embedstring"
+ GECKO_L=${X11BASE}/lib/${BROWSER}
+ GECKO_LIBS="-L${GECKO_L} -lxpcom -lnspr4 -lplds4 -lplc4 -lgtkembedmoz"
+ case $MODEL in
+ "amd64")
+ AWT_LIB_PATH=$JAVA_HOME/jre/lib/amd64
+ SWT_PTR_CFLAGS=-DSWT_PTR_SIZE_64
+ OUTPUT_DIR=../../../org.eclipse.swt.gtk.freebsd.amd64
+ makefile="make_freebsd.mak"
+ echo "Building FreeBSD GTK AMD64 version of SWT"
+ ;;
+ i?86)
+ AWT_LIB_PATH=$JAVA_HOME/jre/lib/i386
+ OUTPUT_DIR=../../../org.eclipse.swt.gtk.freebsd.x86
+ makefile="make_freebsd.mak"
+ echo "Building FreeBSD GTK x86 version of SWT"
+ ;;
+ *)
+ echo "*** Unknown MODEL <${MODEL}>"
+ ;;
+ esac
+ ;;
"SunOS")
CC=gcc
LD=gcc
@@ -128,4 +155,4 @@
export CC LD JAVA_HOME AWT_LIB_PATH XTEST_LIB_PATH GECKO_SDK GECKO_INCLUDES GECKO_LIBS SWT_PTR_CFLAGS CDE_HOME OUTPUT_DIR
-make -f $makefile ${1} ${2} ${3} ${4}
+gmake -f $makefile ${1} ${2} ${3} ${4}

View file

@ -1,23 +0,0 @@
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak.orig Sat May 14 19:50:23 2005
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_freebsd.mak Sat May 14 21:24:34 2005
@@ -78,15 +78,16 @@
CFLAGS = -O -Wall \
-DSWT_VERSION=$(SWT_VERSION) \
$(NATIVE_STATS) \
- -DLINUX -DGTK \
+ -DFREEBSD -DGTK \
-I$(JAVA_HOME)/include \
-I$(JAVA_HOME)/include/freebsd \
- -fpic \
+ -I$(X11BASE)/include \
+ -fpic -fPIC \
${SWT_PTR_CFLAGS}
-LIBS = -shared -fpic -s
+LIBS = -shared -fpic -fPIC -s
-all: make_swt make_atk make_gnome make_awt
+all: make_swt make_atk $(MAKE_GNOME) make_awt
#
# SWT libs

View file

@ -1,57 +0,0 @@
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h Fri Apr 1 13:55:23 2005
+++ ../files/plugins-swt-gtk-os_custom.h Wed Mar 30 22:55:24 2005
@@ -21,30 +23,30 @@
#define PTR_sizeof() sizeof(void *)
/* Libraries for dynamic loaded functions */
-#define gtk_file_chooser_add_filter_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_dialog_new_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_get_current_folder_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_get_filename_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_get_filenames_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_set_current_folder_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_set_current_name_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_set_extra_widget_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_set_filename_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_chooser_set_select_multiple_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_filter_add_pattern_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_filter_new_LIB "libgtk-x11-2.0.so.0"
-#define gtk_file_filter_set_name_LIB "libgtk-x11-2.0.so.0"
-#define gtk_tree_selection_get_selected_rows_LIB "libgtk-x11-2.0.so.0"
-#define gtk_tree_view_column_cell_get_position_LIB "libgtk-x11-2.0.so.0"
-#define gtk_entry_set_alignment_LIB "libgtk-x11-2.0.so.0"
-#define gdk_draw_pixbuf_LIB "libgdk-x11-2.0.so.0"
-#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so.0"
-#define gdk_screen_get_monitor_at_window_LIB "libgdk-x11-2.0.so.0"
-#define gdk_screen_get_monitor_geometry_LIB "libgdk-x11-2.0.so.0"
-#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so.0"
-#define gdk_screen_get_number_LIB "libgdk-x11-2.0.so.0"
-#define gdk_window_set_keep_above_LIB "libgdk-x11-2.0.so.0"
-#define gdk_window_set_accept_focus_LIB "libgdk-x11-2.0.so.0"
+#define gtk_file_chooser_add_filter_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_dialog_new_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_get_current_folder_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_get_filename_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_get_filenames_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_set_current_folder_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_set_current_name_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_set_extra_widget_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_set_filename_LIB "libgtk-x11-2.0.so"
+#define gtk_file_chooser_set_select_multiple_LIB "libgtk-x11-2.0.so"
+#define gtk_file_filter_add_pattern_LIB "libgtk-x11-2.0.so"
+#define gtk_file_filter_new_LIB "libgtk-x11-2.0.so"
+#define gtk_file_filter_set_name_LIB "libgtk-x11-2.0.so"
+#define gtk_tree_selection_get_selected_rows_LIB "libgtk-x11-2.0.so"
+#define gtk_tree_view_column_cell_get_position_LIB "libgtk-x11-2.0.so"
+#define gtk_entry_set_alignment_LIB "libgtk-x11-2.0.so"
+#define gdk_draw_pixbuf_LIB "libgdk-x11-2.0.so"
+#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so"
+#define gdk_screen_get_monitor_at_window_LIB "libgdk-x11-2.0.so"
+#define gdk_screen_get_monitor_geometry_LIB "libgdk-x11-2.0.so"
+#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so"
+#define gdk_screen_get_number_LIB "libgdk-x11-2.0.so"
+#define gdk_window_set_keep_above_LIB "libgdk-x11-2.0.so"
+#define gdk_window_set_accept_focus_LIB "libgdk-x11-2.0.so"
/* Field accessors */
#define GTK_ACCEL_LABEL_SET_ACCEL_STRING(arg0, arg1) (arg0)->accel_string = arg1

View file

@ -1,28 +0,0 @@
--- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh.orig Fri May 13 11:37:09 2005
+++ plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/build.sh Sat May 14 21:03:05 2005
@@ -54,6 +54,18 @@
echo "Building Linux motif x86 version of SWT"
esac
;;
+ "FreeBSD")
+ case $MODEL in
+ i?86)
+ OUTPUT_DIR=../../../org.eclipse.swt.motif.freebsd.x86
+ makefile="make_freebsd.mak"
+ echo "Building FreeBSD motif x86 version of SWT"
+ ;;
+ *)
+ echo "*** Unknown MODEL <${MODEL}>"
+ ;;
+ esac
+ ;;
"SunOS")
case $MODEL in
*)
@@ -113,4 +125,4 @@
export JAVA_HOME MOTIF_HOME CDE_HOME OUTPUT_DIR
-make -f $makefile $1 $2 $3 $4
\ No newline at end of file
+gmake -f $makefile $1 $2 $3 $4

View file

@ -1,44 +0,0 @@
--- plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_freebsd.mak~ Sat May 14 19:38:40 2005
+++ plugins/org.eclipse.swt/Eclipse SWT PI/motif/library/make_freebsd.mak Sat May 14 19:43:29 2005
@@ -25,26 +25,26 @@
WS_PREFIX = motif
SWT_LIB = lib$(SWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
SWT_OBJS = swt.o callback.o os.o os_structs.o os_custom.o os_stats.o
-SWT_LIBS = -L$(MOTIF_HOME)/lib -lXm -L/usr/lib -L/usr/X11R6/lib \
- -rpath . -x -shared -lX11 -lm -lXext -lXt -lXp -ldl -lXinerama -lXtst
+SWT_LIBS = -L$(MOTIF_HOME)/lib -lXm -L$(PREFIX)/lib -L$(X11BASE)/lib \
+ -rpath . -x -shared -lX11 -lm -lXext -lXt -lXp -lXinerama
# Uncomment for Native Stats tool
#NATIVE_STATS = -DNATIVE_STATS
-CFLAGS = -O -s -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DLINUX -DMOTIF -fpic \
- -I$(JAVA_HOME)/include -I$(MOTIF_HOME)/include -I/usr/X11R6/include
+CFLAGS = -O -s -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DFREEBSD -DMOTIF -fpic -fPIC \
+ -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd -I$(MOTIF_HOME)/include -I$(X11BASE)/include -I$(PREFIX)/include
# Do not use pkg-config to get libs because it includes unnecessary dependencies (i.e. pangoxft-1.0)
GNOME_PREFIX = swt-gnome
GNOME_LIB = lib$(GNOME_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
GNOME_OBJECTS = swt.o gnome.o gnome_structs.o gnome_stats.o
-GNOME_CFLAGS = -O -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DLINUX -DGTK -I$(JAVA_HOME)/include `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0`
+GNOME_CFLAGS = -O -Wall -DSWT_VERSION=$(SWT_VERSION) $(NATIVE_STATS) -DFREEBSD -DGTK -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/freebsd -fpic -fPIC `pkg-config --cflags gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0`
GNOME_LIBS = -shared -fpic -fPIC `pkg-config --libs-only-L gnome-vfs-module-2.0 libgnome-2.0 libgnomeui-2.0` -lgnomevfs-2 -lgnome-2 -lgnomeui-2
AWT_PREFIX = swt-awt
AWT_LIB = lib$(AWT_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
AWT_OBJS = swt_awt.o
-AWT_LIBS = -L$(JAVA_HOME)/jre/bin -ljawt -shared
+AWT_LIBS = -L$(JAVA_HOME)/jre/lib/$(MACHINE_ARCH) -ljawt -shared
GTK_PREFIX = swt-gtk
GTK_LIB = lib$(GTK_PREFIX)-$(WS_PREFIX)-$(SWT_VERSION).so
@@ -58,7 +58,7 @@
CAIROCFLAGS = `pkg-config --cflags cairo`
CAIROLIBS = -shared -fpic -fPIC -s `pkg-config --libs-only-L cairo` -lcairo
-all: make_swt make_awt make_gnome make_gtk
+all: make_swt make_awt $(MAKE_GNOME) make_gtk
make_swt: $(SWT_LIB)

View file

@ -0,0 +1,938 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.eclipse.platform" default="build.update.jar" basedir=".">
<target name="init">
<property name="feature.temp.folder" value="${basedir}/feature.temp.folder"/>
<property name="feature.destination" value="${basedir}"/>
</target>
<target name="all.plugins" depends="init">
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.runtime.compatibility.registry" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.text" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.osgi.util" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.win32.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.qnx.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="qnx"/>
<property name="ws" value="photon"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.macosx" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="macosx"/>
<property name="ws" value="carbon"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.solaris.sparc" target="${target}">
<property name="arch" value="sparc"/>
<property name="os" value="solaris"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.linux.x86_64" target="${target}">
<property name="arch" value="x86_64"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.linux.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.freebsd.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="freebsd"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.freebsd.amd64" target="${target}">
<property name="arch" value="amd64"/>
<property name="os" value="freebsd"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.linux.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.hpux.PA_RISC" target="${target}">
<property name="arch" value="PA_RISC"/>
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.hpux.ia64_32" target="${target}">
<property name="arch" value="ia64_32"/>
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.boot" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.osgi.services" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.doc.user" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.help.appserver" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.tomcat" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.variables" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.runtime.compatibility" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.net" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.core" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.core.win32" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.core.linux" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.core.freebsd" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="freebsd"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ant.core" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.resources" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.resources.win32" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.resources.compatibility" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.team.core" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.debug.core" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filebuffers" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ltk.core.refactoring" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.http.servlet" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.http.jetty" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.help.base" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.http.registry" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.jsp.jasper" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.jsp.jasper.registry" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.help.webapp" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.jsch.core" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.views" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.net" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.browser" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.presentations.r21" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.jsch.ui" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.workbench.compatibility" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.forms" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.views.properties.tabbed" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.ui" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.scheduler" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.intro" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.intro.universal" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.help.ui" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.cheatsheets" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.navigator" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.jface.text" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.ide" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.win32" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.workbench.texteditor" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.editors" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.navigator.resources" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.ide.application" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.console" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.search" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.debug.ui" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.externaltools" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.compare" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.team.ui" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ltk.ui.refactoring" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
</target>
<target name="all.features" depends="init">
<ant antfile="build.xml" dir="../org.eclipse.rcp/" target="${target}"/>
</target>
<target name="update.feature" depends="init">
</target>
<target name="all.children" depends="init,all.features,all.plugins,update.feature">
</target>
<target name="children" if="include.children">
<antcall target="all.children"/>
</target>
<target name="build.jars" depends="init" description="Build all the jars for the feature: org.eclipse.platform.">
<antcall target="all.children">
<param name="target" value="build.jars"/>
</antcall>
</target>
<target name="build.sources" depends="init">
<antcall target="all.children">
<param name="target" value="build.sources"/>
</antcall>
</target>
<target name="build.zips" depends="init">
<antcall target="all.children">
<param name="target" value="build.zips"/>
</antcall>
</target>
<target name="build.update.jar" depends="init" description="Build the feature jar of: org.eclipse.platform for an update site.">
<antcall target="all.children">
<param name="target" value="build.update.jar"/>
</antcall>
<property name="feature.base" value="${feature.temp.folder}"/>
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="gather.bin.parts" inheritAll="false">
<param name="arch" value="*"/>
<param name="ws" value="*"/>
<param name="nl" value="*"/>
<param name="os" value="*"/>
<param name="feature.base" value="${feature.temp.folder}"/>
</antcall>
<jar destfile="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.jar" basedir="${feature.temp.folder}/features/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="gather.bin.parts" depends="init" if="feature.base">
<mkdir dir="${feature.base}/features/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
<antcall target="children">
<param name="destination.temp.folder" value="${feature.base}/plugins"/>
<param name="target" value="gather.bin.parts"/>
</antcall>
<copy todir="${feature.base}/features/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G" failonerror="true" overwrite="false">
<fileset dir="${basedir}">
<include name="epl-v10.html"/>
<include name="eclipse_update_120.jpg"/>
<include name="feature.xml"/>
<include name="feature.properties"/>
<include name="license.html"/>
</fileset>
</copy>
<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G/feature.xml" selfVersion="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G" featureIds="org.eclipse.rcp:0.0.0,3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG," pluginIds="com.jcraft.jsch:0.0.0,0.1.31,javax.servlet:0.0.0,2.4.0.v200706111738,javax.servlet.jsp:0.0.0,2.0.0.v200706191603,org.apache.jasper:0.0.0,5.5.17.v200706111724,org.apache.commons.el:0.0.0,1.0.0.v200706111724,org.apache.commons.logging:0.0.0,1.0.4.v200706111724,org.apache.ant:0.0.0,1.7.0.v200706080842,org.apache.lucene:0.0.0,1.9.1.v200706111724,org.apache.lucene.analysis:0.0.0,1.9.1.v200706181610,org.eclipse.ant.core:0.0.0,3.1.200.v20070522,org.eclipse.compare:0.0.0,3.3.0.I20070606,org.eclipse.core.boot:0.0.0,3.1.100.v20060603,org.eclipse.core.filebuffers:0.0.0,3.3.0.v20070606-0010,org.eclipse.core.filesystem:0.0.0,1.1.0.v20070606,org.eclipse.core.net:0.0.0,1.0.0.I20070531,org.eclipse.core.resources:0.0.0,3.3.0.v20070604,org.eclipse.core.resources.compatibility:0.0.0,3.2.100.v20070502,org.eclipse.core.runtime.compatibility:0.0.0,3.1.200.v20070502,org.eclipse.osgi.services:0.0.0,3.1.200.v20070605,org.eclipse.osgi.util:0.0.0,3.1.200.v20070605,org.eclipse.core.variables:0.0.0,3.2.0.v20070426,org.eclipse.debug.core:0.0.0,3.3.0.v20070607-1800,org.eclipse.debug.ui:0.0.0,3.3.0.v20070607-1800,org.eclipse.equinox.http.registry:0.0.0,1.0.0.v20070608,org.eclipse.equinox.http.jetty:0.0.0,1.0.0.v20070607,org.eclipse.equinox.http.servlet:0.0.0,1.0.0.v20070606,org.eclipse.equinox.jsp.jasper:0.0.0,1.0.0.v20070607,org.eclipse.equinox.jsp.jasper.registry:0.0.0,1.0.0.v20070607,org.eclipse.help.webapp:0.0.0,3.3.0.v20070607,org.eclipse.help.base:0.0.0,3.3.0.v20070606,org.eclipse.help.ui:0.0.0,3.3.0.v20070530,org.eclipse.help.appserver:0.0.0,3.1.200.v20070510,org.eclipse.ltk.core.refactoring:0.0.0,3.3.0.v20070606-0010,org.eclipse.ltk.ui.refactoring:0.0.0,3.3.0.v20070606-0010,org.eclipse.platform:0.0.0,3.3.0.v20070613,org.eclipse.platform.doc.user:0.0.0,3.3.0.I20070615-1300,org.eclipse.search:0.0.0,3.3.0.v20070606-0010,org.eclipse.team.core:0.0.0,3.3.0.I20070607,org.eclipse.team.ui:0.0.0,3.3.0.I20070607,org.eclipse.tomcat:0.0.0,4.1.230.v20070531,org.eclipse.text:0.0.0,3.3.0.v20070606-0010,org.eclipse.jface.text:0.0.0,3.3.0.v20070606-0010,org.eclipse.jsch.core:0.0.0,1.0.0.I20070426,org.eclipse.jsch.ui:0.0.0,1.0.0.I20070525,org.eclipse.ui.console:0.0.0,3.2.0.v20070530,org.eclipse.ui.presentations.r21:0.0.0,3.2.100.I20070605-0010,org.eclipse.ui.intro:0.0.0,3.2.100.v20070530,org.eclipse.ui.intro.universal:0.0.0,3.2.100.v20070530A,org.eclipse.ui.cheatsheets:0.0.0,3.3.0.v20070507,org.eclipse.ui.browser:0.0.0,3.2.100.v20070524A,org.eclipse.ui.navigator:0.0.0,3.3.0.I20070605-0010,org.eclipse.ui.navigator.resources:0.0.0,3.3.0.I20070605-0010,org.eclipse.ui.net:0.0.0,1.0.0.I20070516,org.eclipse.ui.workbench.texteditor:0.0.0,3.3.0.v20070606-0010,org.eclipse.ui.views:0.0.0,3.2.100.I20070319-0010,org.eclipse.ui.editors:0.0.0,3.3.0.v20070606-0010,org.eclipse.ui.forms:0.0.0,3.3.0.v20070511,org.eclipse.ui.externaltools:0.0.0,3.1.200.v20070416,org.eclipse.ui.ide:0.0.0,3.3.0.I20070620,org.eclipse.ui.ide.application:0.0.0,1.0.0.I20070530-0100,org.eclipse.ui.win32:0.0.0,3.2.100.I20070319-0010,org.eclipse.update.core:0.0.0,3.2.100.v20070615,org.eclipse.update.scheduler:0.0.0,3.2.100.v20070615,org.eclipse.update.ui:0.0.0,3.2.100.v20070615,org.eclipse.ui.workbench.compatibility:0.0.0,3.2.0.I20070319-0010,org.eclipse.core.filesystem.hpux.ia64_32:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.linux.ppc:0.0.0,1.0.100.v20070430,org.eclipse.core.filesystem.freebsd.x86:0.0.0,1.1.0.v20070416,org.eclipse.core.filesystem.freebsd.amd64:0.0.0,1.1.0.v20070416,org.eclipse.core.filesystem.linux.x86:0.0.0,1.1.0.v20070416,org.eclipse.core.filesystem.linux.x86_64:0.0.0,1.0.100.v20070510,org.eclipse.core.filesystem.solaris.sparc:0.0.0,1.0.100.v20070425,org.eclipse.core.filesystem.macosx:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86:0.0.0,1.1.0.v20070510,org.eclipse.core.resources.win32:0.0.0,3.3.0.v20070226,org.eclipse.update.core.freebsd:0.0.0,3.2.0.v20070615,org.eclipse.update.core.linux:0.0.0,3.2.0.v20070615,org.eclipse.update.core.win32:0.0.0,3.2.100.v20070615,org.eclipse.ui.views.properties.tabbed:0.0.0,3.3.0.I20070605-0010,org.eclipse.core.runtime.compatibility.registry:0.0.0,3.2.100.v20070316,org.mortbay.jetty:0.0.0,5.1.11.v200706111724,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">
<mkdir dir="${feature.base}/win32.win32.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/win32.win32.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/win32/win32/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/win32">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/win32.win32.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileswin32_wpf_x86">
<mkdir dir="${feature.base}/win32.wpf.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/win32.wpf.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/wpf/win32/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/wpf">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/win32.wpf.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesmacosx_carbon_ppc">
<mkdir dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}/"/>
<copy todir="${feature.base}/macosx.carbon.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/macosx.carbon">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/carbon/macosx/ppc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt" />
<exec executable="ln" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" os="Linux">
<arg line="-sf"/>
<arg line="Eclipse.app/Contents/MacOS/eclipse"/>
<arg line="eclipse"/>
</exec>
</target>
<target name="rootFilesfreebsd_gtk_x86">
<mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/about_files/freebsd.gtk.x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFilesfreebsd_gtk_amd64">
<mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/"/>
<copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/about_files/freebsd.gtk.amd64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFileslinux_gtk_x86">
<mkdir dir="${feature.base}/linux.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/about_files/linux.gtk.x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFileslinux_gtk_ppc">
<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/ppc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="*.so*" />
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_ppc64">
<mkdir dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.ppc64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../launchertmp">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}" includes="*.so*" />
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_x86_64">
<mkdir dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.x86_64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/about_files/linux.gtk.x86_64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFileslinux_gtk_ia64">
<mkdir dir="${feature.base}/linux.gtk.ia64/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.ia64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.ia64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_s390">
<mkdir dir="${feature.base}/linux.gtk.s390/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.s390/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../launchertmp">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="*.so*" />
<chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_s390x">
<mkdir dir="${feature.base}/linux.gtk.s390x/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.s390x/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/about_files/linux.gtk.s390x">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/contributed/gtk/linux/s390x">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.s390x/${collectingFolder}" includes="*.so*" />
<chmod perm="755" dir="${feature.base}/linux.gtk.s390x/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_motif_x86">
<mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.motif.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/about_files/linux.motif.x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/motif">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/motif/linux/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.swt.motif.linux.x86">
<include name="Xm.so.2"/>
</fileset>
<fileset dir="${basedir}/motif">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFilessolaris_gtk_sparc">
<mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilessolaris_gtk_x86">
<mkdir dir="${feature.base}/solaris.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../launchertmp">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/gtk">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/solaris.gtk.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilessolaris_motif_sparc">
<mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/motif">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/solaris.motif.sparc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesaix_motif_ppc">
<mkdir dir="${feature.base}/aix.motif.ppc/${collectingFolder}/"/>
<copy todir="${feature.base}/aix.motif.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/motif/aix/ppc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/motif">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/aix.motif.ppc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_PA_RISC">
<mkdir dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}/"/>
<copy todir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_ia64">
<mkdir dir="${feature.base}/hpux.motif.ia64/${collectingFolder}/"/>
<copy todir="${feature.base}/hpux.motif.ia64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../launchertmp">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/motif">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/hpux.motif.ia64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_ia64_32">
<mkdir dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}/"/>
<copy todir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../launchertmp">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/motif">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesqnx_photon_x86">
<mkdir dir="${feature.base}/qnx.photon.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/qnx.photon.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.platform">
<include name="startup.jar"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/qnx.photon.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesgroup_group_group">
<antcall target="rootFileswin32_win32_x86"/>
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
<antcall target="rootFilesfreebsd_gtk_x86"/>
<antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>
<antcall target="rootFileslinux_gtk_x86_64"/>
<antcall target="rootFileslinux_gtk_ia64"/>
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>
<antcall target="rootFilesaix_motif_ppc"/>
<antcall target="rootFileshpux_motif_PA_RISC"/>
<antcall target="rootFileshpux_motif_ia64"/>
<antcall target="rootFileshpux_motif_ia64_32"/>
<antcall target="rootFilesqnx_photon_x86"/>
</target>
<target name="zip.distribution" depends="init" description="Create a zip containing all the plug-ins and features for the feature: org.eclipse.platform.">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="gather.bin.parts">
<param name="arch" value="*"/>
<param name="ws" value="*"/>
<param name="nl" value="*"/>
<param name="include.children" value="true"/>
<param name="feature.base" value="${feature.temp.folder}"/>
<param name="os" value="*"/>
</antcall>
<zip destfile="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="zip.sources" depends="init">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="all.children">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.eclipse.platform.source_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G/src"/>
<param name="include.children" value="true"/>
<param name="target" value="gather.sources"/>
</antcall>
<zip destfile="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="zip.logs" depends="init">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="all.children" inheritAll="false">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
<param name="include.children" value="true"/>
<param name="target" value="gather.logs"/>
</antcall>
<zip destfile="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="clean" depends="init" description="Clean the feature: org.eclipse.platform of all the zips, jars and logs created.">
<delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.jar"/>
<delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.bin.dist.zip"/>
<delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.log.zip"/>
<delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.src.zip"/>
<delete dir="${feature.temp.folder}"/>
<antcall target="all.children">
<param name="target" value="clean"/>
</antcall>
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/builds/I200706251500/src/features/org.eclipse.platform/" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
<antcall target="all.children">
<param name="target" value="refresh"/>
</antcall>
</target>
<target name="gather.sources">
<antcall target="children">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.eclipse.platform.source_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G/src"/>
<param name="target" value="gather.sources"/>
</antcall>
</target>
<target name="gather.logs" depends="init">
<mkdir dir="${feature.temp.folder}"/>
<antcall target="all.children" inheritAll="false">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
<param name="target" value="gather.logs"/>
</antcall>
</target>
</project>

View file

@ -0,0 +1,781 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.eclipse.rcp" default="build.update.jar" basedir=".">
<target name="init">
<property name="feature.temp.folder" value="${basedir}/feature.temp.folder"/>
<property name="feature.destination" value="${basedir}"/>
</target>
<target name="all.plugins" depends="init">
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.win32.win32.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.wpf.win32.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="wpf"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.motif.hpux.PA_RISC" target="${target}">
<property name="arch" value="PA_RISC"/>
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.motif.aix.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="aix"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64" target="${target}">
<property name="arch" value="x86_64"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.motif.linux.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="linux"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.s390x" target="${target}">
<property name="arch" value="s390x"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.s390" target="${target}">
<property name="arch" value="s390"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="freebsd"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64" target="${target}">
<property name="arch" value="amd64"/>
<property name="os" value="freebsd"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.carbon.macosx" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="macosx"/>
<property name="ws" value="carbon"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc" target="${target}">
<property name="arch" value="sparc"/>
<property name="os" value="solaris"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.rcp" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.hpux.ia64_32" target="${target}">
<property name="arch" value="ia64_32"/>
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.photon.qnx.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="qnx"/>
<property name="ws" value="photon"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.solaris.sparc" target="${target}">
<property name="arch" value="sparc"/>
<property name="os" value="solaris"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.ia64" target="${target}">
<property name="arch" value="ia64"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.linux.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="linux"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.hpux.PA_RISC" target="${target}">
<property name="arch" value="PA_RISC"/>
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.aix.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="aix"/>
<property name="ws" value="motif"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.carbon.macosx" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="macosx"/>
<property name="ws" value="carbon"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.solaris.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="solaris"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.solaris.sparc" target="${target}">
<property name="arch" value="sparc"/>
<property name="os" value="solaris"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.s390x" target="${target}">
<property name="arch" value="s390x"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.s390" target="${target}">
<property name="arch" value="s390"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="freebsd"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.amd64" target="${target}">
<property name="arch" value="amd64"/>
<property name="os" value="freebsd"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.wpf.win32.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="wpf"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.osgi" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.common" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.update.configurator" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.runtime.compatibility.auth" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.jobs" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.registry" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.preferences" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.contenttype" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.commands" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.app" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.runtime" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.expressions" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.help" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.databinding" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.databinding.beans" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.win32.win32.x86" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.x86_64" target="${target}">
<property name="arch" value="x86_64"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.jface" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.jface.databinding" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.workbench" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
<property name="ws" value="win32"/>
</ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.carbon" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="macosx"/>
<property name="ws" value="carbon"/>
</ant>
</target>
<target name="all.features" depends="init">
</target>
<target name="update.feature" depends="init">
</target>
<target name="all.children" depends="init,all.features,all.plugins,update.feature">
</target>
<target name="children" if="include.children">
<antcall target="all.children"/>
</target>
<target name="build.jars" depends="init" description="Build all the jars for the feature: org.eclipse.rcp.">
<antcall target="all.children">
<param name="target" value="build.jars"/>
</antcall>
</target>
<target name="build.sources" depends="init">
<antcall target="all.children">
<param name="target" value="build.sources"/>
</antcall>
</target>
<target name="build.zips" depends="init">
<antcall target="all.children">
<param name="target" value="build.zips"/>
</antcall>
</target>
<target name="build.update.jar" depends="init" description="Build the feature jar of: org.eclipse.rcp for an update site.">
<antcall target="all.children">
<param name="target" value="build.update.jar"/>
</antcall>
<property name="feature.base" value="${feature.temp.folder}"/>
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="gather.bin.parts" inheritAll="false">
<param name="arch" value="*"/>
<param name="ws" value="*"/>
<param name="nl" value="*"/>
<param name="os" value="*"/>
<param name="feature.base" value="${feature.temp.folder}"/>
</antcall>
<jar destfile="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.jar" basedir="${feature.temp.folder}/features/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="gather.bin.parts" depends="init" if="feature.base">
<mkdir dir="${feature.base}/features/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
<antcall target="children">
<param name="destination.temp.folder" value="${feature.base}/plugins"/>
<param name="target" value="gather.bin.parts"/>
</antcall>
<copy todir="${feature.base}/features/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG" failonerror="true" overwrite="false">
<fileset dir="${basedir}">
<include name="feature.xml"/>
<include name="license.html"/>
<include name="epl-v10.html"/>
<include name="feature.properties"/>
<include name="eclipse_update_120.jpg"/>
</fileset>
</copy>
<eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG/feature.xml" selfVersion="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG" featureIds="" pluginIds="com.ibm.icu:0.0.0,3.6.1.v20070417,org.eclipse.core.commands:0.0.0,3.3.0.I20070605-0010,org.eclipse.core.databinding:0.0.0,1.0.0.I20070606-0010,org.eclipse.core.databinding.beans:0.0.0,1.0.0.I20070606-0010,org.eclipse.core.jobs:0.0.0,3.3.0.v20070423,org.eclipse.core.expressions:0.0.0,3.3.0.v20070606-0010,org.eclipse.core.runtime:0.0.0,3.3.100.v20070530,org.eclipse.core.runtime.compatibility.auth:0.0.0,3.2.100.v20070502,org.eclipse.osgi:0.0.0,3.3.0.v20070530,org.eclipse.help:0.0.0,3.3.0.v20070524,org.eclipse.swt:0.0.0,3.3.0.v3346,org.eclipse.jface:0.0.0,3.3.0.I20070606-0010,org.eclipse.jface.databinding:0.0.0,1.1.0.I20070606-0010,org.eclipse.ui:0.0.0,3.3.0.I20070614-0800,org.eclipse.ui.workbench:0.0.0,3.3.0.I20070608-1100,org.eclipse.ui.carbon:0.0.0,3.2.100.I20070605-0010,org.eclipse.update.configurator:0.0.0,3.2.100.v20070615,org.eclipse.swt.win32.win32.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.wpf.win32.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.freebsd.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.freebsd.amd64:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.s390:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.linux.s390x:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.solaris.sparc:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.solaris.x86:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.linux.ppc:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.x86_64:0.0.0,3.3.0.v3346,org.eclipse.swt.carbon.macosx:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.aix.ppc:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.hpux.PA_RISC:0.0.0,3.3.0.v3345a,org.eclipse.swt.motif.linux.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.ia64:0.0.0,3.3.0.HEAD,org.eclipse.swt.motif.solaris.sparc:0.0.0,3.3.0.v3346,org.eclipse.swt.photon.qnx.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.hpux.ia64_32:0.0.0,3.3.0.HEAD,org.eclipse.rcp:0.0.0,3.2.0.v20070612,org.eclipse.core.contenttype:0.0.0,3.2.100.v20070319,org.eclipse.equinox.app:0.0.0,1.0.0.v20070606,org.eclipse.equinox.common:0.0.0,3.3.0.v20070426,org.eclipse.equinox.preferences:0.0.0,3.2.100.v20070522,org.eclipse.equinox.registry:0.0.0,3.3.0.v20070522,org.eclipse.equinox.launcher:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.solaris.sparc:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.carbon.macosx:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.ppc:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.x86:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.s390:0.0.0,1.0.0,org.eclipse.equinox.launcher.gtk.linux.s390x:0.0.0,1.0.0,org.eclipse.equinox.launcher.gtk.freebsd.x86:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.gtk.freebsd.amd64:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.motif.linux.x86:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.gtk.linux.x86_64:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.motif.aix.ppc:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.motif.hpux.PA_RISC:0.0.0,1.0.0.v20070219,org.eclipse.equinox.launcher.wpf.win32.x86:0.0.0,1.0.0.v20070523,org.eclipse.equinox.launcher.win32.win32.x86:0.0.0,1.0.0.v20070523,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">
<mkdir dir="${feature.base}/win32.win32.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/win32.win32.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/win32/win32/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/win32.win32.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileswin32_wpf_x86">
<mkdir dir="${feature.base}/win32.wpf.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/win32.wpf.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/wpf/win32/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/win32.wpf.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesmacosx_carbon_ppc">
<mkdir dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}/"/>
<copy todir="${feature.base}/macosx.carbon.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/carbon/macosx/ppc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt" />
<exec executable="ln" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" os="Linux">
<arg line="-sf"/>
<arg line="Eclipse.app/Contents/MacOS/eclipse"/>
<arg line="eclipse"/>
</exec>
</target>
<target name="rootFileslinux_gtk_x86">
<mkdir dir="${feature.base}/linux.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFilesfreebsd_gtk_x86">
<mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/freebsd.gtk.x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFilesfreebsd_gtk_amd64">
<mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/"/>
<copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/freebsd.gtk.amd64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFileslinux_gtk_ppc">
<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/ppc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_ppc64">
<mkdir dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.ppc64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_x86_64">
<mkdir dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.x86_64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.x86_64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFileslinux_gtk_ia64">
<mkdir dir="${feature.base}/linux.gtk.ia64/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.ia64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.ia64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_s390">
<mkdir dir="${feature.base}/linux.gtk.s390/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.s390/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.s390">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/contributed/gtk/linux/s390">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="*.so*" />
<chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_gtk_s390x">
<mkdir dir="${feature.base}/linux.gtk.s390x/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.s390x/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.s390x">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/contributed/gtk/linux/s390x">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.s390x/${collectingFolder}" includes="*.so*" />
<chmod perm="755" dir="${feature.base}/linux.gtk.s390x/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileslinux_motif_x86">
<mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.motif.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.motif.x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/motif/linux/x86">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../../plugins/org.eclipse.swt.motif.linux.x86">
<include name="libXm.so.2"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFilessolaris_gtk_sparc">
<mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilessolaris_gtk_x86">
<mkdir dir="${feature.base}/solaris.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/solaris.gtk.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilessolaris_motif_sparc">
<mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/solaris.motif.sparc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesaix_motif_ppc">
<mkdir dir="${feature.base}/aix.motif.ppc/${collectingFolder}/"/>
<copy todir="${feature.base}/aix.motif.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/motif/aix/ppc">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/aix.motif.ppc/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_PA_RISC">
<mkdir dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}/"/>
<copy todir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_ia64">
<mkdir dir="${feature.base}/hpux.motif.ia64/${collectingFolder}/"/>
<copy todir="${feature.base}/hpux.motif.ia64/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/hpux.motif.ia64/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFileshpux_motif_ia64_32">
<mkdir dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}/"/>
<copy todir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesqnx_photon_x86">
<mkdir dir="${feature.base}/qnx.photon.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/qnx.photon.x86/${collectingFolder}/" failonerror="true" overwrite="true">
<fileset dir="${basedir}/rootfiles">
<include name="**"/>
</fileset>
<fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
<include name="**"/>
</fileset>
</copy>
<chmod perm="755" dir="${feature.base}/qnx.photon.x86/${collectingFolder}" includes="eclipse" />
</target>
<target name="rootFilesgroup_group_group">
<antcall target="rootFileswin32_win32_x86"/>
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
<antcall target="rootFilesfreebsd_gtk_x86"/>
<antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>
<antcall target="rootFileslinux_gtk_x86_64"/>
<antcall target="rootFileslinux_gtk_ia64"/>
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>
<antcall target="rootFilesaix_motif_ppc"/>
<antcall target="rootFileshpux_motif_PA_RISC"/>
<antcall target="rootFileshpux_motif_ia64"/>
<antcall target="rootFileshpux_motif_ia64_32"/>
<antcall target="rootFilesqnx_photon_x86"/>
</target>
<target name="zip.distribution" depends="init" description="Create a zip containing all the plug-ins and features for the feature: org.eclipse.rcp.">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="gather.bin.parts">
<param name="arch" value="*"/>
<param name="ws" value="*"/>
<param name="nl" value="*"/>
<param name="include.children" value="true"/>
<param name="feature.base" value="${feature.temp.folder}"/>
<param name="os" value="*"/>
</antcall>
<zip destfile="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="zip.sources" depends="init">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="all.children">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.eclipse.rcp.source_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG/src"/>
<param name="include.children" value="true"/>
<param name="target" value="gather.sources"/>
</antcall>
<zip destfile="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="zip.logs" depends="init">
<delete dir="${feature.temp.folder}"/>
<mkdir dir="${feature.temp.folder}"/>
<antcall target="all.children" inheritAll="false">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
<param name="include.children" value="true"/>
<param name="target" value="gather.logs"/>
</antcall>
<zip destfile="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/>
<delete dir="${feature.temp.folder}"/>
</target>
<target name="clean" depends="init" description="Clean the feature: org.eclipse.rcp of all the zips, jars and logs created.">
<delete file="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.jar"/>
<delete file="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.bin.dist.zip"/>
<delete file="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.log.zip"/>
<delete file="${feature.destination}/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG.src.zip"/>
<delete dir="${feature.temp.folder}"/>
<antcall target="all.children">
<param name="target" value="clean"/>
</antcall>
</target>
<target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder.">
<eclipse.convertPath fileSystemPath="/builds/I200706251500/src/features/org.eclipse.rcp/" property="resourcePath"/>
<eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/>
<antcall target="all.children">
<param name="target" value="refresh"/>
</antcall>
</target>
<target name="gather.sources">
<antcall target="children">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.eclipse.rcp.source_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG/src"/>
<param name="target" value="gather.sources"/>
</antcall>
</target>
<target name="gather.logs" depends="init">
<mkdir dir="${feature.temp.folder}"/>
<antcall target="all.children" inheritAll="false">
<param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/>
<param name="target" value="gather.logs"/>
</antcall>
</target>
</project>

View file

@ -0,0 +1,182 @@
--- plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java.orig 2007-06-26 04:57:18.000000000 +0900
+++ plugins/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java 2007-09-13 09:48:55.000000000 +0900
@@ -193,6 +193,17 @@
public static final String OS_WIN32 = "win32";//$NON-NLS-1$
/**
+ * Constant string (value "freebsd") indicating the platform is running on a
+ * FreeBSD-based operating system.
+ * <p>
+ * Note this constant has been moved from the deprecated
+ * org.eclipse.core.boot.BootLoader class and its value has not changed.
+ * </p>
+ * @since 3.0
+ */
+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$
+
+ /**
* Constant string (value "linux") indicating the platform is running on a
* Linux-based operating system.
* <p>
--- plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java.orig 2007-06-26 04:57:18.000000000 +0900
+++ plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/internal/launcher/Constants.java 2007-09-13 09:37:01.000000000 +0900
@@ -18,6 +18,7 @@
public static final String INTERNAL_ARCH_I386 = "i386"; //$NON-NLS-1$
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_FREEBSD = "FreeBSD"; //$NON-NLS-1$
public static final String INTERNAL_OS_LINUX = "Linux"; //$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$
@@ -34,6 +35,12 @@
public static final String OS_WIN32 = "win32";//$NON-NLS-1$
/**
+ * Constant string (value "freebsd") indicating the platform is running on a
+ * Linux-based operating system.
+ */
+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$
+
+ /**
* Constant string (value "linux") indicating the platform is running on a
* Linux-based operating system.
*/
--- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java.orig 2007-06-26 04:57:16.000000000 +0900
+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/BrandingIron.java 2007-09-13 01:54:23.000000000 +0900
@@ -72,6 +72,8 @@
brandWindows();
if ("linux".equals(os)) //$NON-NLS-1$
brandLinux();
+ if ("freebsd".equals(os)) //$NON-NLS-1$
+ brandFreeBSD();
if ("solaris".equals(os)) //$NON-NLS-1$
brandSolaris();
if ("macosx".equals(os)) //$NON-NLS-1$
@@ -90,6 +92,12 @@
renameLauncher();
}
+ private void brandFreeBSD() throws Exception {
+ renameLauncher();
+ if (brandIcons)
+ copy(new File(icons[0]), new File(root, "icon.xpm"));
+ }
+
private void brandLinux() throws Exception {
renameLauncher();
if (brandIcons)
--- plugins/org.eclipse.pde.build/templates/packager/packaging.properties.orig 2007-06-26 04:57:16.000000000 +0900
+++ plugins/org.eclipse.pde.build/templates/packager/packaging.properties 2007-09-13 01:51:19.000000000 +0900
@@ -18,6 +18,8 @@
root.win32.win32.x86=eclipse.exe, eclipsec.exe
root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm
+root.freebsd.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
+root.freebsd.amd64.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
root.linux.gtk.ppc=eclipse
--- plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java.orig 2007-06-26 04:57:02.000000000 +0900
+++ plugins/org.eclipse.pde.ui.templates/src/org/eclipse/pde/internal/ui/templates/rcp/IntroTemplate.java 2007-09-13 01:40:37.000000000 +0900
@@ -169,7 +169,7 @@
IPluginElement implementationElement = factory
.createElement(presentationElement);
implementationElement.setName("implementation"); //$NON-NLS-1$
- implementationElement.setAttribute("os", "win32,linux,macosx"); //$NON-NLS-1$ //$NON-NLS-2$
+ implementationElement.setAttribute("os", "win32,linux,freebsd,macosx"); //$NON-NLS-1$ //$NON-NLS-2$
if (getTargetVersion() == 3.0)
implementationElement.setAttribute("style", "content/shared.css"); //$NON-NLS-1$//$NON-NLS-2$
--- plugins/org.eclipse.core.runtime.compatibility/src-boot/org/eclipse/core/boot/BootLoader.java.orig 2007-06-26 04:57:25.000000000 +0900
+++ plugins/org.eclipse.core.runtime.compatibility/src-boot/org/eclipse/core/boot/BootLoader.java 2007-09-13 01:38:36.000000000 +0900
@@ -72,6 +72,13 @@
public static final String OS_LINUX = "linux";//$NON-NLS-1$
/**
+ * Constant string (value "freebsd") indicating the platform is running on a
+ * Linux-based operating system.
+ * @deprecated Replaced by {@link Platform#OS_FREEBSD}.
+ */
+ 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.
* @deprecated Replaced by {@link Platform#OS_AIX}.
--- plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java.orig 2007-06-26 04:57:18.000000000 +0900
+++ plugins/org.eclipse.osgi/core/adaptor/org/eclipse/osgi/util/TextProcessor.java 2007-09-13 01:10:07.000000000 +0900
@@ -82,8 +82,8 @@
isBidi = true;
String osName = System.getProperty("os.name").toLowerCase(); //$NON-NLS-1$
- if (osName.startsWith("windows") || osName.startsWith("linux")) { //$NON-NLS-1$ //$NON-NLS-2$
-
+ if (osName.startsWith("windows") || osName.startsWith("linux")
+ || osName.startsWith("freebsd")) { //$NON-NLS-1$ //$NON-NLS-2$
// Only consider platforms that can support control characters
isSupportedPlatform = true;
}
--- plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java.orig 2007-06-26 04:57:02.000000000 +0900
+++ plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/osgi/service/environment/Constants.java 2007-09-13 01:03:14.000000000 +0900
@@ -29,6 +29,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.
*/
--- features/org.eclipse.rcp/build.properties.orig 2007-06-26 04:57:18.000000000 +0900
+++ features/org.eclipse.rcp/build.properties 2007-09-13 00:43:31.000000000 +0900
@@ -23,6 +23,10 @@
root.solaris.gtk.sparc=../../features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc
+root.freebsd.gtk.x86=../../features/org.eclipse.platform/about_files/freebsd.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86
+root.freebsd.gtk.x86.permissions.755=*.so*
+root.freebsd.gtk.amd64=../../features/org.eclipse.platform/about_files/freebsd.gtk.amd64,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64
+root.freebsd.gtk.amd64.permissions.755=*.so*
root.linux.gtk.x86=../../features/org.eclipse.platform/about_files/linux.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86
root.linux.gtk.x86.permissions.755=*.so*
root.linux.gtk.s390=../../features/org.eclipse.platform/about_files/linux.gtk.s390,../../features/org.eclipse.equinox.executable/contributed/gtk/linux/s390
--- features/org.eclipse.platform/build.properties.orig 2007-06-26 04:57:18.000000000 +0900
+++ features/org.eclipse.platform/build.properties 2007-09-13 00:35:59.000000000 +0900
@@ -32,7 +32,10 @@
root.solaris.motif.sparc=../../features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc,motif
root.solaris.gtk.x86=../../launchertmp,gtk
-
+root.freebsd.gtk.x86=about_files/freebsd.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86,gtk
+root.freebsd.gtk.x86.permissions.755=*.so*
+root.freebsd.gtk.amd64=about_files/freebsd.gtk.amd64,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64,gtk
+root.freebsd.gtk.amd64.permissions.755=*.so*
root.linux.gtk.x86=about_files/linux.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86,gtk
root.linux.gtk.x86.permissions.755=*.so*
root.linux.gtk.s390=about_files/linux.gtk.s390,../../features/org.eclipse.equinox.executable/contributed/gtk/linux/s390,gtk
--- features/org.eclipse.sdk/build.properties.orig 2007-06-26 04:57:03.000000000 +0900
+++ features/org.eclipse.sdk/build.properties 2007-09-13 00:32:31.000000000 +0900
@@ -32,6 +32,8 @@
root.aix.motif.ppc=motif
root.hpux.motif.PA_RISC=motif
root.solaris.gtk.sparc=gtk
+root.freebsd.gtk.x86=gtk
+root.freebsd.gtk.amd64=gtk
root.linux.gtk.x86=gtk
root.linux.gtk.x86_64=gtk
root.linux.gtk.ppc=gtk

View file

@ -0,0 +1,119 @@
--- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java.orig 2007-06-26 04:57:03.000000000 +0900
+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/ProductFile.java 2007-09-13 13:38:20.000000000 +0900
@@ -214,6 +214,9 @@
key = VM_ARGS_WIN;
} else if( os.equals(Platform.OS_LINUX)) {
key = VM_ARGS_LINUX;
+ } else if( os.equals(Platform.OS_FREEBSD)) {
+ // You do not like this?
+ key = VM_ARGS_LINUX;
} else if( os.equals(Platform.OS_MACOSX)) {
key = VM_ARGS_MAC;
} else if(os.equals(Platform.OS_SOLARIS)) {
@@ -237,6 +240,8 @@
key = PROGRAM_ARGS_WIN;
} else if( os.equals(Platform.OS_LINUX)) {
key = PROGRAM_ARGS_LINUX;
+ } else if( os.equals(Platform.OS_FREEBSD)) {
+ key = PROGRAM_ARGS_LINUX;
} else if( os.equals(Platform.OS_MACOSX)) {
key = PROGRAM_ARGS_MAC;
} else if(os.equals(Platform.OS_SOLARIS)) {
@@ -494,7 +499,7 @@
}
private void processLinux(Attributes attributes) {
- if (!osMatch(Platform.OS_LINUX))
+ if (!osMatch(Platform.OS_LINUX) && !osMatch(Platform.OS_FREEBSD) )
return;
result.add(attributes.getValue("icon")); //$NON-NLS-1$
}
--- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java.orig 2007-06-26 04:57:09.000000000 +0900
+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java 2007-09-13 15:40:52.000000000 +0900
@@ -419,12 +419,18 @@
private static void generateLinkInstruction(AntScript script, String dir, String files) {
String[] links = Utils.getArrayFromString(files, ","); //$NON-NLS-1$
- List arguments = new ArrayList(2);
+ List arguments = new ArrayList(2);
+ String os_running = "FreeBSD";
+
+ String os = System.getProperty("os.name"); //$NON-NLS-1$
+ if (os != null && os.toLowerCase().indexOf("lin") >= 0) os_running = "Linux"; //$NON-NLS-1$
+ if (os != null && os.toLowerCase().indexOf("free") >= 0) os_running = "FreeBSD"; //$NON-NLS-1$
+
for (int i = 0; i < links.length; i += 2) {
arguments.add("-sf"); //$NON-NLS-1$
arguments.add(links[i]);
arguments.add(links[i + 1]);
- script.printExecTask("ln", dir, arguments, "Linux"); //$NON-NLS-1$ //$NON-NLS-2$
+ script.printExecTask("ln", dir, arguments, os_running); //$NON-NLS-1$ //$NON-NLS-2$
arguments.clear();
}
}
--- plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java.orig 2007-06-26 04:57:06.000000000 +0900
+++ plugins/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/JNLPGenerator.java 2007-09-13 13:45:14.000000000 +0900
@@ -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$
--- plugins/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserUtil.java.orig 2007-06-26 04:57:14.000000000 +0900
+++ plugins/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserUtil.java 2007-09-13 13:48:02.000000000 +0900
@@ -70,6 +70,18 @@
}
/**
+ * Returns true if we're running on freebsd.
+ *
+ * @return boolean
+ */
+ public static boolean isFreeBSD() {
+ String os = System.getProperty("os.name"); //$NON-NLS-1$
+ if (os != null && os.toLowerCase().indexOf("free") >= 0) //$NON-NLS-1$
+ return true;
+ return false;
+ }
+
+ /**
* Open a dialog window.
*
* @param message
@@ -293,4 +305,4 @@
}
return encodedId;
}
-}
\ No newline at end of file
+}
--- plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java.orig 2007-06-26 04:57:21.000000000 +0900
+++ plugins/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/builder/ModelBuildScriptGenerator.java 2007-09-13 15:40:33.000000000 +0900
@@ -561,10 +561,15 @@
private void generateLinkInstruction(String dir, String files) {
String[] links = Utils.getArrayFromString(files, ","); //$NON-NLS-1$
List arguments = new ArrayList(2);
+ String os_running = "FreeBSD";
+ String os = System.getProperty("os.name"); //$NON-NLS-1$
+ if (os != null && os.toLowerCase().indexOf("lin") >= 0) os_running = "Linux"; //$NON-NLS-1$
+ if (os != null && os.toLowerCase().indexOf("free") >= 0) os_running = "FreeBSD"; //$NON-NLS-1$
+
for (int i = 0; i < links.length; i += 2) {
arguments.add(links[i]);
arguments.add(links[i + 1]);
- script.printExecTask("ln -s", dir, arguments, "Linux"); //$NON-NLS-1$ //$NON-NLS-2$
+ script.printExecTask("ln", dir, arguments, os_running); //$NON-NLS-1$ //$NON-NLS-2$
arguments.clear();
}
}

View file

@ -1,39 +0,0 @@
--- assemble.org.eclipse.sdk.freebsd.motif.x86.xml~ Sat Apr 9 14:40:56 2005
+++ assemble.org.eclipse.sdk.freebsd.motif.x86.xml Sat Apr 9 15:05:35 2005
@@ -419,10 +419,5 @@
</exec>
<move file="${archiveFullPath}" tofile="${assemblyTempDir}/${collectingFolder}/tmp.tar"/>
<gzip src="${assemblyTempDir}/${collectingFolder}/tmp.tar" zipfile="${archiveFullPath}"/>
- <exec executable="rm">
- <arg line="-rf"/>
- <arg line="${assemblyTempDir}"/>
- </exec>
- <delete dir="${assemblyTempDir}"/>
</target>
</project>
--- assemble.org.eclipse.sdk.freebsd.gtk.x86.xml~ Sat Apr 9 14:40:56 2005
+++ assemble.org.eclipse.sdk.freebsd.gtk.x86.xml Sat Apr 9 15:05:42 2005
@@ -419,10 +419,5 @@
</exec>
<move file="${archiveFullPath}" tofile="${assemblyTempDir}/${collectingFolder}/tmp.tar"/>
<gzip src="${assemblyTempDir}/${collectingFolder}/tmp.tar" zipfile="${archiveFullPath}"/>
- <exec executable="rm">
- <arg line="-rf"/>
- <arg line="${assemblyTempDir}"/>
- </exec>
- <delete dir="${assemblyTempDir}"/>
</target>
</project>
--- assemble.org.eclipse.sdk.freebsd.gtk.amd64.xml~ Sat Apr 9 14:40:56 2005
+++ assemble.org.eclipse.sdk.freebsd.gtk.amd64.xml Sat Apr 9 15:04:59 2005
@@ -419,10 +419,5 @@
</exec>
<move file="${archiveFullPath}" tofile="${assemblyTempDir}/${collectingFolder}/tmp.tar"/>
<gzip src="${assemblyTempDir}/${collectingFolder}/tmp.tar" zipfile="${archiveFullPath}"/>
- <exec executable="rm">
- <arg line="-rf"/>
- <arg line="${assemblyTempDir}"/>
- </exec>
- <delete dir="${assemblyTempDir}"/>
</target>
</project>

View file

@ -0,0 +1,15 @@
--- assemble.org.eclipse.sdk.all.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ assemble.org.eclipse.sdk.all.xml 2007-08-25 12:12:43.000000000 +0900
@@ -10,6 +10,12 @@
<ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.macosx.carbon.ppc">
<property name="assembleScriptName" value="assemble.org.eclipse.sdk.macosx.carbon.ppc.xml"/>
</ant>
+ <ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.freebsd.gtk.x86">
+ <property name="assembleScriptName" value="assemble.org.eclipse.sdk.freebsd.gtk.x86.xml"/>
+ </ant>
+ <ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.freebsd.gtk.amd64">
+ <property name="assembleScriptName" value="assemble.org.eclipse.sdk.freebsd.gtk.amd64.xml"/>
+ </ant>
<ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.linux.gtk.x86">
<property name="assembleScriptName" value="assemble.org.eclipse.sdk.linux.gtk.x86.xml"/>
</ant>

View file

@ -1,11 +1,23 @@
--- build.orig Fri Apr 1 13:58:26 2005
+++ build Sun Apr 3 23:33:46 2005
@@ -52,7 +52,7 @@
exit 1
--- build.orig 2007-06-26 04:57:50.000000000 +0900
+++ build 2007-08-31 23:03:43.000000000 +0900
@@ -52,16 +52,16 @@
exit 1
fi
-if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64" ]
+if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64" ] || [ "$os-$ws-$arch" = "freebsd-gtk-x86" ] || [ "$os-$ws-$arch" = "freebsd-motif-x86" ] || [ "$os-$ws-$arch" = "freebsd-gtk-amd64" ]
-if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "win32-wpf-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32" ] || [ "$os-$ws-$arch" = "linux-gtk-s390" ] || [ "$os-$ws-$arch" = "linux-gtk-s390x" ]
+if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86_64" ] || [ "$os-$ws-$arch" = "linux-gtk-ia64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "solaris-gtk-x86" ] || [ "$os-$ws-$arch" = "solaris-gtk-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "win32-wpf-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc64" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64" ] || [ "$os-$ws-$arch" = "hpux-motif-ia64_32" ] || [ "$os-$ws-$arch" = "linux-gtk-s390" ] || [ "$os-$ws-$arch" = "linux-gtk-s390x" ] || [ "$os-$ws-$arch" = "freebsd-gtk-x86" ] || [ "$os-$ws-$arch" = "freebsd-gtk-amd64" ]
then
ORIGCLASSPATH=$CLASSPATH;export ORIGCLASSPATH
ant -q -buildfile jdtcoresrc/compilejdtcorewithjavac.xml
ORIGCLASSPATH=$CLASSPATH;export ORIGCLASSPATH
ant -q -buildfile jdtcoresrc/compilejdtcorewithjavac.xml
CLASSPATH=$PWD/jdtcoresrc/ecj.jar:$CLASSPATH;export CLASSPATH
ant -q -buildfile jdtcoresrc/compilejdtcore.xml
CLASSPATH=$PWD/ecj.jar:$ORIGCLASSPATH;export CLASSPATH
- ant -q -buildfile build.xml $target -DinstallOs=$os -DinstallWs=$ws -DinstallArch=$arch $compilelibs $bootclasspath
+ ant -q -buildfile build.xml $target -DinstallOs=$os -DinstallWs=$ws -DinstallArch=$arch $compilelibs $bootclasspath
else
echo "The os-ws-arch combination of $os-$ws-$arch is not valid."
exit 1
fi
-
\ No newline at end of file
+

View file

@ -1,29 +1,84 @@
--- build.xml.orig Fri May 13 11:38:39 2005
+++ build.xml Sat May 14 23:42:22 2005
@@ -53,7 +53,7 @@
<exec dir="${swtlibs}/" executable="sh" failonerror="true">
<arg line="build.sh"/>
</exec>
- <property name="swtdir" value="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.{installOs}.{installArch}"/>
+ <property name="swtdir" value="${buildDirectory}/plugins/org.eclipse.swt.${installWs}.${installOs}.${installArch}"/>
<mkdir dir="${swtdir}"/>
<move todir="${swtdir}/">
<fileset dir="${swtlibs}">
@@ -63,12 +63,12 @@
<!--unzip launcher -->
<property name="launcherlibs" value="${buildDirectory}/launchertmp"/>
<mkdir dir="${launcherlibs}"/>
- <unzip dest="${launcherlibs}">
- <fileset dir="${buildDirectory}/plugins/org.eclipse.platform.source/src/">
- <include name ="org.eclipse.platform_*/launchersrc.zip"/>
+ <copy todir="${launcherlibs}">
+ <fileset dir="${buildDirectory}/features/org.eclipse.platform.launchers">
+ <include name ="**"/>
</fileset>
- </unzip>
- <exec dir="${launcherlibs}/library/${installWs}/" executable="sh" os="Linux" failonerror="true">
--- build.xml.orig 2007-06-26 04:57:50.000000000 +0900
+++ build.xml 2007-09-01 17:22:26.000000000 +0900
@@ -16,6 +16,15 @@
<ant antfile="fetch_org.eclipse.equinox.executable.xml" />
<ant antfile="fetch_org.eclipse.sdk.xml" />
+ <!--copy freebsd gtk x86 about_files to in temp location where it will be copied into root of eclipse at assembly time-->
+ <property name="freebsd.gtk.x86.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/freebsd.gtk.x86" />
+ <mkdir dir="${freebsd.gtk.x86.rootfiles}" />
+ <copy tofile="${freebsd.gtk.x86.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.freebsd.x86/about.html" />
+
+ <!--copy freebsd gtk amd64 about_files to in temp location where it will be copied into root of eclipse at assembly time-->
+ <property name="freebsd.gtk.amd64.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/freebsd.gtk.amd64" />
+ <mkdir dir="${freebsd.gtk.amd64.rootfiles}" />
+ <copy tofile="${freebsd.gtk.amd64.rootfiles}/about.html" file="${buildDirectory}/plugins/org.eclipse.swt.gtk.freebsd.amd64/about.html" />
<!--copy linux motif about_files to in temp location where it will be copied into root of eclipse at assembly time-->
<property name="linux.motif.rootfiles" value="${buildDirectory}/features/org.eclipse.platform/about_files/linux.motif.x86" />
<mkdir dir="${linux.motif.rootfiles}" />
@@ -45,7 +54,11 @@
<fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.linux.x86_64" includes="
about_files/mpl-v11.txt" />
</copy>
-
+
+ <copy todir="${freebsd.gtk.amd64.rootfiles}">
+ <fileset dir="${buildDirectory}/plugins/org.eclipse.swt.gtk.freebsd.amd64" includes="
+ about_files/mpl-v11.txt" />
+ </copy>
+ <exec dir="${launcherlibs}/library/${installWs}/" executable="sh" os="FreeBSD" failonerror="true">
<arg line="build.sh"/>
</target>
<!-- Fill in values for original timestamp in all about.mappings files -->
@@ -104,16 +117,15 @@
</exec>
<move file="${launcherlibs}/library/${installWs}/eclipse" todir="${launcherlibs}/"/>
<move file="${launcherlibs}/library/${installWs}/eclipse" todir="${launcherlibs}/" />
- <!-- build liblocalfile -->
- <exec dir="plugins/org.eclipse.core.filesystem/natives/unix/linux" executable="make" failonerror="true" />
- <move file="plugins/org.eclipse.core.filesystem/natives/unix/linux/liblocalfile_1_0_0.so" todir="plugins/org.eclipse.core.filesystem.linux.${installArch}/os/linux/${installArch}">
+ <!-- build liblocalfile FreeBSD -->
+ <exec dir="plugins/org.eclipse.core.filesystem/natives/unix/freebsd" executable="make" failonerror="true" />
+ <move file="plugins/org.eclipse.core.filesystem/natives/unix/freebsd/liblocalfile_1_0_0.so" todir="plugins/org.eclipse.core.filesystem.freebsd.${installArch}/os/freebsd/${installArch}">
</move>
- <!-- build libupdate -->
- <ant dir="plugins/org.eclipse.update.core.linux/src" antfile="build.xml" />
-
- </target>
+ <!-- build libupdate FreeBSD -->
+ <ant dir="plugins/org.eclipse.update.core.freebsd/src" antfile="build.xml" />
+ </target>
<!--create an installable eclipse runtime-->
<target name="install" depends="init">
@@ -302,8 +314,8 @@
</fail>
<property name="compilerArg" value="-enableJavadoc -encoding ISO-8859-1" />
- <property name="javacSource" value="1.6" />
- <property name="javacTarget" value="1.6" />
+ <property name="javacSource" value="1.6" />
+ <property name="javacTarget" value="1.6" />
<property name="javacDebugInfo" value="true" />
<property name="javacFailOnError" value="true" />
@@ -327,12 +339,17 @@
<equals arg1="${installOs}-${installWs}-${installArch}" arg2="hpux-motif-ia64_32" />
<equals arg1="${installOs}-${installWs}-${installArch}" arg2="solaris-gtk-x86" />
<equals arg1="${installOs}-${installWs}-${installArch}" arg2="hpux-motif-PA_RISC" />
+ <equals arg1="${install0s}-${installWs}-${installArch}" arg2="freebsd-gtk-x86" />
+ <equals arg1="${install0s}-${installWs}-${installArch}" arg2="freebsd-gtk-amd64" />
</or>
</condition>
<!--used to add doc plug-ins to result after initial assembly-->
<condition property="archive.format" value="tar">
- <equals arg1="${installOs}" arg2="linux" />
+ <or>
+ <equals arg1="${installOs}" arg2="linux" />
+ <equals arg1="${installOs}" arg2="freebsd" />
+ </or>
</condition>
<property name="archive.format" value="zip" />
</target>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,34 @@
--- features/org.eclipse.cvs/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ features/org.eclipse.cvs/build.xml 2007-08-23 23:51:19.000000000 +0900
@@ -123,6 +123,22 @@
</fileset>
</copy>
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ </copy>
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ </copy>
+ </target>
<target name="rootFileslinux_gtk_x86">
<mkdir dir="${feature.base}/linux.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
@@ -255,6 +271,8 @@
<antcall target="rootFileswin32_win32_x86"/>
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>

View file

@ -0,0 +1,22 @@
--- features/org.eclipse.cvs.source/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ features/org.eclipse.cvs.source/build.xml 2007-08-23 23:49:08.000000000 +0900
@@ -83,6 +83,10 @@
</target>
<target name="rootFileswin32_wpf_x86">
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
<target name="rootFilesmacosx_carbon_ppc">
</target>
<target name="rootFileslinux_gtk_x86">
@@ -121,6 +125,8 @@
<antcall target="rootFileswin32_win32_x86"/>
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>

View file

@ -0,0 +1,31 @@
--- features/org.eclipse.equinox.executable/feature.xml.orig 2007-06-26 04:57:23.000000000 +0900
+++ features/org.eclipse.equinox.executable/feature.xml 2007-08-23 23:47:11.000000000 +0900
@@ -52,6 +52,28 @@
unpack="true"/>
<plugin
+ id="org.eclipse.equinox.launcher.gtk.freebsd.x86"
+ os="freebsd"
+ ws="gtk"
+ arch="x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="true"/>
+
+ <plugin
+ id="org.eclipse.equinox.launcher.gtk.freebsd.amd64"
+ os="freebsd"
+ ws="gtk"
+ arch="amd64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="true"/>
+
+ <plugin
id="org.eclipse.equinox.launcher.gtk.linux.x86"
os="linux"
ws="gtk"

View file

@ -0,0 +1,38 @@
--- features/org.eclipse.equinox.executable/library/gtk/build.sh.orig 2007-06-26 04:57:45.000000000 +0900
+++ features/org.eclipse.equinox.executable/library/gtk/build.sh 2007-08-25 14:35:16.000000000 +0900
@@ -10,6 +10,9 @@
# IBM Corporation - initial API and implementation
# Kevin Cornell (Rational Software Corporation)
# Martin Oberhuber (Wind River) - [176805] Support building with gcc and debug
+#
+# This is from "features/org.eclipse.equinox.executable/library/gtk/build.sh"
+#
#*******************************************************************************
#
# Usage: sh build.sh [<optional switches>] [clean]
@@ -50,6 +53,25 @@
fi
case $OS in
+ "FreeBSD")
+ makefile="make_freebsd.mak"
+ defaultOS="freebsd"
+ case $MODEL in
+ "amd64")
+ defaultOSArch="amd64"
+ defaultJava=DEFAULT_JAVA_EXEC
+ OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
+ ;;
+ i?86)
+ defaultOSArch="x86"
+ defaultJava=DEFAULT_JAVA_EXEC
+ OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
+ ;;
+ *)
+ echo "*** Unknown MODEL <${MODEL}>"
+ ;;
+ esac
+ ;;
"Linux")
makefile="make_linux.mak"
defaultOS="linux"

View file

@ -0,0 +1,14 @@
--- features/org.eclipse.equinox.executable/target.build.properties.orig 2007-06-26 04:57:23.000000000 +0900
+++ features/org.eclipse.equinox.executable/target.build.properties 2007-08-24 16:35:31.000000000 +0900
@@ -21,6 +21,12 @@
root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
root.linux.gtk.x86.permissions.755=libcairo-swt.so
+root.freebsd.gtk.x86=bin/gtk/freebsd/x86,gtk_root
+root.freebsd.gtk.x86.permissions.755=libcairo-swt.so
+
+root.freebsd.gtk.amd64=bin/gtk/freebsd/amd64,gtk_root
+root.freebsd.gtk.amd64.permissions.755=libcairo-swt.so
+
root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root
root.linux.gtk.ppc.permissions.755=libcairo-swt.so

View file

@ -0,0 +1,36 @@
--- features/org.eclipse.equinox.executable/target.build.xml.orig 2007-06-26 04:57:02.000000000 +0900
+++ features/org.eclipse.equinox.executable/target.build.xml 2007-09-05 21:45:39.000000000 +0900
@@ -73,6 +73,24 @@
<chmod perm="755" dir="${feature.base}/macosx.carbon.x86/${collectingFolder}" includes="${launcherName}.app/Contents/MacOS/${launcherName}" />
<chmod perm="755" dir="${feature.base}/macosx.carbon.x86/${collectingFolder}" includes="${launcherName}.app/Contents/Resources/Splash.app/Contents/MacOS/${launcherName}"/>
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/bin/gtk/freebsd/x86" includes="**" />
+ <fileset dir="${basedir}/gtk_root" includes="**" />
+ </copy>
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="${launcherName}" />
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="libcairo-swt.so" />
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/bin/gtk/freebsd/amd64" includes="**" />
+ <fileset dir="${basedir}/gtk_root" includes="**" />
+ </copy>
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="${launcherName}" />
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="libcairo-swt.so" />
+ </target>
<target name="rootFileslinux_gtk_x86">
<mkdir dir="${feature.base}/linux.gtk.x86/${collectingFolder}"/>
<copy todir="${feature.base}/linux.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
@@ -166,6 +184,8 @@
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
<antcall target="rootFilesmacosx_carbon_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>

View file

@ -0,0 +1,36 @@
--- features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak.orig 2007-06-26 04:57:08.000000000 +0900
+++ features/org.eclipse.equinox.executable/library/gtk/make_freebsd.mak 2007-08-26 18:26:22.000000000 +0900
@@ -23,15 +23,15 @@
# DEFAULT_WS - the default value of the "-ws" switch
# JAVA_HOME - JAVA_HOME for jni headers
#default value for PROGRAM_OUTPUT
-ifeq ($(PROGRAM_OUTPUT),)
+.ifeq ($(PROGRAM_OUTPUT),)
PROGRAM_OUTPUT=eclipse
-endif
+.endif
PROGRAM_LIBRARY=$(PROGRAM_OUTPUT)_$(LIB_VERSION).so
-ifeq ($(DEFAULT_JAVA),)
+.ifeq ($(DEFAULT_JAVA),)
DEFAULT_JAVA=DEFAULT_JAVA_JNI
-endif
+.endif
# Define the object modules to be compiled and flags.
CC=gcc
@@ -41,11 +41,11 @@
EXEC = $(PROGRAM_OUTPUT)
DLL = $(PROGRAM_LIBRARY)
-LIBS = `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgdk-x11-2.0 -lpthread -ldl
+LIBS = `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgdk-x11-2.0 -lpthread #-ldl
LFLAGS = -shared -fpic -Wl,--export-dynamic
CFLAGS = -O -s -Wall\
-fpic \
- -DLINUX \
+ -DFREEBSD \
-DMOZILLA_FIX \
-DDEFAULT_OS="\"$(DEFAULT_OS)\"" \
-DDEFAULT_OS_ARCH="\"$(DEFAULT_OS_ARCH)\"" \

View file

@ -1,27 +1,30 @@
--- features/org.eclipse.jdt/build.xml.orig Fri May 13 11:34:52 2005
+++ features/org.eclipse.jdt/build.xml Sat May 14 18:42:27 2005
@@ -164,6 +164,24 @@
<fileset dir="${basedir}/rootfiles" includes="**" />
--- features/org.eclipse.jdt/build.xml.orig Mon Jun 25 15:39:41 2007
+++ features/org.eclipse.jdt/build.xml Fri Aug 17 15:41:11 2007
@@ -257,6 +257,18 @@
</fileset>
</copy>
</target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ </copy>
+ </target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ </copy>
+ </target>
+ <target name="rootFilesfreebsd_motif_x86">
+ <mkdir dir="${feature.base}/freebsd.motif.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ </copy>
+ </target>
<target name="rootFilessolaris_motif_sparc">
<mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}"/>
<copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}" failonerror="true" overwrite="true">
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ </copy>
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ </copy>
+ </target>
<target name="rootFilessolaris_gtk_sparc">
<mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/" failonerror="true" overwrite="true">
@@ -333,6 +345,8 @@
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>

View file

@ -1,15 +1,22 @@
--- features/org.eclipse.jdt.source/build.xml.orig Sat Feb 19 12:09:34 2005
+++ features/org.eclipse.jdt.source/build.xml Sat Mar 26 18:31:36 2005
@@ -96,6 +96,12 @@
--- features/org.eclipse.jdt.source/build.xml.orig Mon Jun 25 15:39:41 2007
+++ features/org.eclipse.jdt.source/build.xml Fri Aug 17 15:41:11 2007
@@ -111,6 +111,10 @@
</target>
<target name="rootFileslinux_motif_x86">
</target>
+ <target name="rootFilesfreebsd_motif_x86">
+ </target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
<target name="rootFilessolaris_motif_sparc">
</target>
+ </target>
<target name="rootFilessolaris_gtk_sparc">
</target>
<target name="rootFilessolaris_gtk_x86">
@@ -139,6 +143,8 @@
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>

View file

@ -1,41 +0,0 @@
--- features/org.eclipse.platform.launchers/library/gtk/build.sh.orig Fri Apr 1 13:57:19 2005
+++ features/org.eclipse.platform.launchers/library/gtk/build.sh Sun Apr 3 11:37:51 2005
@@ -67,6 +67,23 @@
;;
esac
;;
+ "FreeBSD")
+ makefile="make_freebsd.mak"
+ defaultOS="freebsd"
+ case $MODEL in
+ amd64)
+ defaultOSArch="amd64"
+ OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
+ ;;
+ i?86)
+ defaultOSArch="x86"
+ OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
+ ;;
+ *)
+ echo "*** Unknown MODEL <${MODEL}>"
+ ;;
+ esac
+ ;;
"SunOS")
makefile="make_solaris.mak"
defaultOS="solaris"
@@ -112,11 +129,11 @@
# If the OS is supported (a makefile exists)
if [ "$makefile" != "" ]; then
if [ "$extraArgs" != "" ]; then
- make -f $makefile $extraArgs
+ gmake -f $makefile $extraArgs
else
echo "Building $OS launcher. Defaults: -os $DEFAULT_OS -arch $DEFAULT_OS_ARCH -ws $DEFAULT_WS"
- make -f $makefile clean
- make -f $makefile all
+ gmake -f $makefile clean
+ gmake -f $makefile all
fi
else
echo "Unknown OS ($OS) -- build aborted"

View file

@ -1,11 +0,0 @@
--- features/org.eclipse.platform.launchers/library/gtk/make_freebsd.mak.orig Sun Apr 17 20:24:58 2005
+++ features/org.eclipse.platform.launchers/library/gtk/make_freebsd.mak Sun Apr 17 20:25:45 2005
@@ -26,7 +26,7 @@
CC=gcc
OBJS = eclipse.o eclipseUtil.o eclipseShm.o eclipseConfig.o eclipseGtk.o
EXEC = $(PROGRAM_OUTPUT)
-LIBS = `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgdk-x11-2.0
+LIBS = `pkg-config --libs gtk+-2.0`
CFLAGS = -O -s \
-fpic \
-DMOZILLA_FIX \

View file

@ -1,33 +0,0 @@
--- features/org.eclipse.platform.launchers/library/motif/build.sh~ Sat Feb 19 12:13:49 2005
+++ features/org.eclipse.platform.launchers/library/motif/build.sh Sun Mar 20 15:27:04 2005
@@ -55,6 +55,15 @@
MOTIF_HOME=/bluebird/teamswt/swt-builddir/motif21
OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
;;
+ "FreeBSD")
+ makefile="make_freebsd.mak"
+ defaultOS="freebsd"
+ defaultOSArch="x86"
+ defaultWS="motif"
+ X11_HOME=$X11BASE
+ MOTIF_HOME=$X11BASE
+ OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
+ ;;
"SunOS")
makefile="make_solaris.mak"
defaultOS="solaris"
@@ -122,11 +131,11 @@
# If the OS is supported (a makefile exists)
if [ "$makefile" != "" ]; then
if [ "$extraArgs" != "" ]; then
- make -f $makefile $extraArgs
+ gmake -f $makefile $extraArgs
else
echo "Building $OS launcher. Defaults: -os $DEFAULT_OS -arch $DEFAULT_OS_ARCH -ws $DEFAULT_WS"
- make -f $makefile clean
- make -f $makefile all
+ gmake -f $makefile clean
+ gmake -f $makefile all
fi
else
echo "Unknown OS ($OS) -- build aborted"

View file

@ -1,15 +1,22 @@
--- features/org.eclipse.pde/build.xml.orig Sat Feb 19 12:09:30 2005
+++ features/org.eclipse.pde/build.xml Sat Mar 26 18:33:49 2005
@@ -116,6 +116,12 @@
--- features/org.eclipse.pde/build.xml.orig Mon Jun 25 15:39:42 2007
+++ features/org.eclipse.pde/build.xml Fri Aug 17 15:41:11 2007
@@ -136,6 +136,10 @@
</target>
<target name="rootFileslinux_motif_x86">
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
+ <target name="rootFilesfreebsd_motif_x86">
+ </target>
<target name="rootFilessolaris_motif_sparc">
</target>
+ </target>
<target name="rootFilessolaris_gtk_sparc">
</target>
<target name="rootFilessolaris_gtk_x86">
@@ -164,6 +168,8 @@
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>

View file

@ -1,15 +1,22 @@
--- features/org.eclipse.pde.source/build.xml.orig Sat Feb 19 12:09:29 2005
+++ features/org.eclipse.pde.source/build.xml Sat Mar 26 18:34:22 2005
@@ -86,6 +86,12 @@
--- features/org.eclipse.pde.source/build.xml.orig Mon Jun 25 15:39:43 2007
+++ features/org.eclipse.pde.source/build.xml Fri Aug 17 15:41:11 2007
@@ -101,6 +101,10 @@
</target>
<target name="rootFileslinux_motif_x86">
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
+ <target name="rootFilesfreebsd_motif_x86">
+ </target>
<target name="rootFilessolaris_motif_sparc">
</target>
+ </target>
<target name="rootFilessolaris_gtk_sparc">
</target>
<target name="rootFilessolaris_gtk_x86">
@@ -129,6 +133,8 @@
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>

View file

@ -1,5 +1,5 @@
--- features/org.eclipse.platform.launchers/library/eclipseShm.c.orig Fri Apr 1 13:55:58 2005
+++ features/org.eclipse.platform.launchers/library/eclipseShm.c Sun Apr 3 11:34:02 2005
--- features/org.eclipse.equinox.executable/library/eclipseShm.c.orig Wed Aug 2 11:32:25 2006
+++ features/org.eclipse.equinox.executable/library/eclipseShm.c Wed Aug 2 11:33:30 2006
@@ -182,11 +182,13 @@
#else /* Unix like platforms */

View file

@ -1,42 +1,23 @@
--- features/org.eclipse.platform/build.xml.orig Fri May 13 11:34:52 2005
+++ features/org.eclipse.platform/build.xml Sat May 14 20:43:11 2005
@@ -42,6 +42,11 @@
<property name="os" value="linux"/>
<property name="ws" value="motif"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.freebsd.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="motif"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.apache.ant" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
@@ -62,6 +67,11 @@
--- features/org.eclipse.platform/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ features/org.eclipse.platform/build.xml 2007-09-02 14:11:58.000000000 +0900
@@ -57,6 +57,16 @@
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.amd64" target="${target}">
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.freebsd.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.freebsd.amd64" target="${target}">
+ <property name="arch" value="amd64"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.solaris.sparc" target="${target}">
<property name="arch" value="sparc"/>
<property name="os" value="solaris"/>
@@ -107,6 +117,11 @@
<ant antfile="build.xml" dir="../../plugins/org.eclipse.core.filesystem.linux.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.solaris.sparc" target="${target}">
<property name="arch" value="sparc"/>
<property name="os" value="solaris"/>
@@ -187,6 +202,11 @@
@@ -127,6 +137,11 @@
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
@ -45,81 +26,66 @@
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.jface.text" target="${target}">
<ant antfile="build.xml" dir="../../plugins/org.eclipse.ant.core" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
@@ -222,6 +242,11 @@
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.resources.freebsd" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.team.core" target="${target}">
<property name="arch" value="x86"/>
<property name="os" value="win32"/>
@@ -450,7 +475,7 @@
<copy todir="${feature.base}/features/org.eclipse.platform_3.1.0" failonerror="true" overwrite="false">
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.1.0/feature.xml" selfVersion="3.1.0" featureIds="" pluginIds="org.apache.ant,1.6.3,org.apache.lucene,1.4.3,org.eclipse.ant.core,3.1.0,org.eclipse.compare,3.1.0,org.eclipse.core.boot,3.0.0,org.eclipse.core.commands,3.1.0,org.eclipse.core.expressions,3.1.0,org.eclipse.core.filebuffers,3.1.0,org.eclipse.core.resources,3.1.0,org.eclipse.core.resources.compatibility,3.1.0,org.eclipse.core.runtime,3.1.0,org.eclipse.core.runtime.compatibility,3.1.0,org.eclipse.osgi,3.1.0,org.eclipse.osgi.services,3.0.0,org.eclipse.osgi.util,3.0.0,org.eclipse.core.variables,3.1.0,org.eclipse.debug.core,3.1.0,org.eclipse.debug.ui,3.1.0,org.eclipse.help,3.1.0,org.eclipse.help.webapp,3.1.0,org.eclipse.help.base,3.1.0,org.eclipse.help.ui,3.1.0,org.eclipse.help.appserver,3.1.0,org.eclipse.jface,3.1.0,org.eclipse.ltk.core.refactoring,3.1.0,org.eclipse.ltk.ui.refactoring,3.1.0,org.eclipse.platform,3.1.0,org.eclipse.platform.doc.user,3.1.0,org.eclipse.search,3.1.0,org.eclipse.swt,3.1.0,org.eclipse.team.core,3.1.0,org.eclipse.team.cvs.core,3.1.0,org.eclipse.team.cvs.ssh,3.1.0,org.eclipse.team.cvs.ssh2,3.1.0,org.eclipse.team.cvs.ui,3.1.0,org.eclipse.team.ui,3.1.0,org.eclipse.tomcat,4.1.30.1,org.eclipse.text,3.1.0,org.eclipse.jface.text,3.1.0,org.eclipse.ui,3.1.0,org.eclipse.ui.console,3.1.0,org.eclipse.ui.presentations.r21,3.1.0,org.eclipse.ui.intro,3.1.0,org.eclipse.ui.cheatsheets,3.1.0,org.eclipse.ui.browser,3.1.0,org.eclipse.ui.workbench,3.1.0,org.eclipse.ui.workbench.texteditor,3.1.0,org.eclipse.ui.views,3.1.0,org.eclipse.ui.editors,3.1.0,org.eclipse.ui.forms,3.1.0,org.eclipse.ui.externaltools,3.1.0,org.eclipse.ui.ide,3.1.0,org.eclipse.update.configurator,3.1.0,org.eclipse.update.core,3.1.0,org.eclipse.update.scheduler,3.1.0,org.eclipse.update.ui,3.1.0,org.eclipse.ui.workbench.compatibility,3.1.0,org.eclipse.core.resources.hpux,3.1.0,org.eclipse.core.resources.linux,3.1.0,org.eclipse.core.resources.macosx,3.1.0,org.eclipse.core.resources.qnx,3.1.0,org.eclipse.core.resources.win32,3.1.0,org.eclipse.swt.carbon.macosx.ppc,3.1.0,org.eclipse.swt.gtk.linux.x86,3.1.0,org.eclipse.swt.gtk.linux.x86_64,3.1.0,org.eclipse.swt.gtk.linux.ppc,3.1.0,org.eclipse.swt.gtk.solaris.sparc,3.1.0,org.eclipse.swt.motif.aix.ppc,3.1.0,org.eclipse.swt.motif.hpux.PA_RISC,3.1.0,org.eclipse.swt.motif.linux.x86,3.1.0,org.eclipse.swt.motif.solaris.sparc,3.1.0,org.eclipse.swt.photon.qnx.x86,3.1.0,org.eclipse.swt.win32.win32.x86,3.1.0,org.eclipse.ui.carbon,3.1.0,org.eclipse.ui.win32,3.1.0,org.eclipse.update.core.linux,3.1.0,org.eclipse.update.core.win32,3.1.0,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.1.0/feature.xml" selfVersion="3.1.0" featureIds="" pluginIds="org.apache.ant,1.6.3,org.apache.lucene,1.4.3,org.eclipse.ant.core,3.1.0,org.eclipse.compare,3.1.0,org.eclipse.core.boot,3.0.0,org.eclipse.core.commands,3.1.0,org.eclipse.core.expressions,3.1.0,org.eclipse.core.filebuffers,3.1.0,org.eclipse.core.resources,3.1.0,org.eclipse.core.resources.compatibility,3.1.0,org.eclipse.core.runtime,3.1.0,org.eclipse.core.runtime.compatibility,3.1.0,org.eclipse.osgi,3.1.0,org.eclipse.osgi.services,3.0.0,org.eclipse.osgi.util,3.0.0,org.eclipse.core.variables,3.1.0,org.eclipse.debug.core,3.1.0,org.eclipse.debug.ui,3.1.0,org.eclipse.help,3.1.0,org.eclipse.help.webapp,3.1.0,org.eclipse.help.base,3.1.0,org.eclipse.help.ui,3.1.0,org.eclipse.help.appserver,3.1.0,org.eclipse.jface,3.1.0,org.eclipse.ltk.core.refactoring,3.1.0,org.eclipse.ltk.ui.refactoring,3.1.0,org.eclipse.platform,3.1.0,org.eclipse.platform.doc.user,3.1.0,org.eclipse.search,3.1.0,org.eclipse.swt,3.1.0,org.eclipse.team.core,3.1.0,org.eclipse.team.cvs.core,3.1.0,org.eclipse.team.cvs.ssh,3.1.0,org.eclipse.team.cvs.ssh2,3.1.0,org.eclipse.team.cvs.ui,3.1.0,org.eclipse.team.ui,3.1.0,org.eclipse.tomcat,4.1.30.1,org.eclipse.text,3.1.0,org.eclipse.jface.text,3.1.0,org.eclipse.ui,3.1.0,org.eclipse.ui.console,3.1.0,org.eclipse.ui.presentations.r21,3.1.0,org.eclipse.ui.intro,3.1.0,org.eclipse.ui.cheatsheets,3.1.0,org.eclipse.ui.browser,3.1.0,org.eclipse.ui.workbench,3.1.0,org.eclipse.ui.workbench.texteditor,3.1.0,org.eclipse.ui.views,3.1.0,org.eclipse.ui.editors,3.1.0,org.eclipse.ui.forms,3.1.0,org.eclipse.ui.externaltools,3.1.0,org.eclipse.ui.ide,3.1.0,org.eclipse.update.configurator,3.1.0,org.eclipse.update.core,3.1.0,org.eclipse.update.scheduler,3.1.0,org.eclipse.update.ui,3.1.0,org.eclipse.ui.workbench.compatibility,3.1.0,org.eclipse.core.resources.hpux,3.1.0,org.eclipse.core.resources.linux,3.1.0,org.eclipse.core.resources.freebsd,3.1.0,org.eclipse.core.resources.macosx,3.1.0,org.eclipse.core.resources.qnx,3.1.0,org.eclipse.core.resources.win32,3.1.0,org.eclipse.swt.carbon.macosx.ppc,3.1.0,org.eclipse.swt.gtk.linux.x86,3.1.0,org.eclipse.swt.gtk.freebsd.x86,3.1.0,org.eclipse.swt.gtk.linux.x86_64,3.1.0,org.eclipse.swt.gtk.freebsd.amd64,3.1.0,org.eclipse.swt.gtk.linux.ppc,3.1.0,org.eclipse.swt.gtk.solaris.sparc,3.1.0,org.eclipse.swt.motif.aix.ppc,3.1.0,org.eclipse.swt.motif.hpux.PA_RISC,3.1.0,org.eclipse.swt.motif.linux.x86,3.1.0,org.eclipse.swt.motif.freebsd.x86,3.1.0,org.eclipse.swt.motif.solaris.sparc,3.1.0,org.eclipse.swt.photon.qnx.x86,3.1.0,org.eclipse.swt.win32.win32.x86,3.1.0,org.eclipse.ui.carbon,3.1.0,org.eclipse.ui.win32,3.1.0,org.eclipse.update.core.linux,3.1.0,org.eclipse.update.core.freebsd,3.1.0,org.eclipse.update.core.win32,3.1.0,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">
@@ -473,6 +498,16 @@
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="eclipse" />
@@ -485,6 +500,50 @@
<arg line="eclipse"/>
</exec>
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/gtk/freebsd/x86" includes="**" />
+ <fileset dir="${basedir}/gtk" includes="**" />
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/about_files/freebsd.gtk.x86">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </fileset>
+ </copy>
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="eclipse" />
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="*.so*" />
+ </target>
<target name="rootFileslinux_gtk_ppc">
<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}"/>
<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}" failonerror="true" overwrite="true">
@@ -503,6 +538,16 @@
</copy>
<chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="eclipse" />
</target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/gtk/freebsd/amd64" includes="**" />
+ <fileset dir="${basedir}/gtk" includes="**" />
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/about_files/freebsd.gtk.amd64">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </fileset>
+ </copy>
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="eclipse" />
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="*.so*" />
+ </target>
<target name="rootFileslinux_motif_x86">
<mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}"/>
<copy todir="${feature.base}/linux.motif.x86/${collectingFolder}" failonerror="true" overwrite="true">
@@ -515,6 +560,19 @@
</copy>
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="*.so*" />
+ </target>
+ <target name="rootFilesfreebsd_motif_x86">
+ <mkdir dir="${feature.base}/freebsd.motif.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/freebsd.motif" includes="**" />
+ <fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/motif/freebsd/x86" includes="**" />
+ <fileset dir="${basedir}/../../plugins/org.eclipse.swt.motif.freebsd.x86" includes="libXm.so.2" />
+ <fileset dir="${basedir}/motif" includes="**" />
+ <fileset dir="${basedir}/rootfiles" includes="**" />
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
+ </copy>
+ <chmod perm="755" dir="${feature.base}/freebsd.motif.x86/${collectingFolder}" includes="eclipse" />
+ <chmod perm="755" dir="${feature.base}/freebsd.motif.x86/${collectingFolder}" includes="*.so*" />
</target>
<target name="rootFilessolaris_motif_sparc">
<mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}"/>
<target name="rootFileslinux_gtk_x86">
<mkdir dir="${feature.base}/linux.gtk.x86/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
@@ -784,6 +843,8 @@
<antcall target="rootFileswin32_win32_x86"/>
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>

View file

@ -0,0 +1,50 @@
--- features/org.eclipse.platform/feature.xml.orig 2007-06-26 04:57:25.000000000 +0900
+++ features/org.eclipse.platform/feature.xml 2007-08-23 23:20:27.000000000 +0900
@@ -523,9 +523,29 @@
unpack="false"/>
<plugin
- id="org.eclipse.core.filesystem.linux.x86_64"
+ id="org.eclipse.core.filesystem.freebsd.x86"
+ os="freebsd"
+ arch="x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.core.filesystem.linux.x86"
os="linux"
- arch="x86_64"
+ arch="x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.core.filesystem.freebsd.amd64"
+ os="freebsd"
+ arch="amd64"
download-size="0"
install-size="0"
version="0.0.0"
@@ -582,6 +602,15 @@
unpack="false"/>
<plugin
+ id="org.eclipse.update.core.freebsd"
+ os="freebsd"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.update.core.linux"
os="linux"
download-size="0"

View file

@ -1,61 +1,46 @@
--- features/org.eclipse.platform.source/build.xml.orig Fri May 13 11:34:53 2005
+++ features/org.eclipse.platform.source/build.xml Sat May 14 18:51:56 2005
@@ -27,6 +27,11 @@
<property name="os" value="qnx"/>
<property name="ws" value="photon"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.amd64" target="${target}">
+ <property name="arch" value="amd64"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.linux.motif.x86" target="${target}">
<property name="arch" value="x86"/>
--- features/org.eclipse.platform.source/build.xml.orig Mon Jun 25 15:39:42 2007
+++ features/org.eclipse.platform.source/build.xml Fri Aug 17 16:38:54 2007
@@ -37,6 +37,11 @@
<property name="os" value="linux"/>
@@ -42,6 +47,16 @@
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
<property name="ws" value="gtk"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.motif.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="motif"/>
+ </ant>
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.macosx.carbon.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="macosx"/>
@@ -140,7 +155,7 @@
<copy todir="${feature.base}/features/org.eclipse.platform.source_3.1.0" failonerror="true" overwrite="false">
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.1.0/feature.xml" selfVersion="3.1.0" featureIds="" pluginIds="org.eclipse.platform.doc.isv,3.1.0,org.eclipse.platform.source,3.1.0,org.eclipse.platform.source.linux.gtk.ppc,3.1.0,org.eclipse.platform.source.qnx.photon.x86,3.1.0,org.eclipse.platform.source.hpux.motif.PA_RISC,3.1.0,org.eclipse.platform.source.hpux.motif.ia64,3.1.0,org.eclipse.platform.source.linux.gtk.x86_64,3.1.0,org.eclipse.platform.source.linux.gtk.ppc64,3.1.0,org.eclipse.platform.source.solaris.gtk.sparc,3.1.0,org.eclipse.platform.source.macosx.carbon.ppc,3.1.0,org.eclipse.platform.source.linux.gtk.x86,3.1.0,org.eclipse.platform.source.aix.motif.ppc,3.1.0,org.eclipse.platform.source.win32.win32.x86,3.1.0,org.eclipse.platform.source.solaris.motif.sparc,3.1.0,org.eclipse.platform.source.linux.motif.x86,3.1.0,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.1.0/feature.xml" selfVersion="3.1.0" featureIds="" pluginIds="org.eclipse.platform.doc.isv,3.1.0,org.eclipse.platform.source,3.1.0,org.eclipse.platform.source.linux.gtk.ppc,3.1.0,org.eclipse.platform.source.qnx.photon.x86,3.1.0,org.eclipse.platform.source.hpux.motif.PA_RISC,3.1.0,org.eclipse.platform.source.hpux.motif.ia64,3.1.0,org.eclipse.platform.source.linux.gtk.x86_64,3.1.0,org.eclipse.platform.source.freebsd.gtk.amd64,3.1.0,org.eclipse.platform.source.linux.gtk.ppc64,3.1.0,org.eclipse.platform.source.solaris.gtk.sparc,3.1.0,org.eclipse.platform.source.macosx.carbon.ppc,3.1.0,org.eclipse.platform.source.linux.gtk.x86,3.1.0,org.eclipse.platform.source.freebsd.gtk.x86,3.1.0,org.eclipse.platform.source.aix.motif.ppc,3.1.0,org.eclipse.platform.source.win32.win32.x86,3.1.0,org.eclipse.platform.source.solaris.motif.sparc,3.1.0,org.eclipse.platform.source.linux.motif.x86,3.1.0,org.eclipse.platform.source.freebsd.motif.x86,3.1.0,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
@@ -62,6 +67,11 @@
<property name="os" value="win32"/>
<property name="ws" value="wpf"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.amd64" target="${target}">
+ <property name="arch" value="amd64"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.hpux.motif.PA_RISC" target="${target}">
<property name="arch" value="PA_RISC"/>
<property name="os" value="hpux"/>
@@ -187,6 +197,10 @@
</target>
<target name="rootFileswin32_win32_x86">
@@ -153,6 +168,8 @@
</target>
<target name="rootFileslinux_gtk_x86_64">
</target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
<target name="rootFileslinux_motif_x86">
</target>
<target name="rootFilessolaris_motif_sparc">
@@ -169,6 +186,11 @@
</target>
<target name="rootFilesqnx_photon_x86">
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ <target name="rootFilesfreebsd_motif_x86">
+ </target>
+
<target name="zip.distribution" depends="init" description="Create a zip containing all the plug-ins and features for the feature: org.eclipse.platform.source.">
<delete dir="${feature.temp.folder}"/>
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
<target name="rootFilessolaris_gtk_sparc">
</target>
<target name="rootFilessolaris_gtk_x86">
@@ -215,6 +229,8 @@
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>

View file

@ -1,17 +1,11 @@
--- features/org.eclipse.platform.source/feature.xml.orig Sat Feb 19 12:09:25 2005
+++ features/org.eclipse.platform.source/feature.xml Sat Mar 26 18:40:15 2005
@@ -18,11 +18,14 @@
<plugin ws="motif" os="hpux" fragment="true" arch="PA_RISC" download-size="0" install-size="0" id="org.eclipse.platform.source.hpux.motif.PA_RISC" version="3.1.0"/>
<plugin ws="motif" os="hpux" fragment="true" arch="ia64" download-size="0" install-size="0" id="org.eclipse.platform.source.hpux.motif.ia64" version="3.1.0"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.x86_64" version="3.1.0"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.amd64" version="3.1.0"/>
<plugin ws="gtk" os="linux" fragment="true" arch="ppc64" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.ppc64" version="3.1.0"/>
<plugin ws="gtk" os="solaris" fragment="true" arch="sparc" download-size="0" install-size="0" id="org.eclipse.platform.source.solaris.gtk.sparc" version="3.1.0"/>
<plugin ws="carbon" os="macosx" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.platform.source.macosx.carbon.ppc" version="3.1.0"/>
<plugin ws="gtk" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.x86" version="3.1.0"/>
<plugin ws="motif" os="aix" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.platform.source.aix.motif.ppc" version="3.1.0"/>
+ <plugin ws="motif" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.motif.x86" version="3.0.1"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.x86" version="3.0.1"/>
<plugin ws="win32" os="win32" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.win32.win32.x86" version="3.1.0"/>
<plugin ws="motif" os="solaris" fragment="true" arch="sparc" download-size="0" install-size="0" id="org.eclipse.platform.source.solaris.motif.sparc" version="3.1.0"/>
<plugin ws="motif" os="linux" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.motif.x86" version="3.1.0"/>
--- features/org.eclipse.platform.source/feature.xml.orig Mon Jun 25 15:39:41 2007
+++ features/org.eclipse.platform.source/feature.xml Fri Aug 17 16:52:31 2007
@@ -28,6 +28,8 @@
<plugin fragment="false" download-size="0" install-size="0" id="org.eclipse.platform.source" version="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
<plugin ws="motif" os="hpux" fragment="true" arch="ia64_32" download-size="0" install-size="0" id="org.eclipse.platform.source.hpux.motif.ia64_32" version="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
<plugin ws="gtk" os="linux" fragment="true" arch="ia64" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.ia64" version="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.x86" version="3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.platform.source.freebsd.gtk.amd64" version="3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
<plugin ws="gtk" os="linux" fragment="true" arch="s390x" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.s390x" version="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
<plugin ws="photon" os="qnx" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.qnx.photon.x86" version="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
<plugin ws="gtk" os="linux" fragment="true" arch="ppc" download-size="0" install-size="0" id="org.eclipse.platform.source.linux.gtk.ppc" version="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>

View file

@ -0,0 +1,60 @@
--- features/org.eclipse.rcp/feature.xml.orig 2007-06-26 04:57:06.000000000 +0900
+++ features/org.eclipse.rcp/feature.xml 2007-08-23 23:36:32.000000000 +0900
@@ -168,6 +168,28 @@
unpack="false"/>
<plugin
+ id="org.eclipse.swt.gtk.freebsd.x86"
+ os="freebsd"
+ ws="gtk"
+ arch="x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.swt.gtk.freebsd.amd64"
+ os="freebsd"
+ ws="gtk"
+ arch="amd64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.swt.gtk.linux.x86"
os="linux"
ws="gtk"
@@ -411,6 +433,28 @@
unpack="true"/>
<plugin
+ id="org.eclipse.equinox.launcher.gtk.freebsd.x86"
+ os="freebsd"
+ ws="gtk"
+ arch="x86"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="true"/>
+
+ <plugin
+ id="org.eclipse.equinox.launcher.gtk.freebsd.amd64"
+ os="freebsd"
+ ws="gtk"
+ arch="amd64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="true"/>
+
+ <plugin
id="org.eclipse.equinox.launcher.gtk.linux.x86"
os="linux"
ws="gtk"

View file

@ -0,0 +1,39 @@
--- features/org.eclipse.rcp.source/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ features/org.eclipse.rcp.source/build.xml 2007-08-23 23:11:51.000000000 +0900
@@ -37,6 +37,16 @@
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.rcp.source.freebsd.gtk.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.rcp.source.freebsd.gtk.amd64" target="${target}">
+ <property name="arch" value="amd64"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.rcp.source.aix.motif.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="aix"/>
@@ -170,6 +180,10 @@
</target>
<target name="rootFilesmacosx_carbon_ppc">
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
<target name="rootFileslinux_gtk_x86">
</target>
<target name="rootFileslinux_gtk_ppc">
@@ -206,6 +220,8 @@
<antcall target="rootFileswin32_win32_x86"/>
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>

View file

@ -0,0 +1,11 @@
--- features/org.eclipse.rcp.source/feature.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ features/org.eclipse.rcp.source/feature.xml 2007-08-23 23:13:36.000000000 +0900
@@ -14,6 +14,8 @@
</url>
<plugin fragment="false" download-size="0" install-size="0" id="org.eclipse.rcp.source" version="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
<plugin ws="motif" os="hpux" fragment="true" arch="ia64_32" download-size="0" install-size="0" id="org.eclipse.rcp.source.hpux.motif.ia64_32" version="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.rcp.source.freebsd.gtk.x86" version="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
+ <plugin ws="gtk" os="freebsd" fragment="true" arch="amd64" download-size="0" install-size="0" id="org.eclipse.rcp.source.freebsd.gtk.amd64" version="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
<plugin ws="gtk" os="linux" fragment="true" arch="ia64" download-size="0" install-size="0" id="org.eclipse.rcp.source.linux.gtk.ia64" version="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
<plugin ws="gtk" os="linux" fragment="true" arch="s390x" download-size="0" install-size="0" id="org.eclipse.rcp.source.linux.gtk.s390x" version="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>
<plugin ws="photon" os="qnx" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.rcp.source.qnx.photon.x86" version="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG"/>

View file

@ -1,15 +1,30 @@
--- features/org.eclipse.sdk/build.xml.orig Sat Feb 19 12:09:35 2005
+++ features/org.eclipse.sdk/build.xml Sat Mar 26 18:40:52 2005
@@ -90,6 +90,12 @@
</target>
<target name="rootFileslinux_gtk_x86_64">
--- features/org.eclipse.sdk/build.xml.orig Mon Jun 25 15:39:43 2007
+++ features/org.eclipse.sdk/build.xml Fri Aug 17 17:23:44 2007
@@ -169,6 +169,18 @@
</fileset>
</copy>
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/gtk" includes="**" />
+ </copy>
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ <target name="rootFilesfreebsd_motif_x86">
+ </target>
<target name="rootFileslinux_motif_x86">
</target>
<target name="rootFilessolaris_motif_sparc">
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/gtk" includes="**" />
+ </copy>
+ </target>
<target name="rootFilessolaris_gtk_sparc">
<mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/"/>
<copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/" failonerror="true" overwrite="true">
@@ -227,6 +239,8 @@
<antcall target="rootFileslinux_gtk_s390"/>
<antcall target="rootFileslinux_gtk_s390x"/>
<antcall target="rootFileslinux_motif_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFilessolaris_gtk_sparc"/>
<antcall target="rootFilessolaris_gtk_x86"/>
<antcall target="rootFilessolaris_motif_sparc"/>

View file

@ -0,0 +1,82 @@
--- features/org.eclipse.rcp/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ features/org.eclipse.rcp/build.xml 2007-09-02 13:16:49.000000000 +0900
@@ -57,6 +57,16 @@
<property name="os" value="linux"/>
<property name="ws" value="gtk"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64" target="${target}">
+ <property name="arch" value="amd64"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="gtk"/>
+ </ant>
<ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="linux"/>
@@ -331,7 +341,7 @@
<include name="eclipse_update_120.jpg"/>
</fileset>
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG/feature.xml" selfVersion="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG" featureIds="" pluginIds="com.ibm.icu:0.0.0,3.6.1.v20070417,org.eclipse.core.commands:0.0.0,3.3.0.I20070605-0010,org.eclipse.core.databinding:0.0.0,1.0.0.I20070606-0010,org.eclipse.core.databinding.beans:0.0.0,1.0.0.I20070606-0010,org.eclipse.core.jobs:0.0.0,3.3.0.v20070423,org.eclipse.core.expressions:0.0.0,3.3.0.v20070606-0010,org.eclipse.core.runtime:0.0.0,3.3.100.v20070530,org.eclipse.core.runtime.compatibility.auth:0.0.0,3.2.100.v20070502,org.eclipse.osgi:0.0.0,3.3.0.v20070530,org.eclipse.help:0.0.0,3.3.0.v20070524,org.eclipse.swt:0.0.0,3.3.0.v3346,org.eclipse.jface:0.0.0,3.3.0.I20070606-0010,org.eclipse.jface.databinding:0.0.0,1.1.0.I20070606-0010,org.eclipse.ui:0.0.0,3.3.0.I20070614-0800,org.eclipse.ui.workbench:0.0.0,3.3.0.I20070608-1100,org.eclipse.ui.carbon:0.0.0,3.2.100.I20070605-0010,org.eclipse.update.configurator:0.0.0,3.2.100.v20070615,org.eclipse.swt.win32.win32.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.wpf.win32.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.s390:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.linux.s390x:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.solaris.sparc:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.solaris.x86:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.linux.ppc:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.x86_64:0.0.0,3.3.0.v3346,org.eclipse.swt.carbon.macosx:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.aix.ppc:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.hpux.PA_RISC:0.0.0,3.3.0.v3345a,org.eclipse.swt.motif.linux.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.ia64:0.0.0,3.3.0.HEAD,org.eclipse.swt.motif.solaris.sparc:0.0.0,3.3.0.v3346,org.eclipse.swt.photon.qnx.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.hpux.ia64_32:0.0.0,3.3.0.HEAD,org.eclipse.rcp:0.0.0,3.2.0.v20070612,org.eclipse.core.contenttype:0.0.0,3.2.100.v20070319,org.eclipse.equinox.app:0.0.0,1.0.0.v20070606,org.eclipse.equinox.common:0.0.0,3.3.0.v20070426,org.eclipse.equinox.preferences:0.0.0,3.2.100.v20070522,org.eclipse.equinox.registry:0.0.0,3.3.0.v20070522,org.eclipse.equinox.launcher:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.solaris.sparc:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.carbon.macosx:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.ppc:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.x86:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.s390:0.0.0,1.0.0,org.eclipse.equinox.launcher.gtk.linux.s390x:0.0.0,1.0.0,org.eclipse.equinox.launcher.motif.linux.x86:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.gtk.linux.x86_64:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.motif.aix.ppc:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.motif.hpux.PA_RISC:0.0.0,1.0.0.v20070219,org.eclipse.equinox.launcher.wpf.win32.x86:0.0.0,1.0.0.v20070523,org.eclipse.equinox.launcher.win32.win32.x86:0.0.0,1.0.0.v20070523,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG/feature.xml" selfVersion="3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG" featureIds="" pluginIds="com.ibm.icu:0.0.0,3.6.1.v20070417,org.eclipse.core.commands:0.0.0,3.3.0.I20070605-0010,org.eclipse.core.databinding:0.0.0,1.0.0.I20070606-0010,org.eclipse.core.databinding.beans:0.0.0,1.0.0.I20070606-0010,org.eclipse.core.jobs:0.0.0,3.3.0.v20070423,org.eclipse.core.expressions:0.0.0,3.3.0.v20070606-0010,org.eclipse.core.runtime:0.0.0,3.3.100.v20070530,org.eclipse.core.runtime.compatibility.auth:0.0.0,3.2.100.v20070502,org.eclipse.osgi:0.0.0,3.3.0.v20070530,org.eclipse.help:0.0.0,3.3.0.v20070524,org.eclipse.swt:0.0.0,3.3.0.v3346,org.eclipse.jface:0.0.0,3.3.0.I20070606-0010,org.eclipse.jface.databinding:0.0.0,1.1.0.I20070606-0010,org.eclipse.ui:0.0.0,3.3.0.I20070614-0800,org.eclipse.ui.workbench:0.0.0,3.3.0.I20070608-1100,org.eclipse.ui.carbon:0.0.0,3.2.100.I20070605-0010,org.eclipse.update.configurator:0.0.0,3.2.100.v20070615,org.eclipse.swt.win32.win32.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.wpf.win32.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.freebsd.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.freebsd.amd64:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.s390:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.linux.s390x:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.solaris.sparc:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.solaris.x86:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.linux.ppc:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.x86_64:0.0.0,3.3.0.v3346,org.eclipse.swt.carbon.macosx:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.aix.ppc:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.hpux.PA_RISC:0.0.0,3.3.0.v3345a,org.eclipse.swt.motif.linux.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.gtk.linux.ia64:0.0.0,3.3.0.HEAD,org.eclipse.swt.motif.solaris.sparc:0.0.0,3.3.0.v3346,org.eclipse.swt.photon.qnx.x86:0.0.0,3.3.0.v3346,org.eclipse.swt.motif.hpux.ia64_32:0.0.0,3.3.0.HEAD,org.eclipse.rcp:0.0.0,3.2.0.v20070612,org.eclipse.core.contenttype:0.0.0,3.2.100.v20070319,org.eclipse.equinox.app:0.0.0,1.0.0.v20070606,org.eclipse.equinox.common:0.0.0,3.3.0.v20070426,org.eclipse.equinox.preferences:0.0.0,3.2.100.v20070522,org.eclipse.equinox.registry:0.0.0,3.3.0.v20070522,org.eclipse.equinox.launcher:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.solaris.sparc:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.carbon.macosx:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.ppc:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.freebsd.x86:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.freebsd.amd64:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.x86:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.gtk.linux.s390:0.0.0,1.0.0,org.eclipse.equinox.launcher.gtk.linux.s390x:0.0.0,1.0.0,org.eclipse.equinox.launcher.motif.linux.x86:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.gtk.linux.x86_64:0.0.0,1.0.0.v20070606,org.eclipse.equinox.launcher.motif.aix.ppc:0.0.0,1.0.0.v20070524,org.eclipse.equinox.launcher.motif.hpux.PA_RISC:0.0.0,1.0.0.v20070219,org.eclipse.equinox.launcher.wpf.win32.x86:0.0.0,1.0.0.v20070523,org.eclipse.equinox.launcher.win32.win32.x86:0.0.0,1.0.0.v20070523,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">
@@ -404,6 +414,44 @@
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="eclipse" />
<chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="*.so*" />
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/"/>
+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/freebsd.gtk.x86">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
+ <include name="**"/>
+ </fileset>
+ </copy>
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="eclipse" />
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="*.so*" />
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/"/>
+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/" failonerror="true" overwrite="true">
+ <fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/freebsd.gtk.amd64">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles">
+ <include name="**"/>
+ </fileset>
+ </copy>
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="eclipse" />
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="*.so*" />
+ </target>
<target name="rootFileslinux_gtk_ppc">
<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}/"/>
<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
@@ -628,6 +676,8 @@
<antcall target="rootFileswin32_win32_x86"/>
<antcall target="rootFileswin32_wpf_x86"/>
<antcall target="rootFilesmacosx_carbon_ppc"/>
+ <antcall target="rootFilesfreebsd_gtk_x86"/>
+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
<antcall target="rootFileslinux_gtk_x86"/>
<antcall target="rootFileslinux_gtk_ppc"/>
<antcall target="rootFileslinux_gtk_ppc64"/>

View file

@ -0,0 +1,357 @@
--- plugins/org.eclipse.platform/javaCompiler.platform.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.platform/javaCompiler.platform.jar.args 2007-09-02 21:18:15.000000000 +0900
@@ -85,6 +85,10 @@
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390_3.3.0.HEAD/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390x/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
@@ -151,6 +155,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
@@ -175,6 +183,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[?**/*]
--- plugins/org.eclipse.platform.doc.isv/javaCompiler.activeHelpSample.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.platform.doc.isv/javaCompiler.activeHelpSample.jar.args 2007-09-02 22:07:21.000000000 +0900
@@ -64,6 +64,10 @@
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390_3.3.0.HEAD/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390x/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
@@ -135,6 +139,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
--- plugins/org.eclipse.pde.core/javaCompiler.ant_tasks_pde-ant.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.core/javaCompiler.ant_tasks_pde-ant.jar.args 2007-09-02 22:04:49.000000000 +0900
@@ -74,6 +74,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
@@ -130,6 +134,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[?**/*]
--- plugins/org.eclipse.swt.tools/javaCompiler.swttools.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.swt.tools/javaCompiler.swttools.jar.args 2007-09-02 22:02:53.000000000 +0900
@@ -2,6 +2,7 @@
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_64/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.win32.win32.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390x/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
--- plugins/org.eclipse.jdt.debug.ui/javaCompiler.snippetsupport.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.debug.ui/javaCompiler.snippetsupport.jar.args 2007-09-02 22:01:04.000000000 +0900
@@ -79,6 +79,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
@@ -108,6 +112,10 @@
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390_3.3.0.HEAD/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390x/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
@@ -160,6 +168,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[?**/*]
--- plugins/org.eclipse.ui.intro.universal/javaCompiler.universal.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.ui.intro.universal/javaCompiler.universal.jar.args 2007-09-02 21:55:04.000000000 +0900
@@ -62,6 +62,8 @@
#ADAPTER#ACCESS#org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
@@ -135,6 +137,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
--- plugins/org.eclipse.core.resources/javaCompiler.ant_tasks_resources-ant.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.core.resources/javaCompiler.ant_tasks_resources-ant.jar.args 2007-09-02 21:52:13.000000000 +0900
@@ -61,6 +61,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
--- plugins/org.eclipse.jdt.core/javaCompiler.jdtCompilerAdapter.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.core/javaCompiler.jdtCompilerAdapter.jar.args 2007-09-02 22:22:58.000000000 +0900
@@ -73,6 +73,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
--- plugins/org.eclipse.jdt.debug/javaCompiler.jdi.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.debug/javaCompiler.jdi.jar.args 2007-09-02 21:42:28.000000000 +0900
@@ -74,6 +74,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
--- plugins/org.eclipse.jdt.debug/javaCompiler.jdimodel.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jdt.debug/javaCompiler.jdimodel.jar.args 2007-09-02 21:44:06.000000000 +0900
@@ -74,6 +74,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
--- plugins/org.eclipse.pde.build/javaCompiler.lib_pdebuild-ant.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.pde.build/javaCompiler.lib_pdebuild-ant.jar.args 2007-09-02 21:45:36.000000000 +0900
@@ -54,6 +54,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
--- plugins/org.eclipse.pde.build/javaCompiler.pdebuild.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.build/javaCompiler.pdebuild.jar.args 2007-09-02 21:46:47.000000000 +0900
@@ -54,6 +54,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[+org/eclipse/update/configuration/*:+org/eclipse/update/core/*:+org/eclipse/update/core/model/*:+org/eclipse/update/internal/core/*:~org/eclipse/update/internal/core/connection/*:+org/eclipse/update/internal/jarprocessor/*:~org/eclipse/update/internal/mirror/*:~org/eclipse/update/internal/model/*:~org/eclipse/update/internal/operations/*:~org/eclipse/update/internal/provisional/*:~org/eclipse/update/internal/search/*:~org/eclipse/update/internal/security/*:~org/eclipse/update/internal/verifier/*:+org/eclipse/update/operations/*:+org/eclipse/update/search/*:+org/eclipse/update/standalone/*:?**/*]
--- plugins/org.eclipse.ant.ui/javaCompiler.lib_antrunner.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.ant.ui/javaCompiler.lib_antrunner.jar.args 2007-09-02 22:35:46.000000000 +0900
@@ -79,6 +79,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
@@ -160,6 +164,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[?**/*]
--- plugins/org.eclipse.ant.ui/javaCompiler.lib_remoteAnt.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.ant.ui/javaCompiler.lib_remoteAnt.jar.args 2007-09-02 22:33:15.000000000 +0900
@@ -79,6 +79,8 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
@@ -106,6 +108,10 @@
#ADAPTER#ACCESS#org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
@@ -160,6 +166,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[?**/*]
--- plugins/org.eclipse.jdt.launching/javaCompiler.lib_launchingsupport.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.launching/javaCompiler.lib_launchingsupport.jar.args 2007-09-02 22:30:00.000000000 +0900
@@ -74,6 +74,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]
--- plugins/org.eclipse.jdt.ui/javaCompiler.serialsupport.jar.args.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jdt.ui/javaCompiler.serialsupport.jar.args 2007-09-02 22:28:02.000000000 +0900
@@ -59,6 +59,10 @@
#ADAPTER#ACCESS#org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
@@ -135,6 +139,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[+org/eclipse/core/filesystem/*:+org/eclipse/core/filesystem/provider/*:~org/eclipse/core/internal/filesystem/*:~org/eclipse/core/internal/filesystem/local/*:?**/*]
@@ -186,6 +194,8 @@
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/bin/[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core_3.2.100.v20070615/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.linux_3.2.0.v20070615/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.update.core.win32/@dot[?**/*]
--- plugins/org.eclipse.ui.workbench.compatibility/javaCompiler.compatibility.jar.args.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.ui.workbench.compatibility/javaCompiler.compatibility.jar.args 2007-09-02 21:40:22.000000000 +0900
@@ -60,6 +60,10 @@
#ADAPTER#ACCESS#org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
+#ADAPTER#ACCESS#org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
#ADAPTER#ACCESS#org.eclipse.swt.gtk.linux.s390/@dot[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:+org/eclipse/swt/ole/win32/*:~org/eclipse/swt/internal/gdip/*:~org/eclipse/swt/internal/ole/win32/*:~org/eclipse/swt/internal/win32/*:~org/eclipse/swt/internal/opengl/win32/*:~org/eclipse/swt/internal/wpf/*:~org/eclipse/swt/internal/carbon/*:~org/eclipse/swt/internal/cocoa/*:~org/eclipse/swt/internal/opengl/carbon/*:~org/eclipse/swt/internal/motif/*:~org/eclipse/swt/internal/photon/*:?**/*]
@@ -122,6 +126,10 @@
#ADAPTER#ACCESS#org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64/@dot[?**/*]
+#ADAPTER#ACCESS#org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot[?**/*]
#ADAPTER#ACCESS#org.eclipse.core.filesystem.linux.x86_64/@dot[?**/*]

View file

@ -1,28 +0,0 @@
--- jdtcoresrc/compilejdtcore.xml~ Fri May 13 11:34:19 2005
+++ jdtcoresrc/compilejdtcore.xml Sun May 15 10:08:14 2005
@@ -37,9 +37,9 @@
<property name="javacTarget" value="1.2" />
<property name="javacDebugInfo" value="true" />
<property name="javacFailOnError" value="true" />
- <record name="../compilelog.txt" action="start" />
+ <record name="compilelog.txt" action="start" />
<javac verbose="true" srcdir="${srcdir}" destdir="${destdir}"/>
- <record name="../compilelog.txt" action="stop" />
+ <record name="compilelog.txt" action="stop" />
<echo message="UPDATE ecj.jar" />
<copy todir="${destdir}">
--- jdtcoresrc/compilejdtcorewithjavac.xml~ Fri May 13 11:34:19 2005
+++ jdtcoresrc/compilejdtcorewithjavac.xml Sun May 15 10:08:28 2005
@@ -22,9 +22,9 @@
<property name="javacDebugInfo" value="true" />
<property name="javacFailOnError" value="true" />
- <record name="../compilelog.txt" action="start" />
+ <record name="compilelog.txt" action="start" />
<javac verbose="true" srcdir="${srcdir}" destdir="${destdir}"/>
- <record name="../compilelog.txt" action="stop" />
+ <record name="compilelog.txt" action="stop" />
<echo message="UPDATE ecj.jar" />
<copy todir="${destdir}">

View file

@ -0,0 +1,15 @@
--- package.org.eclipse.sdk.all.xml.orig Mon Jun 25 15:39:43 2007
+++ package.org.eclipse.sdk.all.xml Fri Aug 17 17:45:03 2007
@@ -22,6 +22,12 @@
<ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.linux.gtk.x86_64">
<property name="assembleScriptName" value="package.org.eclipse.sdk.linux.gtk.x86_64.xml"/>
</ant>
+ <ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.freebsd.gtk.x86">
+ <property name="assembleScriptName" value="package.org.eclipse.sdk.freebsd.gtk.x86.xml"/>
+ </ant>
+ <ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.freebsd.gtk.amd64">
+ <property name="assembleScriptName" value="package.org.eclipse.sdk.freebsd.gtk.amd64.xml"/>
+ </ant>
<ant antfile="${customTargets}" target="assemble.org.eclipse.sdk.linux.gtk.ia64">
<property name="assembleScriptName" value="package.org.eclipse.sdk.linux.gtk.ia64.xml"/>
</ant>

View file

@ -0,0 +1,84 @@
--- plugins/org.eclipse.ant.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.ant.ui/build.xml 2007-08-27 14:22:36.000000000 +0900
@@ -153,6 +153,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -180,6 +184,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -234,6 +242,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>
@@ -495,6 +505,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -549,6 +563,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>
@@ -782,6 +798,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -809,6 +829,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -863,6 +887,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,11 @@
--- plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml.orig 2007-06-26 04:57:25.000000000 +0900
+++ plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml 2007-09-06 11:06:07.000000000 +0900
@@ -8,6 +8,8 @@
<property name="build.result.folder" value="${basedir}"/>
<property name="version.suffix" value="_3.1.0"/>
<property name="win32.jar" value="${eclipse.home}/plugins/org.eclipse.swt.win32.win32.x86${version.suffix}.jar"/>
+ <property name="gtk.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.freebsd.x86${version.suffix}.jar"/>
+ <property name="gtk.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.freebsd.amd64${version.suffix}.jar"/>
<property name="gtk.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.linux.x86${version.suffix}.jar"/>
<property name="motif.jar" value="${eclipse.home}/plugins/org.eclipse.swt.motif${version.suffix}.jar"/>
<property name="osx.jar" value="${eclipse.home}/plugins/org.eclipse.swt.carbon.macosx.ppc${version.suffix}.jar"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.compare/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.compare/build.xml 2007-08-26 23:35:53.000000000 +0900
@@ -127,6 +127,10 @@
<pathelement path="../javax.servlet_2.4.0.v200706111738.jar"/>
<pathelement path="../org.eclipse.swt/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86_64/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.win32.win32.x86/@dot"/>
@@ -209,6 +213,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -238,6 +246,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.core.filebuffers/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.core.filebuffers/build.xml 2007-08-27 00:21:41.000000000 +0900
@@ -148,6 +148,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,25 @@
--- plugins/org.eclipse.core.resources/build.xml.orig Mon Jun 25 15:39:42 2007
+++ plugins/org.eclipse.core.resources/build.xml Fri Aug 17 17:32:24 2007
@@ -139,6 +139,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64_1.0.100.v20070510/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.solaris.sparc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.solaris.sparc_1.0.100.v20070425/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.macosx/@dot"/>
@@ -252,6 +256,11 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64_1.0.100.v20070510/@dot"/>
+
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.0.100.v20070510/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.0.100.v20070510/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.solaris.sparc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.solaris.sparc_1.0.100.v20070425/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.macosx/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.core.resources.compatibility/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.core.resources.compatibility/build.xml 2007-08-27 14:28:39.000000000 +0900
@@ -142,6 +142,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,10 @@
--- plugins/org.eclipse.core.resources/component.xml.orig 2007-06-26 04:57:20.000000000 +0900
+++ plugins/org.eclipse.core.resources/component.xml 2007-09-06 11:12:08.000000000 +0900
@@ -7,6 +7,7 @@
<plugin id="org.eclipse.core.resources" />
<plugin id="org.eclipse.core.resources.win32" fragment="true" />
+ <plugin id="org.eclipse.core.resources.freebsd" fragment="true" />
<plugin id="org.eclipse.core.resources.linux" fragment="true" />
<plugin id="org.eclipse.core.resources.hpux" fragment="true" />
<plugin id="org.eclipse.core.resources.macosx" fragment="true" />

View file

@ -0,0 +1,28 @@
--- plugins/org.eclipse.core.resources/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.core.resources/build.xml 2007-08-25 11:38:27.000000000 +0900
@@ -137,6 +137,12 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
+
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
+
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64_1.0.100.v20070510/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.solaris.sparc/@dot"/>
@@ -250,6 +256,12 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
+
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
+
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64_1.0.100.v20070510/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.solaris.sparc/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.debug.core/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.debug.core/build.xml 2007-08-27 14:38:00.000000000 +0900
@@ -148,6 +148,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.debug.ui/build.xml.org 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.debug.ui/build.xml 2007-08-27 11:04:00.000000000 +0900
@@ -137,6 +137,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -209,6 +213,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -244,6 +252,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,11 @@
--- plugins/org.eclipse.core.filesystem/component.xml.orig 2007-06-26 04:57:18.000000000 +0900
+++ plugins/org.eclipse.core.filesystem/component.xml 2007-09-06 11:09:49.000000000 +0900
@@ -8,6 +8,8 @@
<plugin id="org.eclipse.core.filesystem" />
<plugin id="org.eclipse.core.filesystem.hpux.ia64_32" fragment="true" />
<plugin id="org.eclipse.core.filesystem.hpux.PA_RISC" fragment="true" />
+ <plugin id="org.eclipse.core.filesystem.freebsd.x86" fragment="true" />
+ <plugin id="org.eclipse.core.filesystem.freebsd.amd64" fragment="true" />
<plugin id="org.eclipse.core.filesystem.linux.x86" fragment="true" />
<plugin id="org.eclipse.core.filesystem.linux.x86_64" fragment="true" />
<plugin id="org.eclipse.core.filesystem.macosx.ppc" fragment="true" />

View file

@ -0,0 +1,24 @@
--- plugins/org.eclipse.help.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.help.ui/build.xml 2007-08-27 11:11:02.000000000 +0900
@@ -155,6 +155,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -223,6 +227,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jdt.apt.core/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jdt.apt.core/build.xml 2007-09-05 23:08:12.000000000 +0900
@@ -159,6 +159,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jdt.apt.pluggable.core/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.jdt.apt.pluggable.core/build.xml 2007-09-04 16:39:44.000000000 +0900
@@ -159,6 +159,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.jdt.apt.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jdt.apt.ui/build.xml 2007-09-04 16:40:04.000000000 +0900
@@ -163,6 +163,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -223,6 +227,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -290,6 +298,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,15 @@
--- plugins/org.eclipse.jdt.compiler.apt/build.xml.orig 2007-09-04 15:32:12.000000000 +0900
+++ plugins/org.eclipse.jdt.compiler.apt/build.xml 2007-09-04 16:40:23.000000000 +0900
@@ -163,6 +163,12 @@
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
+
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64.0.100.v20070510/@dot"/>
+
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_64_1.0.100.v20070510/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.solaris.sparc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.solaris.sparc_1.0.100.v20070425/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jdt.compiler.tool/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.jdt.compiler.tool/build.xml 2007-09-04 16:40:39.000000000 +0900
@@ -153,6 +153,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jdt.core/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jdt.core/build.xml 2007-09-04 16:40:57.000000000 +0900
@@ -149,6 +149,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jdt.core.manipulation/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.core.manipulation/build.xml 2007-09-05 23:13:01.000000000 +0900
@@ -147,6 +147,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jdt.debug/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.debug/build.xml 2007-09-04 16:41:32.000000000 +0900
@@ -148,6 +148,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,35 @@
--- plugins/org.eclipse.jdt.debug.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jdt.debug.ui/build.xml 2007-09-04 16:41:49.000000000 +0900
@@ -153,6 +153,12 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -180,6 +186,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -234,6 +244,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.jdt.junit/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.junit/build.xml 2007-09-04 16:42:09.000000000 +0900
@@ -153,6 +153,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -180,6 +184,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -234,6 +242,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jdt.launching/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.launching/build.xml 2007-09-05 23:18:19.000000000 +0900
@@ -148,6 +148,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,64 @@
--- plugins/org.eclipse.jdt.ui/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jdt.ui/build.xml 2007-08-27 14:33:31.000000000 +0900
@@ -133,6 +133,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -209,6 +213,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -260,6 +268,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>
@@ -407,6 +417,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -483,6 +497,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -534,6 +552,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jface/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jface/build.xml 2007-08-26 23:49:19.000000000 +0900
@@ -102,6 +102,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jface.databinding/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jface.databinding/build.xml 2007-09-05 23:22:29.000000000 +0900
@@ -134,6 +134,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jface.text/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.jface.text/build.xml 2007-08-27 00:04:32.000000000 +0900
@@ -134,6 +134,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.jsch.core/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.jsch.core/build.xml 2007-08-27 11:01:15.000000000 +0900
@@ -139,6 +139,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,24 @@
--- plugins/org.eclipse.jsch.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.jsch.ui/build.xml 2007-08-27 14:25:42.000000000 +0900
@@ -132,6 +132,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -207,6 +211,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.ltk.core.refactoring/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.ltk.core.refactoring/build.xml 2007-08-27 00:09:02.000000000 +0900
@@ -132,6 +132,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.ltk.ui.refactoring/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.ltk.ui.refactoring/build.xml 2007-08-27 13:52:05.000000000 +0900
@@ -150,6 +150,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -180,6 +184,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -248,6 +256,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.core.filesystem/natives/unix/freebsd/include/os_custom.h.orig Sun Aug 19 23:58:06 2007
+++ plugins/org.eclipse.core.filesystem/natives/unix/freebsd/include/os_custom.h Sun Aug 19 23:58:15 2007
@@ -11,8 +11,8 @@
***********************************************************************/
/* Use this directive when introducing platform-specific code in localfile.c */
-#ifndef LINUX
-#define LINUX
+#ifndef FREEBSD
+#define FREEBSD
#endif
/* Linux supports reading symbolic links */

View file

@ -0,0 +1,11 @@
--- plugins/org.eclipse.pde.build/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.build/build.xml 2007-08-27 11:11:42.000000000 +0900
@@ -128,6 +128,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,19 @@
--- plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml.orig 2007-06-26 04:57:20.000000000 +0900
+++ plugins/org.eclipse.pde.build/scripts/productBuild/allElements.xml 2007-09-06 11:16:27.000000000 +0900
@@ -37,6 +37,16 @@
</ant>
</target>
+ <target name="assemble.org.eclipse.pde.build.container.feature.freebsd.gtk.x86">
+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
+ <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.x86.zip"/>
+ </ant>
+ </target>
+ <target name="assemble.org.eclipse.pde.build.container.feature.freebsd.gtk.amd64">
+ <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
+ <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.amd64.zip"/>
+ </ant>
+ </target>
<target name="assemble.org.eclipse.pde.build.container.feature.linux.gtk.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86.zip"/>

View file

@ -0,0 +1,19 @@
--- plugins/org.eclipse.pde.build/templates/packager/customTargets.xml.orig 2007-06-26 04:57:18.000000000 +0900
+++ plugins/org.eclipse.pde.build/templates/packager/customTargets.xml 2007-09-06 11:20:06.000000000 +0900
@@ -18,6 +18,16 @@
</ant>
</target>
+ <target name="assemble.freebsd.gtk.x86.xml">
+ <ant antfile="${assembleScriptName}" >
+ <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.x86.zip"/>
+ </ant>
+ </target>
+ <target name="assemble.freebsd.gtk.amd64.xml">
+ <ant antfile="${assembleScriptName}" >
+ <property name="archiveName" value="${archiveNamePrefix}-freebsd.gtk.amd64.zip"/>
+ </ant>
+ </target>
<target name="assemble.linux.gtk.x86.xml">
<ant antfile="${assembleScriptName}" >
<property name="archiveName" value="${archiveNamePrefix}-linux.gtk.x86.zip"/>

View file

@ -0,0 +1,42 @@
--- plugins/org.eclipse.pde.core/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.core/build.xml 2007-09-05 23:31:12.000000000 +0900
@@ -148,6 +148,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -204,6 +208,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>
@@ -336,6 +342,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -392,6 +402,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,24 @@
--- plugins/org.eclipse.pde.junit.runtime/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.junit.runtime/build.xml 2007-08-27 14:50:58.000000000 +0900
@@ -135,6 +135,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -212,6 +216,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.pde.runtime/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.runtime/build.xml 2007-09-05 23:35:20.000000000 +0900
@@ -133,6 +133,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -209,6 +213,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -234,6 +242,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.pde.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.ui/build.xml 2007-08-27 00:14:14.000000000 +0900
@@ -174,6 +174,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -224,6 +228,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>
@@ -252,6 +258,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.pde.ui.templates/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.pde.ui.templates/build.xml 2007-09-05 23:41:03.000000000 +0900
@@ -132,6 +132,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -209,6 +213,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -283,6 +291,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,11 @@
--- plugins/org.eclipse.platform/build.xml.orig 2007-08-26 22:39:40.000000000 +0900
+++ plugins/org.eclipse.platform/build.xml 2007-08-27 00:31:06.000000000 +0900
@@ -275,6 +275,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,24 @@
--- plugins/org.eclipse.platform/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.platform/build.xml 2007-08-26 22:09:11.000000000 +0900
@@ -175,6 +175,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -243,6 +247,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,24 @@
--- plugins/org.eclipse.platform.doc.isv/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.platform.doc.isv/build.xml 2007-09-05 23:45:05.000000000 +0900
@@ -129,6 +129,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -202,6 +206,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.search/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.search/build.xml 2007-08-26 23:41:23.000000000 +0900
@@ -148,6 +148,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -181,6 +185,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -238,6 +246,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,43 @@
--- plugins/org.eclipse.swt.gtk.freebsd.amd64/build.xml.orig Fri Aug 17 17:35:50 2007
+++ plugins/org.eclipse.swt.gtk.freebsd.amd64/build.xml Fri Aug 17 17:49:35 2007
@@ -40,18 +40,17 @@
<target name="properties" if="eclipse.running">
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
- <!--compile the jar in org.eclipse.swt.tools-->
</target>
<target name="build.update.jar" depends="init">
- <delete dir="${temp.folder}"/>
+ <!-- <delete dir="${temp.folder}"/>
<mkdir dir="${temp.folder}"/>
<antcall target="build.jars"/>
<antcall target="gather.bin.parts">
<param name="destination.temp.folder" value="${temp.folder}/"/>
</antcall>
<zip zipfile="${plugin.destination}/${full.name}.jar" basedir="${temp.folder}/${full.name}" filesonly="false"/>
- <delete dir="${temp.folder}"/>
+ <delete dir="${temp.folder}"/> -->
</target>
<target name="@dot" depends="init" unless="@dot" description="Create jar: @dot.">
@@ -231,7 +230,9 @@
<target name="build.cfiles" depends="build.jars">
<!-- generate the C code from the (64 bit) SWT PI java classes -->
- <!-- assumes the swt.jar has already been built -->
+ <!-- compile the jar in org.eclipse.swt.tools -->
+ <ant antfile="build.xml" dir="${toolsplugindir}" inheritAll="false" target="build.jars" />
+ <!-- assumes the swttools.jar has already been built -->
<java classname="org.eclipse.swt.tools.internal.JNIGeneratorApp" classpath="${toolsplugindir}/bin:${toolsplugindir}/swttools.jar:${basedir}/swt.jar"><arg value="org.eclipse.swt.internal.C"/><arg value="${basedir}/src/Eclipse SWT PI/common/library/"/><arg value="${build.result.folder}/swt.jar"/></java>
<java classname="org.eclipse.swt.tools.internal.JNIGeneratorApp" classpath="${toolsplugindir}/bin:${toolsplugindir}/swttools.jar:${basedir}/swt.jar"><arg value="org.eclipse.swt.internal.gtk.OS"/><arg value="${basedir}/src/Eclipse SWT PI/gtk/library/"/><arg value="${build.result.folder}/swt.jar"/></java>
<java classname="org.eclipse.swt.tools.internal.JNIGeneratorApp" classpath="${toolsplugindir}/bin:${toolsplugindir}/swttools.jar:${basedir}/swt.jar"><arg value="org.eclipse.swt.internal.accessibility.gtk.ATK"/><arg value="${basedir}/src/Eclipse SWT PI/gtk/library/"/><arg value="${build.result.folder}/swt.jar"/></java>
@@ -345,6 +346,8 @@
<delete file="${plugin.destination}/${full.name}.jar"/>
<delete file="${plugin.destination}/${full.name}.zip"/>
<delete dir="${temp.folder}"/>
+ <!-- delete swttools.jar so that it will be compiled in the build.jars target -->
+ <ant antfile="build.xml" dir="${toolsplugindir}" inheritAll="false" target="clean" />
</target>
<target name="refresh" depends="init" if="eclipse.running">

View file

@ -0,0 +1,11 @@
--- plugins/org.eclipse.swt.tools/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.swt.tools/build.xml 2007-08-26 23:31:30.000000000 +0900
@@ -67,6 +67,8 @@
<pathelement path="../org.eclipse.swt.gtk.linux.x86_64/@dot"/>
<pathelement path="../org.eclipse.swt.win32.win32.x86/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390x/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.team.core/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
+++ plugins/org.eclipse.team.core/build.xml 2007-09-05 23:58:46.000000000 +0900
@@ -147,6 +147,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.team.cvs.core/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.team.cvs.core/build.xml 2007-08-27 14:34:31.000000000 +0900
@@ -148,6 +148,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,13 @@
--- plugins/org.eclipse.team.cvs.ssh/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.team.cvs.ssh/build.xml 2007-08-26 23:32:54.000000000 +0900
@@ -147,6 +147,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.team.cvs.ssh2/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.team.cvs.ssh2/build.xml 2007-08-27 00:01:40.000000000 +0900
@@ -147,6 +147,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -181,6 +185,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -251,6 +259,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.team.cvs.ui/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.team.cvs.ui/build.xml 2007-09-06 00:03:47.000000000 +0900
@@ -153,6 +153,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -180,6 +184,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -234,6 +242,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,33 @@
--- plugins/org.eclipse.team.ui/build.xml.orig 2007-06-26 04:39:41.000000000 +0900
+++ plugins/org.eclipse.team.ui/build.xml 2007-08-26 23:30:13.000000000 +0900
@@ -153,6 +153,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.0.100.v20070510/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>
@@ -180,6 +184,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -234,6 +242,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/bin/"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core_3.2.100.v20070615/@dot"/>
+ <pathelement path="../org.eclipse.update.core.freebsd/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.update.core.freebsd_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.linux/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.update.core.linux_3.2.0.v20070615/@dot"/>
<pathelement path="../org.eclipse.update.core.win32/@dot"/>

View file

@ -0,0 +1,24 @@
--- plugins/org.eclipse.ui.browser/build.xml.orig 2007-06-26 04:39:42.000000000 +0900
+++ plugins/org.eclipse.ui.browser/build.xml 2007-08-27 14:36:55.000000000 +0900
@@ -133,6 +133,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.swt.win32.win32.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.wpf.win32.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.wpf.win32.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.x86_3.3.0.v3346/@dot"/>
+ <pathelement path="../org.eclipse.swt.gtk.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.freebsd.amd64_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.swt.gtk.linux.x86_3.3.0.v3346/@dot"/>
<pathelement path="../org.eclipse.swt.gtk.linux.s390/@dot"/>
@@ -207,6 +211,10 @@
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.hpux.PA_RISC_1.0.0.v20060603/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.ppc/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.ppc_1.0.100.v20070430/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.x86/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.x86_1.1.0.v20070416/@dot"/>
+ <pathelement path="../org.eclipse.core.filesystem.freebsd.amd64/@dot"/>
+ <pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.freebsd.amd64_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86/@dot"/>
<pathelement path="${build.result.folder}/../org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416/@dot"/>
<pathelement path="../org.eclipse.core.filesystem.linux.x86_64/@dot"/>

View file

@ -0,0 +1,46 @@
--- plugins/org.eclipse.ui.browser/plugin.xml.orig 2007-06-26 04:57:13.000000000 +0900
+++ plugins/org.eclipse.ui.browser/plugin.xml 2007-09-06 11:26:03.000000000 +0900
@@ -74,11 +74,11 @@
<browser
id="org.eclipse.ui.browser.mozilla"
name="%browserMozilla"
- os="linux,aix,hpux,solaris"
+ os="freebsd,linux,aix,hpux,solaris"
executable="mozilla"
factoryclass="org.eclipse.ui.internal.browser.browsers.MozillaFactory">
<location>usr/bin/mozilla</location>
- <location>usr/X11/bin/mozilla</location>
+ <location>usr/local/bin/mozilla</location>
</browser>
<browser
id="org.eclipse.ui.browser.netscape"
@@ -93,24 +93,26 @@
<browser
id="org.eclipse.ui.browser.firefox"
name="%browserFirefox"
- os="linux,aix,hpux,solaris"
+ os="freebsd,linux,aix,hpux,solaris"
executable="firefox"
factoryclass="org.eclipse.ui.internal.browser.browsers.MozillaFactory">
</browser>
<browser
id="org.eclipse.ui.browser.konqueror"
name="%browserKonqueror"
- os="linux,aix,hpux,solaris"
+ os="freebsd,linux,aix,hpux,solaris"
executable="konqueror">
<location>opt/kde3/bin/konqueror</location>
</browser>
<browser
id="org.eclipse.ui.browser.galeon"
name="%browserGaleon"
- os="linux,aix,hpux,solaris"
+ os="freebsd,linux,aix,hpux,solaris"
executable="galeon">
<location>opt/usr/gnome/bin/galeon</location>
+ <location>usr/local/bin/galeon</location>
</browser>
+
<!-- Windows -->
<browser

Some files were not shown because too many files have changed in this diff Show more