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 2005/12/19 19:49:22 UTC

svn commit: r357753 - in /incubator/roller/trunk/custom: custom-jars.xmlf custom-src-beans.xmlf

Author: snoopdave
Date: Mon Dec 19 10:49:15 2005
New Revision: 357753

URL: http://svn.apache.org/viewcvs?rev=357753&view=rev
Log:
Examples for building JDO backend

Modified:
    incubator/roller/trunk/custom/custom-jars.xmlf
    incubator/roller/trunk/custom/custom-src-beans.xmlf

Modified: incubator/roller/trunk/custom/custom-jars.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/custom/custom-jars.xmlf?rev=357753&r1=357752&r2=357753&view=diff
==============================================================================
--- incubator/roller/trunk/custom/custom-jars.xmlf (original)
+++ incubator/roller/trunk/custom/custom-jars.xmlf Mon Dec 19 10:49:15 2005
@@ -1,9 +1,11 @@
+<!-- 
+Custom jars to be added to both rollerbeans and rollerweb compiles 
+-->
 
-<!-- Include hacked ROME jars needed for experimental Atom Protocol impl.
+<!--Uncomment to include experimental Atom protocol support
 <fileset dir="${basedir}/sandbox/atomprotocol/lib" includes="*.jar" />
 -->
 
-<!-- Custom jars to be added to both rollerbeans and rollerweb compiles -->
-<!-- <fileset dir="${basedir}/custom/lib" includes="*.java" />
-<fileset dir="${basedir}/sandbox/planetroller/web/WEB-INF/lib" includes="*.jar" />
--->
+<!-- Uncomment this to compile experimental JDO backend
+<fileset dir="${basedir}/sandbox/jdobackend/lib" includes="*.jar" />
+ -->

Modified: incubator/roller/trunk/custom/custom-src-beans.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/custom/custom-src-beans.xmlf?rev=357753&r1=357752&r2=357753&view=diff
==============================================================================
--- incubator/roller/trunk/custom/custom-src-beans.xmlf (original)
+++ incubator/roller/trunk/custom/custom-src-beans.xmlf Mon Dec 19 10:49:15 2005
@@ -1,6 +1,8 @@
-
-<!-- Custom classes to include in back-end compilation (rollerbeans.jar)
-Your classes must not be under the package org.roller.presentation.
-<src path="${basedir}/sandbox/planetroller/src" />
+<!-- 
+Custom classes to include in back-end compilation (rollerbeans.jar)
+NOTE: your classes MUST NOT be under the package org.roller.presentation.
 -->
 
+<!-- Uncomment this to compile experimental JDO backend
+<src path="${basedir}/sandbox/jdobackend/src" />
+ -->
\ No newline at end of file