|
From: Markus B. <mba...@us...> - 2005-09-24 15:00:27
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28569/bootstrap Modified Files: build.properties Log Message: switch back to building nightly with HEAD Index: build.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/bootstrap/build.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** build.properties 18 Sep 2005 21:20:22 -0000 1.9 --- build.properties 24 Sep 2005 15:00:19 -0000 1.10 *************** *** 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 --- 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 *************** *** 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) --- 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) *************** *** 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 |