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:22:48 UTC

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

Author: michi
Date: Thu Mar  3 02:22:47 2005
New Revision: 156028

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

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

Modified: lenya/trunk/build.properties
URL: http://svn.apache.org/viewcvs/lenya/trunk/build.properties?view=diff&r1=156027&r2=156028
==============================================================================
--- lenya/trunk/build.properties (original)
+++ lenya/trunk/build.properties Thu Mar  3 02:22:47 2005
@@ -19,7 +19,7 @@
 # Build properties version to make sure that local.build.properties is kept in sync
 # NOTE: Do NOT modify this number
 
-build.properties.version=125896
+build.properties.version=155806
 
 
 #------------------------------------------------------------------------------------
@@ -85,8 +85,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/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/properties-build.xml?view=diff&r1=156027&r2=156028
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Thu Mar  3 02:22:47 2005
@@ -35,7 +35,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="125896"/>
+    <equals arg1="${build.properties.version}" arg2="155806"/>
   </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