You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by el...@apache.org on 2006/11/02 02:28:01 UTC

svn commit: r470166 - in /incubator/roller/trunk: build.xml custom/custom-build-web.xmlf

Author: eliast
Date: Wed Nov  1 17:28:00 2006
New Revision: 470166

URL: http://svn.apache.org/viewvc?view=rev&rev=470166
Log:
- Added a custom-build-web extension point to the build.

Added:
    incubator/roller/trunk/custom/custom-build-web.xmlf
Modified:
    incubator/roller/trunk/build.xml

Modified: incubator/roller/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/build.xml?view=diff&rev=470166&r1=470165&r2=470166
==============================================================================
--- incubator/roller/trunk/build.xml (original)
+++ incubator/roller/trunk/build.xml Wed Nov  1 17:28:00 2006
@@ -21,7 +21,8 @@
     <!ENTITY custom-ant            SYSTEM "custom/custom-ant.xmlf">
     <!ENTITY custom-jars           SYSTEM "custom/custom-jars.xmlf">
     <!ENTITY custom-gen-business   SYSTEM "custom/custom-gen-business.xmlf">
-    <!ENTITY custom-build-business SYSTEM "custom/custom-build-business.xmlf">
+    <!ENTITY custom-build-business SYSTEM "custom/custom-build-business.xmlf">
+    <!ENTITY custom-build-web      SYSTEM "custom/custom-build-web.xmlf">
     <!ENTITY custom-gen-web        SYSTEM "custom/custom-gen-web.xmlf">
     <!ENTITY custom-src-web        SYSTEM "custom/custom-src-web.xmlf">
     <!ENTITY custom-web            SYSTEM "custom/custom-web.xmlf">
@@ -380,7 +381,9 @@
             <include name="**/*.tpl"/>
             <include name="**/*.vm"/>
         </fileset>
-    </copy>
+    </copy>
+	
+	&custom-build-web;
     
     <!-- Jar up web classes -->
     <jar jarfile="${build.lib}/roller-web.jar">

Added: incubator/roller/trunk/custom/custom-build-web.xmlf
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/custom/custom-build-web.xmlf?view=auto&rev=470166
==============================================================================
    (empty)