You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/03/31 22:56:09 UTC

svn commit: r1307900 - /tomcat/site/trunk/build.properties.default

Author: kkolinko
Date: Sat Mar 31 20:56:09 2012
New Revision: 1307900

URL: http://svn.apache.org/viewvc?rev=1307900&view=rev
Log:
svn:eol-style = native

Modified:
    tomcat/site/trunk/build.properties.default   (contents, props changed)

Modified: tomcat/site/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1307900&r1=1307899&r2=1307900&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Sat Mar 31 20:56:09 2012
@@ -1,55 +1,55 @@
-# -----------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# -----------------------------------------------------------------------------
-# build.properties.sample
-#
-# This is an example "build.properties" file, used to customize building
-# Tomcat for your local environment.  It defines the location of all external
-# modules that Tomcat depends on.  Copy this file to "build.properties"
-# in the top-level source directory, and customize it as needed.
-#
-# $Id: build.properties.default 1300569 2012-03-14 14:48:50Z markt $
-# -----------------------------------------------------------------------------
-
-# ----- Default Base Path for Dependent Packages -----
-# Please note this path must be absolute, not relative,
-# as it is referenced with different working directory
-# contexts by the various build scripts.
-base.path=/usr/share/java
-#base.path=C:/path/to/the/repository
-#base.path=/usr/local
-
-tomcat.loc=http://www.apache.org/dist/tomcat
-
-
-# ----- Tomcat versions -----
-tomcat55=5.5.35
-tomcat60=6.0.35
-tomcat70=7.0.26
-
-
-# ----- Download destination -----
-tomcat-site-docs.home=${base.path}/tomcat-site-docs/
-
-# ----- Tomcat Docs locations -----
-tomcat55.loc=${tomcat.loc}/tomcat-5/v${tomcat55}/bin/apache-tomcat-${tomcat55}-fulldocs.tar.gz 
-tomcat55.home=${tomcat-site-docs.home}/${tomcat55}
-
-tomcat60.loc=${tomcat.loc}/tomcat-6/v${tomcat60}/bin/apache-tomcat-${tomcat60}-fulldocs.tar.gz 
-tomcat60.home=${tomcat-site-docs.home}/${tomcat60}
-
-tomcat70.loc=${tomcat.loc}/tomcat-7/v${tomcat70}/bin/apache-tomcat-${tomcat70}-fulldocs.tar.gz 
-tomcat70.home=${tomcat-site-docs.home}/${tomcat70}
+# -----------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# -----------------------------------------------------------------------------
+# build.properties.sample
+#
+# This is an example "build.properties" file, used to customize building
+# Tomcat for your local environment.  It defines the location of all external
+# modules that Tomcat depends on.  Copy this file to "build.properties"
+# in the top-level source directory, and customize it as needed.
+#
+# $Id: build.properties.default 1300569 2012-03-14 14:48:50Z markt $
+# -----------------------------------------------------------------------------
+
+# ----- Default Base Path for Dependent Packages -----
+# Please note this path must be absolute, not relative,
+# as it is referenced with different working directory
+# contexts by the various build scripts.
+base.path=/usr/share/java
+#base.path=C:/path/to/the/repository
+#base.path=/usr/local
+
+tomcat.loc=http://www.apache.org/dist/tomcat
+
+
+# ----- Tomcat versions -----
+tomcat55=5.5.35
+tomcat60=6.0.35
+tomcat70=7.0.26
+
+
+# ----- Download destination -----
+tomcat-site-docs.home=${base.path}/tomcat-site-docs/
+
+# ----- Tomcat Docs locations -----
+tomcat55.loc=${tomcat.loc}/tomcat-5/v${tomcat55}/bin/apache-tomcat-${tomcat55}-fulldocs.tar.gz 
+tomcat55.home=${tomcat-site-docs.home}/${tomcat55}
+
+tomcat60.loc=${tomcat.loc}/tomcat-6/v${tomcat60}/bin/apache-tomcat-${tomcat60}-fulldocs.tar.gz 
+tomcat60.home=${tomcat-site-docs.home}/${tomcat60}
+
+tomcat70.loc=${tomcat.loc}/tomcat-7/v${tomcat70}/bin/apache-tomcat-${tomcat70}-fulldocs.tar.gz 
+tomcat70.home=${tomcat-site-docs.home}/${tomcat70}

Propchange: tomcat/site/trunk/build.properties.default
------------------------------------------------------------------------------
    svn:eol-style = native



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