You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/03/03 11:19:44 UTC

svn commit: r156027 - in lenya/branches/BRANCH_1_2_X: build.properties src/targets/properties-build.xml

Author: michi
Date: Thu Mar  3 02:19:42 2005
New Revision: 156027

URL: http://svn.apache.org/viewcvs?view=rev&rev=156027
Log:
excludes simplified

Modified:
    lenya/branches/BRANCH_1_2_X/build.properties
    lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml

Modified: lenya/branches/BRANCH_1_2_X/build.properties
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/build.properties?view=diff&r1=156026&r2=156027
==============================================================================
--- lenya/branches/BRANCH_1_2_X/build.properties (original)
+++ lenya/branches/BRANCH_1_2_X/build.properties Thu Mar  3 02:19:42 2005
@@ -21,7 +21,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=128440
+build.properties.version=155803
 
 
 #------------------------------------------------------------------------------------
@@ -92,8 +92,8 @@
 # Comma- or space-separated list of patterns
 # All files are included when commented
 
-#target.install.excludes=**/default/**/authoring/**,**/default/**/live/**,**/default/config/ac/passwd/*.iml
-#target.reset.excludes=**/default/**/authoring/**,**/default/**/live/**,**/default/config/ac/passwd/*.iml
+#target.install.excludes=lenya/pubs/default/content/authoring/**,lenya/pubs/default/content/live/**,lenya/pubs/default/config/ac/passwd/*.iml
+#target.reset.excludes=${target.install.excludes}
 
 
 #------------------------------------------------------------------------------------

Modified: lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml?view=diff&r1=156026&r2=156027
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/targets/properties-build.xml Thu Mar  3 02:19:42 2005
@@ -35,7 +35,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="128440"/>
+    <equals arg1="${build.properties.version}" arg2="155803"/>
   </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 apologoize the inconvenience."/>



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