You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ne...@apache.org on 2007/11/14 19:13:26 UTC

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

Author: nettings
Date: Wed Nov 14 10:13:26 2007
New Revision: 594997

URL: http://svn.apache.org/viewvc?rev=594997&view=rev
Log:
removed XUL reference from build.properties (the code no longer exists
in trunk)
i've updated the version number as well, although it wasn't strictly
necessary, but i figured it might be good for everyone to resync their
local.build.properties before we put out an RC.

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?rev=594997&r1=594996&r2=594997&view=diff
==============================================================================
--- lenya/trunk/build.properties (original)
+++ lenya/trunk/build.properties Wed Nov 14 10:13:26 2007
@@ -36,7 +36,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=529164
+build.properties.version=594644
 
 #------------------------------------------------------------------------------------
 # The root of the Cocoon source tree
@@ -186,14 +186,6 @@
 #node.factory=org.apache.lenya.cms.repository.SourceNodeFactory
 #node.factory=org.apache.lenya.cms.repo.adapter.RepoNodeFactory
 #node.factory=org.apache.lenya.cms.jcr.JCRNodeFactory
-
-
-#------------------------------------------------------------------------------------
-# XUL menus need to be enabled within the sitemaps (TODO: configure during build)
-# by renaming mozilla5DISABLED to mozilla5
-# src/pubs/default/sitemap.xmap and src/pubs/blog/sitemap.xmap
-
-#xul.enabled=false
 
 
 #------------------------------------------------------------------------------------

Modified: lenya/trunk/src/targets/properties-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/properties-build.xml?rev=594997&r1=594996&r2=594997&view=diff
==============================================================================
--- lenya/trunk/src/targets/properties-build.xml (original)
+++ lenya/trunk/src/targets/properties-build.xml Wed Nov 14 10:13:26 2007
@@ -33,7 +33,7 @@
   <property file="build.properties"/>
 
   <condition property="local.properties.in.sync">
-    <equals arg1="${build.properties.version}" arg2="529164"/>
+    <equals arg1="${build.properties.version}" arg2="594644"/>
   </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