1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-10 18:45:26 +02:00

Cleaning up formatting.

This commit is contained in:
David Dykstal 2006-04-23 21:21:20 +00:00
parent a77f091f5d
commit cd750d9bdf
2 changed files with 389 additions and 401 deletions

View file

@ -1,8 +1,8 @@
<project name="Build All Elements" default="main"> <project name="Build All Elements" default="main">
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Custom settings --> <!-- Custom settings -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
<property name="head" value="${baseLocation}\..\..\packagehome" /> <property name="head" value="${baseLocation}\..\..\packagehome" />
<property name="configs" value="*,*,*" /> <property name="configs" value="*,*,*" />
<path id="path_bootclasspath"> <path id="path_bootclasspath">
@ -46,9 +46,7 @@
<!-- main entry point to setup, fetch, generate, build etc. Use --> <!-- main entry point to setup, fetch, generate, build etc. Use -->
<!-- the customTargets.xml to modify the build behaviour. --> <!-- the customTargets.xml to modify the build behaviour. -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- ******* add in the descriptions for each of the top level targets to the target decl -->
<!-- ******* add in the descriptions for each of the top level targets to teh target decl -->
<target name="main" description="the main build target"> <target name="main" description="the main build target">
<antcall target="preBuild" /> <antcall target="preBuild" />
<antcall target="fetch" /> <antcall target="fetch" />
@ -58,8 +56,6 @@
<antcall target="postBuild" /> <antcall target="postBuild" />
</target> </target>
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Steps to do before starting the build. Typical setup includes --> <!-- Steps to do before starting the build. Typical setup includes -->
<!-- fetching the map files and building the directory. --> <!-- fetching the map files and building the directory. -->

View file

