You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/03/10 20:44:29 UTC

svn commit: r384905 - in /incubator/roller/trunk/custom: custom-ant.xmlf custom-gen-web.xmlf custom-src-web.xmlf

Author: snoopdave
Date: Fri Mar 10 11:44:27 2006
New Revision: 384905

URL: http://svn.apache.org/viewcvs?rev=384905&view=rev
Log:
Adding AAPP example lines (commented out)

Modified:
    incubator/roller/trunk/custom/custom-ant.xmlf
    incubator/roller/trunk/custom/custom-gen-web.xmlf
    incubator/roller/trunk/custom/custom-src-web.xmlf

Modified: incubator/roller/trunk/custom/custom-ant.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/custom/custom-ant.xmlf?rev=384905&r1=384904&r2=384905&view=diff
==============================================================================
--- incubator/roller/trunk/custom/custom-ant.xmlf (original)
+++ incubator/roller/trunk/custom/custom-ant.xmlf Fri Mar 10 11:44:27 2006
@@ -44,7 +44,7 @@
    </java>
 </target>
 
-<!-- generate JDO mappings -->
+<!-- generate JDO mappings 
 <target name="gen-jdomappings" description="XDoclet Generate JDO mappings">
     <taskdef name="jdodoclet"
         classname="xdoclet.modules.jdo.JdoDocletTask"
@@ -63,6 +63,7 @@
         <jdometadata jdoSpec="2.0" />
     </jdodoclet>
 </target>
+-->
 
 <!-- Extend the init-hsqldb target to include custom tables
 <target name="init-hsqldb-ex" depends="init-hsqldb" >

Modified: incubator/roller/trunk/custom/custom-gen-web.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/custom/custom-gen-web.xmlf?rev=384905&r1=384904&r2=384905&view=diff
==============================================================================
--- incubator/roller/trunk/custom/custom-gen-web.xmlf (original)
+++ incubator/roller/trunk/custom/custom-gen-web.xmlf Fri Mar 10 11:44:27 2006
@@ -1,6 +1,7 @@
 
-<!--  Include experimental Atom Protocol impl. in build. 
+<!--  Include experimental protocols in build
 <fileset dir="${basedir}/sandbox/atomprotocol/src" includes="**/*Servlet.java" />
+<fileset dir="${basedir}/sandbox/atomadminprotocol/src" includes="**/*Servlet.java" />
 -->
 
 <!--  Custom classes to include in Struts and web generation 

Modified: incubator/roller/trunk/custom/custom-src-web.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/custom/custom-src-web.xmlf?rev=384905&r1=384904&r2=384905&view=diff
==============================================================================
--- incubator/roller/trunk/custom/custom-src-web.xmlf (original)
+++ incubator/roller/trunk/custom/custom-src-web.xmlf Fri Mar 10 11:44:27 2006
@@ -1,5 +1,6 @@
 
 <!--  Include experimental Atom Protocol impl. in build. 
+<src path="${basedir}/sandbox/atomadminprotocol/src" />
 <src path="${basedir}/sandbox/atomprotocol/src" />
 -->