Author: rjung
Date: Sat Jun 19 16:00:59 2010
New Revision: 956246

URL: http://svn.apache.org/viewvc?rev=956246&view=rev
Log:
Version 6.0.14 is a bit outdated for examples.
Not sure whether we are actually still compatible
with 6.0.14.

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt
    tomcat/sandbox/tomcat-oacc/trunk/build.properties.default

Modified: tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt?rev=956246&r1=956245&r2=956246&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/BUILDING.txt Sat Jun 19 16:00:59 2010
@@ -111,17 +111,17 @@ a source distribution, do the following:
     # path, we'll do that in build.xml automatically.
     #
     # Windows style
-    catalina.home=C:/Programme/apache-tomcat-6.0.14
+    catalina.home=C:/Programme/apache-tomcat-6.0.26
     # Unix  style
-    # catalina.home=/usr/local/apache-tomcat-6.0.14
+    # catalina.home=/usr/local/apache-tomcat-6.0.26
     #
     # We also need to know, where the tomcat-juli.jar is.
     # This should be the full path including any sub directories.
     #
     # Windows style
-    catalina.extras=C:/Programme/apache-tomcat-6.0.14/bin
+    catalina.extras=C:/Programme/apache-tomcat-6.0.26/bin
     # Unix  style
-    #catalina.extras=/usr/local/apache-tomcat-6.0.14/bin
+    #catalina.extras=/usr/local/apache-tomcat-6.0.26/bin
 
 * For some more variables you can define, see the existing file
   ${oacc.source}/build.properties.default.

Modified: tomcat/sandbox/tomcat-oacc/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/build.properties.default?rev=956246&r1=956245&r2=956246&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/build.properties.default (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/build.properties.default Sat Jun 19 
16:00:59 2010
@@ -31,14 +31,14 @@
 # Tomcat build directory. Don't add the /lib to the
 # path, we'll do that in build.xml automatically.
 #
-catalina.home=C:/Programme/apache-tomcat-6.0.14
-#catalina.home=/usr/local/apache-tomcat-6.0.14
+catalina.home=C:/Programme/apache-tomcat-6.0.26
+#catalina.home=/usr/local/apache-tomcat-6.0.26
 #
 # We also need to know, where the tomcat-juli.jar is.
 # This should be the full path including any sub directories.
 #
-catalina.extras=C:/Programme/apache-tomcat-6.0.14/bin
-#catalina.extras=/usr/local/apache-tomcat-6.0.14/bin
+catalina.extras=C:/Programme/apache-tomcat-6.0.26/bin
+#catalina.extras=/usr/local/apache-tomcat-6.0.26/bin
 
 # Only needed if you want to run the test suite
 junit.jar=C:/Programme/junit-4.4/junit-4.4.jar



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

Reply via email to