@ -63,8 +63,7 @@
<target name="serverruntime"> <target name="serverruntime">
<antcall target="dstore_extra_server.jar" /> <antcall target="dstore_extra_server.jar" />
<property name="universalserverfilelist" <property name="universalserverfilelist" value="${buildDirectory}/plugins/org.eclipse.dstore.core/dstore_core.jar,
value="${buildDirectory}/plugins/org.eclipse.dstore.core/dstore_core.jar,
${buildDirectory}/plugins/org.eclipse.dstore.extra/serverruntime/dstore_extra_server.jar, ${buildDirectory}/plugins/org.eclipse.dstore.extra/serverruntime/dstore_extra_server.jar,
${buildDirectory}/plugins/org.eclipse.rse.services.dstore/patterns.dat, ${buildDirectory}/plugins/org.eclipse.rse.services.dstore/patterns.dat,
${buildDirectory}/plugins/org.eclipse.rse.services/clientserver.jar, ${buildDirectory}/plugins/org.eclipse.rse.services/clientserver.jar,
@ -109,9 +108,7 @@
<fixcrlf srcdir="${packageDirectory}\rseserver" eol="crlf" eof="asis" includes="server.unix" /> <fixcrlf srcdir="${packageDirectory}\rseserver" eol="crlf" eof="asis" includes="server.unix" />
<jar jarfile="${packageDirectory}\rseserver.jar" filesonly="true"> <jar jarfile="${packageDirectory}\rseserver.jar" filesonly="true">
<fileset dir="${packageDirectory}\rseserver" <fileset dir="${packageDirectory}\rseserver" includes="*" excludes="">
includes="*"
excludes="">
</fileset> </fileset>
</jar> </jar>
@ -168,7 +165,6 @@
<!-- <delete includeEmptyDirs="true">--> <!-- <delete includeEmptyDirs="true">-->
<fileset dir="${buildDirectory}\plugins" casesensitive="yes" defaultexcludes="no"> <fileset dir="${buildDirectory}\plugins" casesensitive="yes" defaultexcludes="no">
<include name="org.eclipse.*/**" /> <include name="org.eclipse.*/**" />
</fileset> </fileset>
<fileset dir="${buildDirectory}\features" casesensitive="yes" defaultexcludes="no"> <fileset dir="${buildDirectory}\features" casesensitive="yes" defaultexcludes="no">
<include name="org.eclipse.*/**" /> <include name="org.eclipse.*/**" />
@ -185,15 +181,12 @@
<include name="org.eclipse.*/**" /> <include name="org.eclipse.*/**" />
</fileset> </fileset>
<!-- </delete>--> <!-- </delete>-->
</target> </target>
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Steps to do after fetching the build elements --> <!-- Steps to do after fetching the build elements -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
<target name="postFetch"> <target name="postFetch">
</target> </target>
<!-- ===================================================================== --> <!-- ===================================================================== -->
@ -208,7 +201,6 @@
<target name="postGenerate"> <target name="postGenerate">
</target> </target>
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Steps to do before running the build.xmls for the elements being built. --> <!-- Steps to do before running the build.xmls for the elements being built. -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
@ -221,7 +213,6 @@
<target name="postProcess"> <target name="postProcess">
</target> </target>
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Steps to do before running assemble. --> <!-- Steps to do before running assemble. -->
<!-- ===================================================================== --> <!-- ===================================================================== -->
@ -250,24 +241,23 @@
<unzip src="${buildDirectory}\features\org.eclipse.rse.ftp\org.eclipse.rse.ftp_1.0.0.bin.dist.zip" dest="${packageRuntimeRootDirectory}" /> <unzip src="${buildDirectory}\features\org.eclipse.rse.ftp\org.eclipse.rse.ftp_1.0.0.bin.dist.zip" dest="${packageRuntimeRootDirectory}" />
<unzip src="${buildDirectory}\features\org.eclipse.rse.local\org.eclipse.rse.local_1.0.0.bin.dist.zip" dest="${packageRuntimeRootDirectory}" /> <unzip src="${buildDirectory}\features\org.eclipse.rse.local\org.eclipse.rse.local_1.0.0.bin.dist.zip" dest="${packageRuntimeRootDirectory}" />
<zip destfile="${packageDirectory}\rse-runtime-M1.zip" basedir="${packageRuntimeDirectory}"/> <zip destfile="${packageDirectory}\RSE-1.0M1.zip" basedir="${packageRuntimeDirectory}" />
<property name="packageSDKDirectory" location="${packageDirectory}\sdk" /> <property name="packageSDKDirectory" location="${packageDirectory}\sdk" />
<property name="packageSDKRootDirectory" location="${packageSDKDirectory}\eclipse" /> <property name="packageSDKRootDirectory" location="${packageSDKDirectory}\eclipse" />
<mkdir dir="${packageSDKDirectory}" /> <mkdir dir="${packageSDKDirectory}" />
<mkdir dir="${packageSDKRootDirectory}" /> <mkdir dir="${packageSDKRootDirectory}" />
<unzip src="${packageDirectory}\rse-runtime-M1.zip" dest="${packageSDKDirectory}"/> <unzip src="${packageDirectory}\RSE-1.0M1.zip" dest="${packageSDKDirectory}" />
<unzip src="${buildDirectory}\features\org.eclipse.rse.core\org.eclipse.rse.core_1.0.0.src.zip" dest="${packageSDKRootDirectory}" /> <unzip src="${buildDirectory}\features\org.eclipse.rse.core\org.eclipse.rse.core_1.0.0.src.zip" dest="${packageSDKRootDirectory}" />
<unzip src="${buildDirectory}\features\org.eclipse.rse.dstore\org.eclipse.rse.dstore_1.0.0.src.zip" dest="${packageSDKRootDirectory}" /> <unzip src="${buildDirectory}\features\org.eclipse.rse.dstore\org.eclipse.rse.dstore_1.0.0.src.zip" dest="${packageSDKRootDirectory}" />
<unzip src="${buildDirectory}\features\org.eclipse.rse.ftp\org.eclipse.rse.ftp_1.0.0.src.zip" dest="${packageSDKRootDirectory}" /> <unzip src="${buildDirectory}\features\org.eclipse.rse.ftp\org.eclipse.rse.ftp_1.0.0.src.zip" dest="${packageSDKRootDirectory}" />
<unzip src="${buildDirectory}\features\org.eclipse.rse.local\org.eclipse.rse.local_1.0.0.src.zip" dest="${packageSDKRootDirectory}" /> <unzip src="${buildDirectory}\features\org.eclipse.rse.local\org.eclipse.rse.local_1.0.0.src.zip" dest="${packageSDKRootDirectory}" />
<zip destfile="${packageDirectory}\rse-SDK-M1.zip" basedir="${packageSDKDirectory}"/> <zip destfile="${packageDirectory}\RSE-SDK-1.0M1.zip" basedir="${packageSDKDirectory}" />
<!-- <!--
<antcall target="serverruntime"/> <antcall target="serverruntime"/>
<antcall target="publish"/> <antcall target="publish"/>
--> -->
</target> </target>
@ -294,6 +284,7 @@
<target name="noDefault"> <target name="noDefault">
<echo message="You must specify a target when invoking this file" /> <echo message="You must specify a target when invoking this file" />
</target> </target>
<!-- ===================================================================== --> <!-- ===================================================================== -->
<!-- Build the feature in own way --> <!-- Build the feature in own way -->
<!-- Somehow the default builder doesn't work --> <!-- Somehow the default builder doesn't work -->
@ -323,4 +314,5 @@
</fileset> </fileset>
</zip> </zip>
</target> </target>
</project> </project>