You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/11/10 15:23:52 UTC

svn commit: r473346 - /tomcat/tc6.0.x/trunk/build.properties.default

Author: mturk
Date: Fri Nov 10 06:23:52 2006
New Revision: 473346

URL: http://svn.apache.org/viewvc?view=rev&rev=473346
Log:
Add version control flags like in 5.5

Modified:
    tomcat/tc6.0.x/trunk/build.properties.default

Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?view=diff&rev=473346&r1=473345&r2=473346
==============================================================================
--- tomcat/tc6.0.x/trunk/build.properties.default (original)
+++ tomcat/tc6.0.x/trunk/build.properties.default Fri Nov 10 06:23:52 2006
@@ -9,6 +9,14 @@
 # $Id$
 # -----------------------------------------------------------------------------
 
+# ----- Vesion Control Flags -----
+version.major=6
+version.minor=0
+version.build=2
+version.patch=0
+#Set the pretty version name
+version=6.0.2
+
 # ----- Default Base Path for Dependent Packages -----
 # Please note this path must be absolute, not relative,
 # as it is referenced with different working directory



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r473346 - /tomcat/tc6.0.x/trunk/build.properties.default

Posted by Mladen Turk <mt...@apache.org>.
Remy Maucherat wrote:
> mturk@apache.org wrote:
>> Author: mturk
>> Date: Fri Nov 10 06:23:52 2006
>> New Revision: 473346
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=473346
>> Log:
>> Add version control flags like in 5.5
> 
> No, it's to be added when building only, according to what the user is 
> building.
> 

OK. Although it requires the manual intervention each time instead
on the single place. The $HOME/build.properties can only contain
a base.path, while everything else is done via build.properties.default
from the svn including the version, without the need to checkout/edit

Anyhow, it's not that important.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r473346 - /tomcat/tc6.0.x/trunk/build.properties.default

Posted by Remy Maucherat <re...@apache.org>.
mturk@apache.org wrote:
> Author: mturk
> Date: Fri Nov 10 06:23:52 2006
> New Revision: 473346
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=473346
> Log:
> Add version control flags like in 5.5

No, it's to be added when building only, according to what the user is 
building.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org