ビルド用 Eclipse の準備
- Eclipse JEE Galileo SR2 でビルドする場合のパッチ。
- Index: build/build.xml
- ===================================================================
- --- build/build.xml (revision 2631)
- +++ build/build.xml (working copy)
- @@ -2,9 +2,9 @@
- <project name="benten.build" default="build">
- <!--sets the path of the properties file-->
- <property file="build.properties" />
- - <property name="pdeBuildPluginVersion" value="3.4.0.v20080604" />
- - <property name="equinoxLauncherPluginVersion" value="1.0.101.R34x_v20081125" />
- -
- + <property name="pdeBuildPluginVersion" value="3.5.101.v20100104" />
- + <property name="equinoxLauncherPluginVersion" value="1.0.201.R35x_v20090715" />
- +
- <target name="clean">
- <delete dir="${buildDirectory}" />
- </target>
- Index: build/build.properties
- ===================================================================
- --- build/build.properties (revision 2631)
- +++ build/build.properties (working copy)
- @@ -86,7 +86,7 @@
- # The directory into which the build elements are fetched and where
- # the build takes place.
- -buildDirectory=c:/temp/build
- +buildDirectory=/tmp/benten.build
- # Type of build. Used in naming the build output. Typically this value is
- # one of I, N, M, S, ...
- @@ -113,7 +113,7 @@
- # baselocation must the an working Eclipse installation with the delta pack
- base=c:/
- -baseLocation=${base}/program Files/blancoEclipseRcpDistribution-20090512-build
- +baseLocation=/usr/local/lib/eclipse-jee-galileo-SR2/eclipse
- #Os/Ws/Arch/nl of the eclipse specified by baseLocation
- baseos=win32
- basews=win32