- update to 3.2.2
- SHARED_ONLY=Yes - sprinkle some -nowarn to reduce verbosity caused by building with 1.5 only (reqested by espie@) - increase memory use during build to reduce jvm thrashing and cut 1/3 off the build time
This commit is contained in:
parent
30c68cf957
commit
6065bc244c
@ -1,5 +1,6 @@
|
|||||||
# $OpenBSD: Makefile,v 1.31 2007/04/06 02:16:21 kurt Exp $
|
# $OpenBSD: Makefile,v 1.32 2007/04/13 14:30:43 kurt Exp $
|
||||||
|
|
||||||
|
SHARED_ONLY= Yes
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
|
|
||||||
COMMENT-main= "general-purpose, extensible IDE for Java & other langs"
|
COMMENT-main= "general-purpose, extensible IDE for Java & other langs"
|
||||||
@ -7,21 +8,21 @@ COMMENT-swt= "widget toolkit for Java"
|
|||||||
COMMENT-gnome= "gnome integration library for swt/eclipse"
|
COMMENT-gnome= "gnome integration library for swt/eclipse"
|
||||||
COMMENT-browser= "HTML Browser Widget library for swt/eclipse"
|
COMMENT-browser= "HTML Browser Widget library for swt/eclipse"
|
||||||
|
|
||||||
ECLIPSE_VER= 3.2.1
|
ECLIPSE_VER= 3.2.2
|
||||||
DISTNAME= eclipse-sourceBuild-srcIncluded-${ECLIPSE_VER}
|
DISTNAME= eclipse-sourceBuild-srcIncluded-${ECLIPSE_VER}
|
||||||
PKGNAME= eclipse-sdk-${ECLIPSE_VER}
|
PKGNAME= eclipse-sdk-${ECLIPSE_VER}
|
||||||
PKGNAME-main= eclipse-sdk-${ECLIPSE_VER}p1
|
PKGNAME-main= eclipse-sdk-${ECLIPSE_VER}
|
||||||
PKGNAME-swt= swt-${ECLIPSE_VER}
|
PKGNAME-swt= swt-${ECLIPSE_VER}
|
||||||
PKGNAME-gnome= swt-gnome-${ECLIPSE_VER}
|
PKGNAME-gnome= swt-gnome-${ECLIPSE_VER}
|
||||||
PKGNAME-browser= swt-browser-${ECLIPSE_VER}p1
|
PKGNAME-browser= swt-browser-${ECLIPSE_VER}
|
||||||
SHARED_LIBS= swt-atk-gtk-3235 4.0 \
|
SHARED_LIBS= swt-atk-gtk-3236 4.0 \
|
||||||
swt-awt-gtk-3235 4.0 \
|
swt-awt-gtk-3236 4.0 \
|
||||||
swt-gtk-3235 4.0 \
|
swt-gtk-3236 4.0 \
|
||||||
swt-pi-gtk-3235 4.0 \
|
swt-pi-gtk-3236 4.0 \
|
||||||
swt-cairo-gtk-3235 4.0 \
|
swt-cairo-gtk-3236 4.0 \
|
||||||
swt-gnome-gtk-3235 4.0 \
|
swt-gnome-gtk-3236 4.0 \
|
||||||
swt-mozilla-gtk-3235 4.0 \
|
swt-mozilla-gtk-3236 4.0 \
|
||||||
swt-glx-gtk-3235 4.0
|
swt-glx-gtk-3236 4.0
|
||||||
|
|
||||||
CATEGORIES= devel/eclipse java
|
CATEGORIES= devel/eclipse java
|
||||||
|
|
||||||
@ -48,7 +49,7 @@ MASTER_SITE_ECLIPSE+= \
|
|||||||
http://mirror.pacific.net.au/eclipse/eclipse/downloads/drops/ \
|
http://mirror.pacific.net.au/eclipse/eclipse/downloads/drops/ \
|
||||||
http://download2.eclipse.org/eclipse/downloads/drops/
|
http://download2.eclipse.org/eclipse/downloads/drops/
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_ECLIPSE:=R-3.2.1-200609210945/}
|
MASTER_SITES= ${MASTER_SITE_ECLIPSE:=R-3.2.2-200702121330/}
|
||||||
EXTRACT_SUFX= .zip
|
EXTRACT_SUFX= .zip
|
||||||
|
|
||||||
VMEM_WARNING= Yes
|
VMEM_WARNING= Yes
|
||||||
@ -69,7 +70,7 @@ RUN_DEPENDS-main= ::java/javaPathHelper \
|
|||||||
${MODJAVA_RUN_DEPENDS} \
|
${MODJAVA_RUN_DEPENDS} \
|
||||||
:${PKGNAME-swt}:devel/eclipse/sdk,-browser
|
:${PKGNAME-swt}:devel/eclipse/sdk,-browser
|
||||||
LIB_DEPENDS-main= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
LIB_DEPENDS-main= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
||||||
WANTLIB-main= X11 Xext Xrender c m z fontconfig \
|
WANTLIB-main= X11 Xau Xdmcp Xrender c expat m z fontconfig \
|
||||||
freetype atk-1.0 glib-2.0 gmodule-2.0 \
|
freetype atk-1.0 glib-2.0 gmodule-2.0 \
|
||||||
gobject-2.0 glitz png iconv intl \
|
gobject-2.0 glitz png iconv intl \
|
||||||
pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo
|
pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo
|
||||||
@ -87,7 +88,7 @@ WANTLIB-browser= c nspr4 plc4 plds4
|
|||||||
|
|
||||||
MOZILLA_HOME= ${LOCALBASE}/xulrunner
|
MOZILLA_HOME= ${LOCALBASE}/xulrunner
|
||||||
ECLIPSE_WS= gtk
|
ECLIPSE_WS= gtk
|
||||||
ECLIPSE_BUILD= 3235
|
ECLIPSE_BUILD= 3236
|
||||||
ECLIPSE_OS= openbsd
|
ECLIPSE_OS= openbsd
|
||||||
.if ${MACHINE_ARCH} == "i386"
|
.if ${MACHINE_ARCH} == "i386"
|
||||||
ECLIPSE_ARCH= x86
|
ECLIPSE_ARCH= x86
|
||||||
@ -102,14 +103,14 @@ MAKE_ENV= ECLIPSE_BUILD=${ECLIPSE_BUILD} \
|
|||||||
JAVA_HOME=${JAVA_HOME} \
|
JAVA_HOME=${JAVA_HOME} \
|
||||||
MOZILLA_HOME=${MOZILLA_HOME} \
|
MOZILLA_HOME=${MOZILLA_HOME} \
|
||||||
CC="${CC}" CXX="${CXX}" \
|
CC="${CC}" CXX="${CXX}" \
|
||||||
LIBswt_atk_gtk_VERSION=${LIBswt-atk-gtk-3235_VERSION} \
|
LIBswt_atk_gtk_VERSION=${LIBswt-atk-gtk-3236_VERSION} \
|
||||||
LIBswt_awt_gtk_VERSION=${LIBswt-awt-gtk-3235_VERSION} \
|
LIBswt_awt_gtk_VERSION=${LIBswt-awt-gtk-3236_VERSION} \
|
||||||
LIBswt_gtk_VERSION=${LIBswt-gtk-3235_VERSION} \
|
LIBswt_gtk_VERSION=${LIBswt-gtk-3236_VERSION} \
|
||||||
LIBswt_pi_gtk_VERSION=${LIBswt-pi-gtk-3235_VERSION} \
|
LIBswt_pi_gtk_VERSION=${LIBswt-pi-gtk-3236_VERSION} \
|
||||||
LIBswt_cairo_gtk_VERSION=${LIBswt-cairo-gtk-3235_VERSION} \
|
LIBswt_cairo_gtk_VERSION=${LIBswt-cairo-gtk-3236_VERSION} \
|
||||||
LIBswt_gnome_gtk_VERSION=${LIBswt-gnome-gtk-3235_VERSION} \
|
LIBswt_gnome_gtk_VERSION=${LIBswt-gnome-gtk-3236_VERSION} \
|
||||||
LIBswt_mozilla_gtk_VERSION=${LIBswt-mozilla-gtk-3235_VERSION} \
|
LIBswt_mozilla_gtk_VERSION=${LIBswt-mozilla-gtk-3236_VERSION} \
|
||||||
LIBswt_glx_gtk_VERSION=${LIBswt-glx-gtk-3235_VERSION}
|
LIBswt_glx_gtk_VERSION=${LIBswt-glx-gtk-3236_VERSION}
|
||||||
|
|
||||||
FAKE_FLAGS= ${MAKE_ENV}
|
FAKE_FLAGS= ${MAKE_ENV}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = D+ienHzwelbE/o4tf1o5Sw==
|
MD5 (eclipse-sourceBuild-srcIncluded-3.2.2.zip) = XRufahRv/FkZHlEwg6bshg==
|
||||||
RMD160 (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = lkgXa3mtrHIXNx5bje5660zUWNs=
|
RMD160 (eclipse-sourceBuild-srcIncluded-3.2.2.zip) = UgEUtnwjUhgfq06Nv0BOJjmtWmA=
|
||||||
SHA1 (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = onuuT/n4ZqH6uZXq4toAqyvl6EA=
|
SHA1 (eclipse-sourceBuild-srcIncluded-3.2.2.zip) = nv2XBcHdTCLigwoF080pHADYROk=
|
||||||
SHA256 (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = LWoGKDM9BotqtnjEL5Jdcd8cADA1VDgwow4+6A+4Vcc=
|
SHA256 (eclipse-sourceBuild-srcIncluded-3.2.2.zip) = hHWdxgheaLMSKM4rImd4SUSBvjhoHcjKWw4vImv5Y6c=
|
||||||
SIZE (eclipse-sourceBuild-srcIncluded-3.2.1.zip) = 82433420
|
SIZE (eclipse-sourceBuild-srcIncluded-3.2.2.zip) = 82487328
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: prepatch.sh,v 1.1 2006/11/02 10:59:17 espie Exp $
|
# $OpenBSD: prepatch.sh,v 1.2 2007/04/13 14:30:43 kurt Exp $
|
||||||
# $FreeBSD: ports/java/eclipse/scripts/configure,v 1.2 2004/07/25 08:01:09 nork Exp $
|
# $FreeBSD: ports/java/eclipse/scripts/configure,v 1.2 2004/07/25 08:01:09 nork Exp $
|
||||||
|
|
||||||
copy_file()
|
copy_file()
|
||||||
@ -50,7 +50,8 @@ prepatch()
|
|||||||
cp -r ${WRKSRC}/$src ${WRKSRC}/$dst
|
cp -r ${WRKSRC}/$src ${WRKSRC}/$dst
|
||||||
|
|
||||||
find ${WRKSRC} -type f -and \
|
find ${WRKSRC} -type f -and \
|
||||||
\( -name \*.so -or -name \*.so.\* -or -name eclipse \) | xargs rm
|
\( -name lib\*.so -or -name lib\*.so.\* -or -name lib\*.jnilib \
|
||||||
|
-or -name lib\*.sl -or -name lib\*.a -or -name eclipse \) | xargs rm
|
||||||
}
|
}
|
||||||
|
|
||||||
COPY_LIST="
|
COPY_LIST="
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
$OpenBSD: patch-build,v 1.3 2006/07/07 01:48:55 kurt Exp $
|
$OpenBSD: patch-build,v 1.4 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- build.orig Fri Jun 2 13:32:40 2006
|
--- build.orig Mon Feb 12 13:46:55 2007
|
||||||
+++ build Thu Jun 22 13:03:11 2006
|
+++ build Thu Apr 12 16:27:32 2007
|
||||||
@@ -1,6 +1,6 @@
|
@@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
-ANT_OPTS=-Xmx1000M; export ANT_OPTS
|
-ANT_OPTS=-Xmx1000M; export ANT_OPTS
|
||||||
+ANT_OPTS=-Xmx450M; export ANT_OPTS
|
+ANT_OPTS=-Xmx500M; export ANT_OPTS
|
||||||
os=""
|
os=""
|
||||||
ws=""
|
ws=""
|
||||||
arch=""
|
arch=""
|
||||||
|
@ -1,7 +1,18 @@
|
|||||||
$OpenBSD: patch-build_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
|
$OpenBSD: patch-build_xml,v 1.3 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- build.xml.orig Fri Jun 2 13:32:40 2006
|
--- build.xml.orig Mon Feb 12 13:46:55 2007
|
||||||
+++ build.xml Wed Jun 14 13:54:26 2006
|
+++ build.xml Thu Apr 12 12:05:10 2007
|
||||||
@@ -80,17 +80,15 @@
|
@@ -69,6 +69,10 @@
|
||||||
|
|
||||||
|
<!-- unzip swt zips -->
|
||||||
|
<unzip dest="${swtlibs}">
|
||||||
|
+ <patternset>
|
||||||
|
+ <include name="**"/>
|
||||||
|
+ <exclude name="**/*.orig"/>
|
||||||
|
+ </patternset>
|
||||||
|
<fileset dir="${buildDirectory}/plugins/org.eclipse.rcp.source.${installOs}.${installWs}.${installArch}/src/">
|
||||||
|
<include name="org.eclipse.swt.${installWs}.${installOs}.${installArch}_*/*.zip" />
|
||||||
|
</fileset>
|
||||||
|
@@ -80,17 +84,15 @@
|
||||||
<mkdir dir="${swtdir}" />
|
<mkdir dir="${swtdir}" />
|
||||||
<move todir="${swtdir}/">
|
<move todir="${swtdir}/">
|
||||||
<fileset dir="${swtlibs}">
|
<fileset dir="${swtlibs}">
|
||||||
@ -23,12 +34,23 @@ $OpenBSD: patch-build_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
|
|||||||
<exec dir="${launcherlibs}/library/${installWs}/" executable="sh" failonerror="true">
|
<exec dir="${launcherlibs}/library/${installWs}/" executable="sh" failonerror="true">
|
||||||
<arg line="build.sh" />
|
<arg line="build.sh" />
|
||||||
</exec>
|
</exec>
|
||||||
@@ -285,9 +283,10 @@
|
@@ -273,7 +275,7 @@
|
||||||
|
<condition property="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter">
|
||||||
|
<available file="${basedir}/ecj.jar" />
|
||||||
|
</condition>
|
||||||
|
- <condition property="compilerArg" value="-enableJavadoc -encoding ISO-8859-1">
|
||||||
|
+ <condition property="compilerArg" value="-nowarn -enableJavadoc -encoding ISO-8859-1">
|
||||||
|
<equals arg1="${build.compiler}" arg2="org.eclipse.jdt.core.JDTCompilerAdapter" />
|
||||||
|
</condition>
|
||||||
|
<fail message="The Eclipse compiler (ecj.jar) cannot be found.">
|
||||||
|
@@ -284,10 +286,11 @@
|
||||||
|
</condition>
|
||||||
</fail>
|
</fail>
|
||||||
|
|
||||||
<property name="compilerArg" value="-encoding ISO-8859-1" />
|
- <property name="compilerArg" value="-encoding ISO-8859-1" />
|
||||||
- <property name="javacSource" value="1.3" />
|
- <property name="javacSource" value="1.3" />
|
||||||
- <property name="javacTarget" value="1.2" />
|
- <property name="javacTarget" value="1.2" />
|
||||||
|
+ <property name="compilerArg" value="-nowarn -encoding ISO-8859-1" />
|
||||||
+ <property name="javacSource" value="1.5" />
|
+ <property name="javacSource" value="1.5" />
|
||||||
+ <property name="javacTarget" value="1.5" />
|
+ <property name="javacTarget" value="1.5" />
|
||||||
<property name="javacDebugInfo" value="true" />
|
<property name="javacDebugInfo" value="true" />
|
||||||
@ -36,7 +58,7 @@ $OpenBSD: patch-build_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
|
|||||||
<property name="javacFailOnError" value="true" />
|
<property name="javacFailOnError" value="true" />
|
||||||
|
|
||||||
<!--required property setting to build bundles in Eclipse 3.x stream builds -->
|
<!--required property setting to build bundles in Eclipse 3.x stream builds -->
|
||||||
@@ -311,7 +310,7 @@
|
@@ -311,7 +314,7 @@
|
||||||
|
|
||||||
<!--used to add doc plug-ins to result after initial assembly-->
|
<!--used to add doc plug-ins to result after initial assembly-->
|
||||||
<condition property="archive.format" value="tar">
|
<condition property="archive.format" value="tar">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-features_org_eclipse_platform_build_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-features_org_eclipse_platform_build_xml,v 1.6 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- features/org.eclipse.platform/build.xml.orig Thu Sep 21 10:55:42 2006
|
--- features/org.eclipse.platform/build.xml.orig Mon Feb 12 13:45:21 2007
|
||||||
+++ features/org.eclipse.platform/build.xml Mon Dec 4 21:28:55 2006
|
+++ features/org.eclipse.platform/build.xml Fri Apr 6 17:44:48 2007
|
||||||
@@ -27,6 +27,11 @@
|
@@ -27,6 +27,11 @@
|
||||||
<property name="os" value="linux"/>
|
<property name="os" value="linux"/>
|
||||||
<property name="ws" value="gtk"/>
|
<property name="ws" value="gtk"/>
|
||||||
@ -31,11 +31,11 @@ $OpenBSD: patch-features_org_eclipse_platform_build_xml,v 1.5 2006/12/13 20:57:1
|
|||||||
<property name="arch" value="x86"/>
|
<property name="arch" value="x86"/>
|
||||||
<property name="os" value="win32"/>
|
<property name="os" value="win32"/>
|
||||||
@@ -391,7 +406,7 @@
|
@@ -391,7 +406,7 @@
|
||||||
<copy todir="${feature.base}/features/org.eclipse.platform_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
|
<copy todir="${feature.base}/features/org.eclipse.platform_3.2.2.r322_v20070119-CXMbUe9K_WF26uA" failonerror="true" overwrite="false">
|
||||||
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
|
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
|
||||||
</copy>
|
</copy>
|
||||||
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.1.M20060711,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.1.r321_v20060721,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.1.R32x_v20060914,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.1.v20060823,org.eclipse.debug.ui,3.2.1.v20060823,org.eclipse.help.webapp,3.2.1.R321_v20060803,org.eclipse.help.base,3.2.1.R321_v20060822,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.1.r321_v20060823,org.eclipse.ltk.ui.refactoring,3.2.1.r321_v20060726,org.eclipse.platform,3.2.0.v20060601,org.eclipse.platform.doc.user,3.2.1.R32x_v200608101155,org.eclipse.search,3.2.1.r321_v20060726,org.eclipse.team.core,3.2.1.M20060711,org.eclipse.team.cvs.core,3.2.1.M200608161750,org.eclipse.team.cvs.ssh,3.2.0.I200606011710,org.eclipse.team.cvs.ssh2,3.2.0.I200606051140,org.eclipse.team.cvs.ui,3.2.1.M20060831,org.eclipse.team.ui,3.2.1.M200608151725,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.1.r321_v20060810,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.1.R321_v20060810,org.eclipse.ui.intro.universal,3.2.1.R321_v20060905,org.eclipse.ui.cheatsheets,3.2.1.R321_v20060720,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.1.M20060913-0800,org.eclipse.ui.navigator.resources,3.2.1.M20060906-0800b,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.1.M20060906-0800,org.eclipse.ui.editors,3.2.1.r321_v20060721,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.101.r321_v20060802,org.eclipse.ui.ide,3.2.1.M20060915-1030,org.eclipse.update.core,3.2.1.v20092006,org.eclipse.update.scheduler,3.2.1.v20092006,org.eclipse.update.ui,3.2.1.v20092006,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.1.v20092006,org.eclipse.ui.views.properties.tabbed,3.2.1.M20060830-0800,org.eclipse.core.runtime.compatibility.registry,3.2.1.R32x_v20060907,"/>
|
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.2.r322_v20070119-CXMbUe9K_WF26uA/feature.xml" selfVersion="3.2.2.r322_v20070119-CXMbUe9K_WF26uA" featureIds="org.eclipse.rcp,3.2.2.r322_v20070104-iwP0VLKnfFC923K," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.1.M20060711,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.1.r321_v20060721,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.2.R32x_v20061218,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.1.v20060823,org.eclipse.debug.ui,3.2.2.r322_v20070202,org.eclipse.help.webapp,3.2.2.R322_v20061114,org.eclipse.help.base,3.2.2.R322_v20061207,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.1.r321_v20060823,org.eclipse.ltk.ui.refactoring,3.2.2.r322_v20070124,org.eclipse.platform,3.2.2.r322_v20070117b,org.eclipse.platform.doc.user,3.2.1.R32x_v200608101155,org.eclipse.search,3.2.1.r321_v20060726,org.eclipse.team.core,3.2.2.M20061114,org.eclipse.team.cvs.core,3.2.2.M20061205,org.eclipse.team.cvs.ssh,3.2.1.M20061205,org.eclipse.team.cvs.ssh2,3.2.1.M20061205,org.eclipse.team.cvs.ui,3.2.2.M20061121,org.eclipse.team.ui,3.2.1.M200608151725,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.2.r322_v20070104,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.2.R322_v20061214,org.eclipse.ui.intro.universal,3.2.1.R321_v20060905,org.eclipse.ui.cheatsheets,3.2.1.R321_v20060720,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.1.M20060913-0800,org.eclipse.ui.navigator.resources,3.2.1.M20060906-0800b,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.1.M20060906-0800,org.eclipse.ui.editors,3.2.1.r321_v20060721,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.101.r321_v20060802,org.eclipse.ui.ide,3.2.1.M20060915-1030,org.eclipse.update.core,3.2.3.R32x_v20070118,org.eclipse.update.scheduler,3.2.2.R32x_v20061214,org.eclipse.update.ui,3.2.2.R32x_v20070111,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.2.R32x_v20061214,org.eclipse.ui.views.properties.tabbed,3.2.1.M20060830-0800,org.eclipse.core.runtime.compatibility.registry,3.2.1.R32x_v20060907,"/>
|
||||||
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.1.M20060711,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.1.r321_v20060721,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.1.R32x_v20060914,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.1.v20060823,org.eclipse.debug.ui,3.2.1.v20060823,org.eclipse.help.webapp,3.2.1.R321_v20060803,org.eclipse.help.base,3.2.1.R321_v20060822,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.1.r321_v20060823,org.eclipse.ltk.ui.refactoring,3.2.1.r321_v20060726,org.eclipse.platform,3.2.0.v20060601,org.eclipse.platform.doc.user,3.2.1.R32x_v200608101155,org.eclipse.search,3.2.1.r321_v20060726,org.eclipse.team.core,3.2.1.M20060711,org.eclipse.team.cvs.core,3.2.1.M200608161750,org.eclipse.team.cvs.ssh,3.2.0.I200606011710,org.eclipse.team.cvs.ssh2,3.2.0.I200606051140,org.eclipse.team.cvs.ui,3.2.1.M20060831,org.eclipse.team.ui,3.2.1.M200608151725,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.1.r321_v20060810,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.1.R321_v20060810,org.eclipse.ui.intro.universal,3.2.1.R321_v20060905,org.eclipse.ui.cheatsheets,3.2.1.R321_v20060720,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.1.M20060913-0800,org.eclipse.ui.navigator.resources,3.2.1.M20060906-0800b,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.1.M20060906-0800,org.eclipse.ui.editors,3.2.1.r321_v20060721,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.101.r321_v20060802,org.eclipse.ui.ide,3.2.1.M20060915-1030,org.eclipse.update.core,3.2.1.v20092006,org.eclipse.update.scheduler,3.2.1.v20092006,org.eclipse.update.ui,3.2.1.v20092006,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.1.v20092006,org.eclipse.ui.views.properties.tabbed,3.2.1.M20060830-0800,org.eclipse.core.runtime.compatibility.registry,3.2.1.R32x_v20060907,org.eclipse.core.filesystem.openbsd.x86,1.0.0.v20060603,org.eclipse.core.filesystem.openbsd.x86_64,1.0.0.v20060603,"/>
|
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.2.2.r322_v20070119-CXMbUe9K_WF26uA/feature.xml" selfVersion="3.2.2.r322_v20070119-CXMbUe9K_WF26uA" featureIds="org.eclipse.rcp,3.2.2.r322_v20070104-iwP0VLKnfFC923K," pluginIds="com.jcraft.jsch,0.1.28,org.apache.ant,1.6.5,org.apache.lucene,1.4.103.v20060601,org.eclipse.ant.core,3.1.100.v20060531,org.eclipse.compare,3.2.1.M20060711,org.eclipse.core.boot,3.1.100.v20060603,org.eclipse.core.filebuffers,3.2.1.r321_v20060721,org.eclipse.core.filesystem,1.0.0.v20060603,org.eclipse.core.resources,3.2.2.R32x_v20061218,org.eclipse.core.resources.compatibility,3.2.0.v20060603,org.eclipse.core.runtime.compatibility,3.1.100.v20060603,org.eclipse.osgi.services,3.1.100.v20060601,org.eclipse.osgi.util,3.1.100.v20060601,org.eclipse.core.variables,3.1.100.v20060605,org.eclipse.debug.core,3.2.1.v20060823,org.eclipse.debug.ui,3.2.2.r322_v20070202,org.eclipse.help.webapp,3.2.2.R322_v20061114,org.eclipse.help.base,3.2.2.R322_v20061207,org.eclipse.help.ui,3.2.0.v20060602,org.eclipse.help.appserver,3.1.100.v20060602,org.eclipse.ltk.core.refactoring,3.2.1.r321_v20060823,org.eclipse.ltk.ui.refactoring,3.2.2.r322_v20070124,org.eclipse.platform,3.2.2.r322_v20070117b,org.eclipse.platform.doc.user,3.2.1.R32x_v200608101155,org.eclipse.search,3.2.1.r321_v20060726,org.eclipse.team.core,3.2.2.M20061114,org.eclipse.team.cvs.core,3.2.2.M20061205,org.eclipse.team.cvs.ssh,3.2.1.M20061205,org.eclipse.team.cvs.ssh2,3.2.1.M20061205,org.eclipse.team.cvs.ui,3.2.2.M20061121,org.eclipse.team.ui,3.2.1.M200608151725,org.eclipse.tomcat,4.1.130.v20060601,org.eclipse.text,3.2.0.v20060605-1400,org.eclipse.jface.text,3.2.2.r322_v20070104,org.eclipse.ui.console,3.1.100.v20060605,org.eclipse.ui.presentations.r21,3.2.0.I20060605-1400,org.eclipse.ui.intro,3.2.2.R322_v20061214,org.eclipse.ui.intro.universal,3.2.1.R321_v20060905,org.eclipse.ui.cheatsheets,3.2.1.R321_v20060720,org.eclipse.ui.browser,3.2.0.v20060602,org.eclipse.ui.navigator,3.2.1.M20060913-0800,org.eclipse.ui.navigator.resources,3.2.1.M20060906-0800b,org.eclipse.ui.workbench.texteditor,3.2.0.v20060605-1400,org.eclipse.ui.views,3.2.1.M20060906-0800,org.eclipse.ui.editors,3.2.1.r321_v20060721,org.eclipse.ui.forms,3.2.0.v20060602,org.eclipse.ui.externaltools,3.1.101.r321_v20060802,org.eclipse.ui.ide,3.2.1.M20060915-1030,org.eclipse.update.core,3.2.3.R32x_v20070118,org.eclipse.update.scheduler,3.2.2.R32x_v20061214,org.eclipse.update.ui,3.2.2.R32x_v20070111,org.eclipse.ui.workbench.compatibility,3.2.0.I20060605-1400,org.eclipse.core.filesystem.hpux.ia64_32,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86,1.0.0.v20060603,org.eclipse.core.filesystem.openbsd.x86,1.0.0.v20060603,org.eclipse.core.filesystem.linux.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.openbsd.x86_64,1.0.0.v20060603,org.eclipse.core.filesystem.macosx,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86,1.0.0.v20060603,org.eclipse.core.resources.win32,3.2.0.v20060603,org.eclipse.ui.carbon,3.2.0.I20060605-1400,org.eclipse.ui.win32,3.2.0.I20060605-1400,org.eclipse.update.core.linux,3.2.0.v20060605,org.eclipse.update.core.openbsd,3.2.0.v20060605,org.eclipse.update.core.win32,3.2.2.R32x_v20061214,org.eclipse.ui.views.properties.tabbed,3.2.1.M20060830-0800,org.eclipse.core.runtime.compatibility.registry,3.2.1.R32x_v20060907,"/>
|
||||||
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="rootFileswin32_win32_x86">
|
<target name="rootFileswin32_win32_x86">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-features_org_eclipse_platform_source_build_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-features_org_eclipse_platform_source_build_xml,v 1.6 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- features/org.eclipse.platform.source/build.xml.orig Thu Sep 21 10:55:43 2006
|
--- features/org.eclipse.platform.source/build.xml.orig Mon Feb 12 13:45:20 2007
|
||||||
+++ features/org.eclipse.platform.source/build.xml Mon Dec 4 21:31:34 2006
|
+++ features/org.eclipse.platform.source/build.xml Fri Apr 6 17:36:37 2007
|
||||||
@@ -42,6 +42,16 @@
|
@@ -42,6 +42,16 @@
|
||||||
<property name="os" value="linux"/>
|
<property name="os" value="linux"/>
|
||||||
<property name="ws" value="gtk"/>
|
<property name="ws" value="gtk"/>
|
||||||
@ -19,11 +19,11 @@ $OpenBSD: patch-features_org_eclipse_platform_source_build_xml,v 1.5 2006/12/13
|
|||||||
<property name="arch" value="PA_RISC"/>
|
<property name="arch" value="PA_RISC"/>
|
||||||
<property name="os" value="hpux"/>
|
<property name="os" value="hpux"/>
|
||||||
@@ -131,7 +141,7 @@
|
@@ -131,7 +141,7 @@
|
||||||
<copy todir="${feature.base}/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
|
<copy todir="${feature.base}/features/org.eclipse.platform.source_3.2.2.r322_v20070119-CXMbUe9K_WF26uA" failonerror="true" overwrite="false">
|
||||||
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
|
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
|
||||||
</copy>
|
</copy>
|
||||||
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="org.eclipse.platform.doc.isv,3.2.1.r321_v2006030,org.eclipse.platform.source,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ia64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.qnx.photon.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86_64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.macosx.carbon.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.win32.win32.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.motif.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,"/>
|
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.2.r322_v20070119-CXMbUe9K_WF26uA/feature.xml" selfVersion="3.2.2.r322_v20070119-CXMbUe9K_WF26uA" featureIds="org.eclipse.rcp.source,3.2.2.r322_v20070104-iwP0VLKnfFC923K," pluginIds="org.eclipse.platform.doc.isv,3.2.2.R32x_v20070115,org.eclipse.platform.source,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.ia64,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.qnx.photon.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.ppc,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.x86_64,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.ppc64,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.macosx.carbon.ppc,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.win32.win32.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.motif.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,"/>
|
||||||
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn/feature.xml" selfVersion="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" featureIds="org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg," pluginIds="org.eclipse.platform.doc.isv,3.2.1.r321_v2006030,org.eclipse.platform.source,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ia64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.qnx.photon.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86_64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.ppc64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.macosx.carbon.ppc,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.gtk.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.win32.win32.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.linux.motif.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.openbsd.gtk.x86_64,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,org.eclipse.platform.source.openbsd.gtk.x86,3.2.1.r321_v20060921-MGDh_08KUYM-Bvn,"/>
|
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform.source_3.2.2.r322_v20070119-CXMbUe9K_WF26uA/feature.xml" selfVersion="3.2.2.r322_v20070119-CXMbUe9K_WF26uA" featureIds="org.eclipse.rcp.source,3.2.2.r322_v20070104-iwP0VLKnfFC923K," pluginIds="org.eclipse.platform.doc.isv,3.2.2.R32x_v20070115,org.eclipse.platform.source,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.hpux.motif.ia64_32,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.ia64,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.qnx.photon.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.ppc,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.hpux.motif.PA_RISC,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.x86_64,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.openbsd.gtk.x86_64,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.ppc64,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.macosx.carbon.ppc,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.gtk.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.openbsd.gtk.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.win32.win32.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,org.eclipse.platform.source.linux.motif.x86,3.2.2.r322_v20070119-CXMbUe9K_WF26uA,"/>
|
||||||
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="rootFileswin32_win32_x86">
|
<target name="rootFileswin32_win32_x86">
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
$OpenBSD: patch-features_org_eclipse_platform_source_feature_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-features_org_eclipse_platform_source_feature_xml,v 1.6 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- features/org.eclipse.platform.source/feature.xml.orig Thu Sep 21 10:55:42 2006
|
--- features/org.eclipse.platform.source/feature.xml.orig Mon Feb 12 13:45:20 2007
|
||||||
+++ features/org.eclipse.platform.source/feature.xml Mon Dec 4 21:33:59 2006
|
+++ features/org.eclipse.platform.source/feature.xml Fri Apr 6 17:37:24 2007
|
||||||
@@ -23,9 +23,11 @@
|
@@ -22,10 +22,10 @@
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86_64" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
- <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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86_64" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86_64" version="3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
- <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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
+ <plugin ws="gtk" os="openbsd" fragment="true" arch="x86" download-size="0" install-size="0" id="org.eclipse.platform.source.openbsd.gtk.x86" version="3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<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.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
|
<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.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
</feature>
|
</feature>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-features_org_eclipse_rcp_build_xml,v 1.3 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-features_org_eclipse_rcp_build_xml,v 1.4 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- features/org.eclipse.rcp/build.xml.orig Thu Sep 21 10:55:42 2006
|
--- features/org.eclipse.rcp/build.xml.orig Mon Feb 12 13:45:21 2007
|
||||||
+++ features/org.eclipse.rcp/build.xml Mon Dec 4 21:36:36 2006
|
+++ features/org.eclipse.rcp/build.xml Fri Apr 6 17:41:45 2007
|
||||||
@@ -47,6 +47,11 @@
|
@@ -47,6 +47,11 @@
|
||||||
<property name="os" value="hpux"/>
|
<property name="os" value="hpux"/>
|
||||||
<property name="ws" value="motif"/>
|
<property name="ws" value="motif"/>
|
||||||
@ -26,11 +26,11 @@ $OpenBSD: patch-features_org_eclipse_rcp_build_xml,v 1.3 2006/12/13 20:57:16 kur
|
|||||||
<target name="all.features" depends="init">
|
<target name="all.features" depends="init">
|
||||||
</target>
|
</target>
|
||||||
@@ -225,7 +235,7 @@
|
@@ -225,7 +235,7 @@
|
||||||
<copy todir="${feature.base}/features/org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg" failonerror="true" overwrite="false">
|
<copy todir="${feature.base}/features/org.eclipse.rcp_3.2.2.r322_v20070104-iwP0VLKnfFC923K" failonerror="true" overwrite="false">
|
||||||
<fileset dir="${basedir}" includes="feature.xml,license.html,epl-v10.html,feature.properties,eclipse_update_120.jpg" />
|
<fileset dir="${basedir}" includes="feature.xml,license.html,epl-v10.html,feature.properties,eclipse_update_120.jpg" />
|
||||||
</copy>
|
</copy>
|
||||||
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu,3.4.5,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.1.r321_v20060721,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.1.R32x_v20060919,org.eclipse.help,3.2.1.R321_v20060920,org.eclipse.swt,3.2.1.v3235e,org.eclipse.jface,3.2.1.M20060908-1000,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20060913-0800,org.eclipse.ui.workbench,3.2.1.M20060906-0800,org.eclipse.update.configurator,3.2.1.v20092006,org.eclipse.swt.win32.win32.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.solaris.sparc,3.2.1.v3235,org.eclipse.swt.gtk.solaris.x86,3.2.0.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86_64,3.2.1.v3235,org.eclipse.swt.carbon.macosx,3.2.1.v3235,org.eclipse.swt.motif.aix.ppc,3.2.1.v3235,org.eclipse.swt.motif.hpux.PA_RISC,3.2.1.v3235,org.eclipse.swt.motif.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.ia64,3.2.0.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.1.v3235,org.eclipse.swt.photon.qnx.x86,3.2.1.v3235,org.eclipse.swt.motif.hpux.ia64_32,3.2.1,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,"/>
|
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.2.r322_v20070104-iwP0VLKnfFC923K/feature.xml" selfVersion="3.2.2.r322_v20070104-iwP0VLKnfFC923K" featureIds="" pluginIds="com.ibm.icu,3.4.5.20061213,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.2.r322_v20070109a,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.2.R32x_v20070118,org.eclipse.help,3.2.2.R322_v20061213,org.eclipse.swt,3.2.2.v3236b,org.eclipse.jface,3.2.2.M20061214-1200,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20061108,org.eclipse.ui.workbench,3.2.2.M20070119-0800,org.eclipse.update.configurator,3.2.2.R32x_v20070111,org.eclipse.swt.win32.win32.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.solaris.sparc,3.2.2.v3236,org.eclipse.swt.gtk.solaris.x86,3.2.2.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86_64,3.2.2.v3236,org.eclipse.swt.carbon.macosx,3.2.2.v3236,org.eclipse.swt.motif.aix.ppc,3.2.2.v3236,org.eclipse.swt.motif.hpux.PA_RISC,3.2.2.v3236,org.eclipse.swt.motif.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.ia64,3.2.2.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.2.v3236,org.eclipse.swt.photon.qnx.x86,3.2.1.v3236,org.eclipse.swt.motif.hpux.ia64_32,3.2.2.R3_2_maintenance,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,"/>
|
||||||
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu,3.4.5,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.1.r321_v20060721,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.1.R32x_v20060919,org.eclipse.help,3.2.1.R321_v20060920,org.eclipse.swt,3.2.1.v3235e,org.eclipse.jface,3.2.1.M20060908-1000,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20060913-0800,org.eclipse.ui.workbench,3.2.1.M20060906-0800,org.eclipse.update.configurator,3.2.1.v20092006,org.eclipse.swt.win32.win32.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.solaris.sparc,3.2.1.v3235,org.eclipse.swt.gtk.solaris.x86,3.2.0.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.1.v3235,org.eclipse.swt.gtk.linux.x86_64,3.2.1.v3235,org.eclipse.swt.carbon.macosx,3.2.1.v3235,org.eclipse.swt.motif.aix.ppc,3.2.1.v3235,org.eclipse.swt.motif.hpux.PA_RISC,3.2.1.v3235,org.eclipse.swt.motif.linux.x86,3.2.1.v3235,org.eclipse.swt.gtk.linux.ia64,3.2.0.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.1.v3235,org.eclipse.swt.photon.qnx.x86,3.2.1.v3235,org.eclipse.swt.motif.hpux.ia64_32,3.2.1,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,org.eclipse.swt.gtk.openbsd.x86,3.2.1.v3235,org.eclipse.swt.gtk.openbsd.x86_64,3.2.1.v3235,"/>
|
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.2.r322_v20070104-iwP0VLKnfFC923K/feature.xml" selfVersion="3.2.2.r322_v20070104-iwP0VLKnfFC923K" featureIds="" pluginIds="com.ibm.icu,3.4.5.20061213,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.2.r322_v20070109a,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.2.R32x_v20070118,org.eclipse.help,3.2.2.R322_v20061213,org.eclipse.swt,3.2.2.v3236b,org.eclipse.jface,3.2.2.M20061214-1200,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20061108,org.eclipse.ui.workbench,3.2.2.M20070119-0800,org.eclipse.update.configurator,3.2.2.R32x_v20070111,org.eclipse.swt.win32.win32.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.openbsd.x86,3.2.2.v3236,org.eclipse.swt.gtk.solaris.sparc,3.2.2.v3236,org.eclipse.swt.gtk.solaris.x86,3.2.2.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86_64,3.2.2.v3236,org.eclipse.swt.gtk.openbsd.x86_64,3.2.2.v3236,org.eclipse.swt.carbon.macosx,3.2.2.v3236,org.eclipse.swt.motif.aix.ppc,3.2.2.v3236,org.eclipse.swt.motif.hpux.PA_RISC,3.2.2.v3236,org.eclipse.swt.motif.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.ia64,3.2.2.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.2.v3236,org.eclipse.swt.photon.qnx.x86,3.2.1.v3236,org.eclipse.swt.motif.hpux.ia64_32,3.2.2.R3_2_maintenance,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,"/>
|
||||||
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="rootFileswin32_win32_x86">
|
<target name="rootFileswin32_win32_x86">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-features_org_eclipse_rcp_source_build_xml,v 1.3 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-features_org_eclipse_rcp_source_build_xml,v 1.4 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- features/org.eclipse.rcp.source/build.xml.orig Thu Sep 21 10:55:42 2006
|
--- features/org.eclipse.rcp.source/build.xml.orig Mon Feb 12 13:45:21 2007
|
||||||
+++ features/org.eclipse.rcp.source/build.xml Mon Dec 4 22:09:48 2006
|
+++ features/org.eclipse.rcp.source/build.xml Fri Apr 6 17:34:14 2007
|
||||||
@@ -42,6 +42,11 @@
|
@@ -42,6 +42,11 @@
|
||||||
<property name="os" value="macosx"/>
|
<property name="os" value="macosx"/>
|
||||||
<property name="ws" value="carbon"/>
|
<property name="ws" value="carbon"/>
|
||||||
@ -26,11 +26,11 @@ $OpenBSD: patch-features_org_eclipse_rcp_source_build_xml,v 1.3 2006/12/13 20:57
|
|||||||
<property name="arch" value="PA_RISC"/>
|
<property name="arch" value="PA_RISC"/>
|
||||||
<property name="os" value="hpux"/>
|
<property name="os" value="hpux"/>
|
||||||
@@ -140,7 +150,7 @@
|
@@ -140,7 +150,7 @@
|
||||||
<copy todir="${feature.base}/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg" failonerror="true" overwrite="false">
|
<copy todir="${feature.base}/features/org.eclipse.rcp.source_3.2.2.r322_v20070104-iwP0VLKnfFC923K" failonerror="true" overwrite="false">
|
||||||
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
|
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
|
||||||
</copy>
|
</copy>
|
||||||
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu.source,3.4.5,org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ia64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.qnx.photon.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.aix.motif.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.win32.win32.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.motif.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.motif.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,"/>
|
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.2.r322_v20070104-iwP0VLKnfFC923K/feature.xml" selfVersion="3.2.2.r322_v20070104-iwP0VLKnfFC923K" featureIds="" pluginIds="com.ibm.icu.source,3.4.5.20061213,org.eclipse.rcp.source,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.ia64,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.qnx.photon.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.ppc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.solaris.gtk.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.aix.motif.ppc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.win32.win32.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.solaris.motif.sparc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.motif.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,"/>
|
||||||
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.1.r321_v20060801-clWbqCmjexIWDqg/feature.xml" selfVersion="3.2.1.r321_v20060801-clWbqCmjexIWDqg" featureIds="" pluginIds="com.ibm.icu.source,3.4.5,org.eclipse.rcp.source,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ia64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.qnx.photon.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.aix.motif.ppc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.win32.win32.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.solaris.motif.sparc,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.linux.motif.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.openbsd.gtk.x86_64,3.2.1.r321_v20060801-clWbqCmjexIWDqg,org.eclipse.rcp.source.openbsd.gtk.x86,3.2.1.r321_v20060801-clWbqCmjexIWDqg,"/>
|
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.2.2.r322_v20070104-iwP0VLKnfFC923K/feature.xml" selfVersion="3.2.2.r322_v20070104-iwP0VLKnfFC923K" featureIds="" pluginIds="com.ibm.icu.source,3.4.5.20061213,org.eclipse.rcp.source,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.hpux.motif.ia64_32,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.ia64,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.qnx.photon.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.ppc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.x86_64,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.openbsd.gtk.x86_64,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.solaris.gtk.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.solaris.gtk.sparc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.macosx.carbon.ppc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.gtk.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.openbsd.gtk.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.aix.motif.ppc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.win32.win32.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.solaris.motif.sparc,3.2.2.r322_v20070104-iwP0VLKnfFC923K,org.eclipse.rcp.source.linux.motif.x86,3.2.2.r322_v20070104-iwP0VLKnfFC923K,"/>
|
||||||
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="rootFileswin32_win32_x86">
|
<target name="rootFileswin32_win32_x86">
|
||||||
|
@ -0,0 +1,19 @@
|
|||||||
|
$OpenBSD: patch-jdtcoresrc_compilejdtcore_xml,v 1.1 2007/04/13 14:30:43 kurt Exp $
|
||||||
|
--- jdtcoresrc/compilejdtcore.xml.orig Thu Apr 12 09:22:20 2007
|
||||||
|
+++ jdtcoresrc/compilejdtcore.xml Thu Apr 12 09:22:55 2007
|
||||||
|
@@ -32,13 +32,13 @@
|
||||||
|
<echo message="compilerArg ${compilerArg}"/>
|
||||||
|
<echo message="build compiler ${build.compiler}"/>
|
||||||
|
|
||||||
|
- <property name="compilerArg" value="-encoding ISO-8859-1" />
|
||||||
|
+ <property name="compilerArg" value="-nowarn -encoding ISO-8859-1" />
|
||||||
|
<property name="javacSource" value="1.3" />
|
||||||
|
<property name="javacTarget" value="1.2" />
|
||||||
|
<property name="javacDebugInfo" value="on" />
|
||||||
|
<property name="javacFailOnError" value="true" />
|
||||||
|
<record name="compilelog2.txt" action="start" />
|
||||||
|
- <javac verbose="true"
|
||||||
|
+ <javac verbose="false"
|
||||||
|
target="${javacTarget}"
|
||||||
|
source="${javacSource}"
|
||||||
|
srcdir="${srcdir}"
|
@ -0,0 +1,20 @@
|
|||||||
|
$OpenBSD: patch-jdtcoresrc_compilejdtcorewithjavac_xml,v 1.1 2007/04/13 14:30:43 kurt Exp $
|
||||||
|
--- jdtcoresrc/compilejdtcorewithjavac.xml.orig Thu Apr 12 09:23:06 2007
|
||||||
|
+++ jdtcoresrc/compilejdtcorewithjavac.xml Thu Apr 12 09:23:24 2007
|
||||||
|
@@ -15,14 +15,14 @@
|
||||||
|
<delete dir="${destdir}"/>
|
||||||
|
<mkdir dir="${destdir}"/>
|
||||||
|
|
||||||
|
- <property name="compilerArg" value="-encoding ISO-8859-1" />
|
||||||
|
+ <property name="compilerArg" value="-nowarn -encoding ISO-8859-1" />
|
||||||
|
<property name="javacSource" value="1.3" />
|
||||||
|
<property name="javacTarget" value="1.2" />
|
||||||
|
<property name="javacDebugInfo" value="on" />
|
||||||
|
<property name="javacFailOnError" value="true" />
|
||||||
|
|
||||||
|
<record name="compilelog.txt" action="start" />
|
||||||
|
- <javac verbose="true"
|
||||||
|
+ <javac verbose="false"
|
||||||
|
target="${javacTarget}"
|
||||||
|
source="${javacSource}"
|
||||||
|
srcdir="${srcdir}"
|
@ -1,21 +0,0 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_jdt_doc_isv_buildDoc_xml,v 1.3 2006/07/07 01:56:36 kurt Exp $
|
|
||||||
--- plugins/org.eclipse.jdt.doc.isv/buildDoc.xml.orig Fri Jun 2 13:29:59 2006
|
|
||||||
+++ plugins/org.eclipse.jdt.doc.isv/buildDoc.xml Thu Jun 22 13:04:10 2006
|
|
||||||
@@ -73,7 +73,7 @@
|
|
||||||
<mkdir dir="reference/api"/>
|
|
||||||
|
|
||||||
<exec dir="." executable="${javadoc}" output="doc.bin.log">
|
|
||||||
- <arg line="@${basedir}/${optionsFile} -J-Xmx500M" />
|
|
||||||
+ <arg line="@${basedir}/${optionsFile} -J-Xmx450M -J-XX:NewRatio=10" />
|
|
||||||
</exec>
|
|
||||||
<antcall target="generateJdtAptJavadoc" />
|
|
||||||
</target>
|
|
||||||
@@ -99,7 +99,7 @@
|
|
||||||
<mkdir dir="reference/apt" />
|
|
||||||
|
|
||||||
<exec dir="." executable="${javadoc15}" output="jdtapt.doc.bin.log">
|
|
||||||
- <arg line="@${basedir}/${jdtaptoptionsFile} -J-Xmx500M" />
|
|
||||||
+ <arg line="@${basedir}/${jdtaptoptionsFile} -J-Xmx450M -J-XX:NewRatio=10" />
|
|
||||||
</exec>
|
|
||||||
</target>
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_pde_doc_user_buildDoc_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_pde_doc_user_buildDoc_xml,v 1.3 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.pde.doc.user/buildDoc.xml.orig Fri Jun 2 13:29:59 2006
|
--- plugins/org.eclipse.pde.doc.user/buildDoc.xml.orig Fri Jun 2 13:29:59 2006
|
||||||
+++ plugins/org.eclipse.pde.doc.user/buildDoc.xml Thu Jun 22 13:03:55 2006
|
+++ plugins/org.eclipse.pde.doc.user/buildDoc.xml Thu Jun 22 13:03:55 2006
|
||||||
@@ -53,7 +53,7 @@
|
@@ -53,7 +53,7 @@
|
||||||
@ -6,7 +6,7 @@ $OpenBSD: patch-plugins_org_eclipse_pde_doc_user_buildDoc_xml,v 1.2 2006/07/07 0
|
|||||||
|
|
||||||
<exec dir="." executable="${javadoc}" output="doc.bin.log">
|
<exec dir="." executable="${javadoc}" output="doc.bin.log">
|
||||||
- <arg line="@${basedir}/${optionsFile} -J-Xmx1000M" />
|
- <arg line="@${basedir}/${optionsFile} -J-Xmx1000M" />
|
||||||
+ <arg line="@${basedir}/${optionsFile} -J-Xmx450M -J-XX:NewRatio=10" />
|
+ <arg line="@${basedir}/${optionsFile} -J-Xmx550M -J-XX:NewRatio=10" />
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_platform_doc_isv_buildDoc_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_platform_doc_isv_buildDoc_xml,v 1.3 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.platform.doc.isv/buildDoc.xml.orig Fri Jun 2 13:29:59 2006
|
--- plugins/org.eclipse.platform.doc.isv/buildDoc.xml.orig Fri Jun 2 13:29:59 2006
|
||||||
+++ plugins/org.eclipse.platform.doc.isv/buildDoc.xml Thu Jun 22 13:03:42 2006
|
+++ plugins/org.eclipse.platform.doc.isv/buildDoc.xml Thu Jun 22 13:03:42 2006
|
||||||
@@ -111,7 +111,7 @@
|
@@ -111,7 +111,7 @@
|
||||||
@ -6,7 +6,7 @@ $OpenBSD: patch-plugins_org_eclipse_platform_doc_isv_buildDoc_xml,v 1.2 2006/07/
|
|||||||
|
|
||||||
<exec dir="." executable="${javadoc}" output="doc.bin.log">
|
<exec dir="." executable="${javadoc}" output="doc.bin.log">
|
||||||
- <arg line="@${basedir}/${optionsFile} -J-Xmx1000M" />
|
- <arg line="@${basedir}/${optionsFile} -J-Xmx1000M" />
|
||||||
+ <arg line="@${basedir}/${optionsFile} -J-Xmx450M -J-XX:NewRatio=10" />
|
+ <arg line="@${basedir}/${optionsFile} -J-Xmx550M -J-XX:NewRatio=10" />
|
||||||
</exec>
|
</exec>
|
||||||
|
|
||||||
<!--workaround for bug 101048-->
|
<!--workaround for bug 101048-->
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_64_build_xml,v 1.2 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_64_build_xml,v 1.3 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml.orig Mon Dec 4 21:12:59 2006
|
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml.orig Fri Apr 6 17:23:27 2007
|
||||||
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml Mon Dec 4 22:24:00 2006
|
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86_64/build.xml Fri Apr 6 17:30:32 2007
|
||||||
@@ -68,7 +68,7 @@
|
@@ -68,7 +68,7 @@
|
||||||
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
|
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
|
||||||
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
|
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.2.r322_v20070119-CXMbUe9K_WF26uA" failonerror="true" overwrite="false">
|
||||||
- <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" />
|
- <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" />
|
||||||
+ <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" excludes="**/*.orig"/>
|
+ <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" excludes="**/*.orig"/>
|
||||||
</copy>
|
</copy>
|
||||||
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_64_3.2.2.r322_v20070119-CXMbUe9K_WF26uA" version="3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
</target>
|
</target>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_build_xml,v 1.5 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_platform_source_openbsd_gtk_x86_build_xml,v 1.6 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml.orig Mon Dec 4 21:12:59 2006
|
--- plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml.orig Fri Apr 6 17:23:27 2007
|
||||||
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml Mon Dec 4 22:23:01 2006
|
+++ plugins/org.eclipse.platform.source.openbsd.gtk.x86/build.xml Fri Apr 6 17:29:41 2007
|
||||||
@@ -68,7 +68,7 @@
|
@@ -68,7 +68,7 @@
|
||||||
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
|
<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
|
||||||
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<mkdir dir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" failonerror="true" overwrite="false">
|
<copy todir="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.2.r322_v20070119-CXMbUe9K_WF26uA" failonerror="true" overwrite="false">
|
||||||
- <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" />
|
- <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" />
|
||||||
+ <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" excludes="**/*.orig"/>
|
+ <fileset dir="${basedir}" includes="about.html,fragment.xml,src/**,META-INF/" excludes="**/*.orig"/>
|
||||||
</copy>
|
</copy>
|
||||||
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.1.r321_v20060921-MGDh_08KUYM-Bvn" version="3.2.1.r321_v20060921-MGDh_08KUYM-Bvn"/>
|
<eclipse.versionReplacer path="${destination.temp.folder}/org.eclipse.platform.source.openbsd.gtk.x86_3.2.2.r322_v20070119-CXMbUe9K_WF26uA" version="3.2.2.r322_v20070119-CXMbUe9K_WF26uA"/>
|
||||||
</target>
|
</target>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_cpp,v 1.4 2007/04/06 02:16:21 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_cpp,v 1.5 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp.orig Thu Sep 21 10:57:23 2006
|
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp.orig Mon Feb 12 13:46:47 2007
|
||||||
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp Thu Apr 5 08:12:50 2007
|
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.cpp Fri Apr 6 17:23:40 2007
|
||||||
@@ -85,14 +85,15 @@ fail:
|
@@ -68,14 +68,15 @@ fail:
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ $OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@@ -109,18 +110,6 @@ JNIEXPORT jint JNICALL XPCOM_NATIVE(NS_1NewLocalFile)
|
@@ -92,18 +93,6 @@ JNIEXPORT jint JNICALL XPCOM_NATIVE(NS_1NewLocalFile)
|
||||||
fail:
|
fail:
|
||||||
if (arg2 && lparg2) env->ReleaseIntArrayElements(arg2, lparg2, 0);
|
if (arg2 && lparg2) env->ReleaseIntArrayElements(arg2, lparg2, 0);
|
||||||
XPCOM_NATIVE_EXIT(env, that, NS_1NewLocalFile_FUNC);
|
XPCOM_NATIVE_EXIT(env, that, NS_1NewLocalFile_FUNC);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_h,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_h,v 1.2 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h.orig Tue Dec 5 11:24:24 2006
|
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h.orig Mon Feb 12 13:46:40 2007
|
||||||
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h Tue Dec 5 11:24:34 2006
|
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h Fri Apr 6 17:23:40 2007
|
||||||
@@ -32,7 +32,6 @@
|
@@ -15,7 +15,6 @@
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
||||||
#include "nsXPCOM.h"
|
#include "nsXPCOM.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_profile_h,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_profile_h,v 1.2 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_profile.h.orig Tue Dec 5 11:23:41 2006
|
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_profile.h.orig Mon Feb 12 13:46:49 2007
|
||||||
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_profile.h Tue Dec 5 11:24:00 2006
|
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_profile.h Fri Apr 6 17:23:40 2007
|
||||||
@@ -32,7 +32,7 @@
|
@@ -15,7 +15,7 @@
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
|
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_cpp,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_cpp,v 1.2 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp.orig Thu Sep 21 10:57:23 2006
|
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp.orig Mon Feb 12 13:46:40 2007
|
||||||
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp Fri Dec 8 20:48:41 2006
|
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp Fri Apr 6 17:23:40 2007
|
||||||
@@ -31,15 +31,14 @@
|
@@ -14,15 +14,14 @@
|
||||||
|
|
||||||
#ifdef NATIVE_STATS
|
#ifdef NATIVE_STATS
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_h,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_Mozilla_common_library_xpcom_stats_h,v 1.2 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.h.orig Thu Sep 21 10:57:34 2006
|
--- plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.h.orig Mon Feb 12 13:46:42 2007
|
||||||
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.h Tue Dec 5 12:29:10 2006
|
+++ plugins/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.h Fri Apr 6 17:23:40 2007
|
||||||
@@ -41,9 +41,8 @@ typedef enum {
|
@@ -24,9 +24,8 @@ typedef enum {
|
||||||
Call_FUNC,
|
Call_FUNC,
|
||||||
NS_1GetComponentManager_FUNC,
|
NS_1GetComponentManager_FUNC,
|
||||||
NS_1GetServiceManager_FUNC,
|
NS_1GetServiceManager_FUNC,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v 1.3 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v 1.4 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h.orig Thu Sep 21 10:57:34 2006
|
--- plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h.orig Mon Feb 12 13:46:35 2007
|
||||||
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h Mon Dec 4 22:20:37 2006
|
+++ plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h Fri Apr 6 17:28:28 2007
|
||||||
@@ -36,50 +36,50 @@
|
@@ -36,51 +36,51 @@
|
||||||
#define XRenderFreePicture_LIB "libXrender.so"
|
#define XRenderFreePicture_LIB "libXrender.so"
|
||||||
#define XRenderSetPictureClipRectangles_LIB "libXrender.so"
|
#define XRenderSetPictureClipRectangles_LIB "libXrender.so"
|
||||||
#define XRenderSetPictureTransform_LIB "libXrender.so"
|
#define XRenderSetPictureTransform_LIB "libXrender.so"
|
||||||
@ -31,6 +31,7 @@ $OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v
|
|||||||
-#define gtk_entry_set_alignment_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_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_default_LIB "libgdk-x11-2.0.so.0"
|
||||||
|
-#define gdk_screen_get_monitor_at_point_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_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_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_n_monitors_LIB "libgdk-x11-2.0.so.0"
|
||||||
@ -75,6 +76,7 @@ $OpenBSD: patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_os_custom_h,v
|
|||||||
+#define gtk_entry_set_alignment_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_draw_pixbuf_LIB "libgdk-x11-2.0.so"
|
||||||
+#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so"
|
+#define gdk_screen_get_default_LIB "libgdk-x11-2.0.so"
|
||||||
|
+#define gdk_screen_get_monitor_at_point_LIB "libgdk-x11-2.0.so"
|
||||||
+#define gdk_screen_get_monitor_at_window_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_monitor_geometry_LIB "libgdk-x11-2.0.so"
|
||||||
+#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so"
|
+#define gdk_screen_get_n_monitors_LIB "libgdk-x11-2.0.so"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.2 2006/12/13 20:57:16 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.3 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml.orig Sat Dec 9 09:26:57 2006
|
--- plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml.orig Thu Apr 12 09:19:58 2007
|
||||||
+++ plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml Sat Dec 9 09:28:16 2006
|
+++ plugins/org.eclipse.swt.gtk.openbsd.x86_64/build.xml Thu Apr 12 09:31:55 2007
|
||||||
@@ -39,7 +39,6 @@
|
@@ -39,7 +39,6 @@
|
||||||
|
|
||||||
<target name="properties" if="eclipse.running">
|
<target name="properties" if="eclipse.running">
|
||||||
@ -9,8 +9,12 @@ $OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_64_build_xml,v 1.2 2006/
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="build.update.jar" depends="init">
|
<target name="build.update.jar" depends="init">
|
||||||
@@ -92,7 +91,7 @@
|
@@ -89,10 +88,10 @@
|
||||||
<compilerarg line="-log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
<src path="${basedir}/src/Eclipse SWT Program/gnome/"/>
|
||||||
|
<src path="${basedir}/src/Eclipse SWT Program/gtk/"/>
|
||||||
|
<src path="${basedir}/src/Eclipse SWT Theme/gtk/"/>
|
||||||
|
- <compilerarg line="-log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||||||
|
+ <compilerarg line="-nowarn -log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||||||
</javac>
|
</javac>
|
||||||
<property name="includes" value=""/>
|
<property name="includes" value=""/>
|
||||||
- <property name="excludes" value="**/*.java,**/library/,**/package.htm*"/>
|
- <property name="excludes" value="**/*.java,**/library/,**/package.htm*"/>
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
$OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_build_xml,v 1.2 2006/07/07 01:48:55 kurt Exp $
|
$OpenBSD: patch-plugins_org_eclipse_swt_gtk_openbsd_x86_build_xml,v 1.3 2007/04/13 14:30:43 kurt Exp $
|
||||||
--- plugins/org.eclipse.swt.gtk.openbsd.x86/build.xml.orig Tue Jun 6 22:48:03 2006
|
--- plugins/org.eclipse.swt.gtk.openbsd.x86/build.xml.orig Thu Apr 12 09:19:58 2007
|
||||||
+++ plugins/org.eclipse.swt.gtk.openbsd.x86/build.xml Wed Jun 7 00:48:26 2006
|
+++ plugins/org.eclipse.swt.gtk.openbsd.x86/build.xml Thu Apr 12 09:32:34 2007
|
||||||
@@ -89,7 +89,7 @@
|
@@ -86,10 +86,10 @@
|
||||||
<compilerarg line="-log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
<src path="${plugindir}/Eclipse SWT Program/gnome/"/>
|
||||||
|
<src path="${plugindir}/Eclipse SWT Program/gtk/"/>
|
||||||
|
<src path="${plugindir}/Eclipse SWT Theme/gtk/"/>
|
||||||
|
- <compilerarg line="-log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||||||
|
+ <compilerarg line="-nowarn -log '${temp.folder}'/@dot.bin${logExtension}" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"/>
|
||||||
</javac>
|
</javac>
|
||||||
<property name="includes" value=""/>
|
<property name="includes" value=""/>
|
||||||
- <property name="excludes" value="**/*.java,**/library/,**/package.htm*"/>
|
- <property name="excludes" value="**/*.java,**/library/,**/package.htm*"/>
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
@comment $OpenBSD: PFRAG.shared-browser,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
|
||||||
@lib lib/libswt-mozilla-gtk-3235.so.${LIBswt-mozilla-gtk-3235_VERSION}
|
|
@ -1,2 +0,0 @@
|
|||||||
@comment $OpenBSD: PFRAG.shared-gnome,v 1.6 2006/12/13 20:57:16 kurt Exp $
|
|
||||||
@lib lib/libswt-gnome-gtk-3235.so.${LIBswt-gnome-gtk-3235_VERSION}
|
|
@ -1,7 +0,0 @@
|
|||||||
@comment $OpenBSD: PFRAG.shared-swt,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
|
||||||
@lib lib/libswt-atk-gtk-3235.so.${LIBswt-atk-gtk-3235_VERSION}
|
|
||||||
@lib lib/libswt-awt-gtk-3235.so.${LIBswt-awt-gtk-3235_VERSION}
|
|
||||||
@lib lib/libswt-cairo-gtk-3235.so.${LIBswt-cairo-gtk-3235_VERSION}
|
|
||||||
@lib lib/libswt-glx-gtk-3235.so.${LIBswt-glx-gtk-3235_VERSION}
|
|
||||||
@lib lib/libswt-gtk-3235.so.${LIBswt-gtk-3235_VERSION}
|
|
||||||
@lib lib/libswt-pi-gtk-3235.so.${LIBswt-pi-gtk-3235_VERSION}
|
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST-browser,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
@comment $OpenBSD: PLIST-browser,v 1.2 2007/04/13 14:30:43 kurt Exp $
|
||||||
@conflict eclipse-sdk-gtk2-mozilla-<=3.0.1
|
@conflict eclipse-sdk-gtk2-mozilla-<=3.0.1
|
||||||
@pkgpath devel/eclipse/sdk,-mozilla
|
@pkgpath devel/eclipse/sdk,-mozilla
|
||||||
%%SHARED%%
|
@lib lib/libswt-mozilla-gtk-3236.so.${LIBswt-mozilla-gtk-3236_VERSION}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
@comment $OpenBSD: PLIST-gnome,v 1.2 2005/08/16 09:49:51 espie Exp $
|
@comment $OpenBSD: PLIST-gnome,v 1.3 2007/04/13 14:30:43 kurt Exp $
|
||||||
@conflict eclipse-sdk-gtk2-gnome-<=3.0.1
|
@conflict eclipse-sdk-gtk2-gnome-<=3.0.1
|
||||||
%%SHARED%%
|
@lib lib/libswt-gnome-gtk-3236.so.${LIBswt-gnome-gtk-3236_VERSION}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,10 @@
|
|||||||
@comment $OpenBSD: PLIST-swt,v 1.1 2006/12/13 20:57:16 kurt Exp $
|
@comment $OpenBSD: PLIST-swt,v 1.2 2007/04/13 14:30:43 kurt Exp $
|
||||||
%%SHARED%%
|
@lib lib/libswt-atk-gtk-3236.so.${LIBswt-atk-gtk-3236_VERSION}
|
||||||
|
@lib lib/libswt-awt-gtk-3236.so.${LIBswt-awt-gtk-3236_VERSION}
|
||||||
|
@lib lib/libswt-cairo-gtk-3236.so.${LIBswt-cairo-gtk-3236_VERSION}
|
||||||
|
@lib lib/libswt-glx-gtk-3236.so.${LIBswt-glx-gtk-3236_VERSION}
|
||||||
|
@lib lib/libswt-gtk-3236.so.${LIBswt-gtk-3236_VERSION}
|
||||||
|
@lib lib/libswt-pi-gtk-3236.so.${LIBswt-pi-gtk-3236_VERSION}
|
||||||
share/java/
|
share/java/
|
||||||
share/java/classes/
|
share/java/classes/
|
||||||
share/java/classes/swt.jar
|
share/java/classes/swt.jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user