You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/26 10:53:36 UTC

svn commit: r532671 - in /lenya/trunk: build.properties src/targets/properties-build.xml

Author: andreas
Date: Thu Apr 26 01:53:36 2007
New Revision: 532671

URL: http://svn.apache.org/viewvc?view=rev&rev=532671
Log:
Removed duplicate webtest.home entry from build.properties. This fixes bug 42234.

Modified:
    lenya/trunk/build.properties
    lenya/trunk/src/targets/properties-build.xml

Modified: lenya/trunk/build.properties
URL: http://svn.apache.org/viewvc/lenya/trunk/build.properties?view=diff&rev=532671&r1=532670&r2=532671
==============================================================================
--- lenya/trunk/build.properties (original)
+++ lenya/trunk/build.properties Thu Apr 26 01:53:36 2007
@@ -30,8 +30,7 @@
 # NOTE for Devs: Update this number if this file is being updated.
 #                Also update the version number within src/targets/properties-build.xml
 
-build.properties.version=505305
-
+build.properties.version=529164
 
 #------------------------------------------------------------------------------------
 # The root of the Cocoon source tree
@@ -129,10 +128,10 @@
 
 
 #------------------------------------------------------------------------------------
-# Anteater and Webtest home directories
+# Anteater and Canoo Webtest home directories
 
 #anteater.home=/usr/local/anteater
-#webtest.home = /usr/local/canoo-webtest
+#webtest.home=/usr/local/canoo-webtest-2.1
 
 
 #------------------------------------------------------------------------------------
@@ -174,12 +173,6 @@
 # src/pubs/default/sitemap.xmap and src/pubs/blog/sitemap.xmap
 
 #xul.enabled=false
-
-
-#------------------------------------------------------------------------------------
-# Home directory of Canoo WebTest installation
-
-#webtest.home=/usr/local/canoo-webtest-2.1
 
 
 #------------------------------------------------------------------------------------

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/properties-build.xml?view=diff&rev=532671&r1=532670&r2=532671
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Thu Apr 26 01:53:36 2007
@@ -33,7 +33,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="505305"/>
+    <equals arg1="${build.properties.version}" arg2="529164"/>
   </condition>
 
   <fail unless="local.properties.in.sync" message="It seems that your local.build.properties is NOT in sync with build.properties! The file build.properties has probably been modified by some Apache Lenya developer. Re-copy build.properties to local.build.properties and re-set your local properties to get the two files back in sync. Please apologize any inconvenience."/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org