From: <otm...@us...> - 2010-09-10 11:45:02
|
Revision: 7118 http://jython.svn.sourceforge.net/jython/?rev=7118&view=rev Author: otmarhumbel Date: 2010-09-10 11:44:56 +0000 (Fri, 10 Sep 2010) Log Message: ----------- default svn.revision to HEAD this allows rebuilding releases without remembering the exact revision number Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2010-09-09 16:28:05 UTC (rev 7117) +++ trunk/jython/build.xml 2010-09-10 11:44:56 UTC (rev 7118) @@ -70,9 +70,10 @@ #svn.main.dir=trunk # - the revision; only needed for a snapshot full-build -# To create a snapshot build: uncomment and indicate the correct revision (it has to be a number) +# To create a snapshot build: uncomment the two revision lines, and indicate the correct revision (it has to be a number) # For 'normal' builds, this defaults to the latest revision on svn.main.dir (HEAD) -#snapshot.revision=3444 +#svn.revision=7114 +#snapshot.revision=${svn.revision} # - the directory containing libsvnjavahl-1.dll (on windows) and svnjavahl.jar; only needed for full-build # how to get these (for windows): @@ -241,6 +242,8 @@ <property name="svn.main.dir" value="trunk" /> <property name="svn.code.dir" value="jython" /> <property name="svn.installer.dir" value="installer" /> + <!-- predefined revision for checkout (this works for both trunk and release branches --> + <property name="svn.revision" value="HEAD" /> <!-- properties work.dir and jython.base.dir are also definied in init, so full-preinit must run first to work --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |