|
From: Markus B. <mba...@us...> - 2005-09-24 15:12:07
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30503/bootstrap Modified Files: Tag: build_0_6_0 build.properties Log Message: build 0_6_0 from build.properties branch Index: build.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/build.properties,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -C2 -d -r1.10 -r1.10.2.1 *** build.properties 24 Sep 2005 15:00:19 -0000 1.10 --- build.properties 24 Sep 2005 15:11:59 -0000 1.10.2.1 *************** *** 22,26 **** # The CVS tag to use when fetching the map files from the repository ! mapVersionTag=HEAD # The CVS tag to use when fetching elements to build. By default the --- 22,26 ---- # The CVS tag to use when fetching the map files from the repository ! mapVersionTag=R2005-09-18_MB_0-6-0 # The CVS tag to use when fetching elements to build. By default the *************** *** 28,32 **** # for example, when doing a nightly build out of HEAD ! fetchTag=HEAD ############## BUILD / GENERATION CONTROL ################ # The directory into which the build elements will be fetched and where --- 28,32 ---- # for example, when doing a nightly build out of HEAD ! fetchTag=R2005-09-18_MB_0-6-0 ############## BUILD / GENERATION CONTROL ################ # The directory into which the build elements will be fetched and where *************** *** 40,44 **** # one of I, N, M, S, ... # If you change this, please also see the featureVersion and baseFeatureVersion properties below ! buildType=N # ID of the build. Used in naming the build output. (the zip file) --- 40,44 ---- # one of I, N, M, S, ... # If you change this, please also see the featureVersion and baseFeatureVersion properties below ! buildType=S # ID of the build. Used in naming the build output. (the zip file) *************** *** 113,117 **** # The baseFeatureVersion must be set, because it is used to replace the version in the # feature.xml files of the rdt feature.xml and the test feature.xml with the created featureVersion ! baseFeatureVersion=0.6.0 # B) Every other Build type --- 113,117 ---- # The baseFeatureVersion must be set, because it is used to replace the version in the # feature.xml files of the rdt feature.xml and the test feature.xml with the created featureVersion ! #baseFeatureVersion=0.6.0 # B) Every other Build type *************** *** 119,126 **** # and for calling the appropriate test suite in customTargets.xml # ! #featureVersion=0.6.0 # if the buildType is N a property featureVersion will be created in # customTargets.xml. The featureVersion consists of the nightlyBuildFeatureVersionPrefix # concatenated with a timestamp in the format yyyyMMddhhmm ! nightlyBuildFeatureVersionPrefix=0.6. \ No newline at end of file --- 119,126 ---- # and for calling the appropriate test suite in customTargets.xml # ! featureVersion=0.6.0 # if the buildType is N a property featureVersion will be created in # customTargets.xml. The featureVersion consists of the nightlyBuildFeatureVersionPrefix # concatenated with a timestamp in the format yyyyMMddhhmm ! #nightlyBuildFeatureVersionPrefix=0.6. \ No newline at end of file |