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/01/11 16:14:13 UTC

svn commit: r368036 - in /incubator/roller/trunk: custom/custom-jars.xmlf custom/custom-web.xmlf properties.xmlf sandbox/atomprotocol/lib/ tools/lib/rome-0.7.jar tools/lib/rome-0.8.jar tools/lib/rome-fetcher-0.7.jar tools/lib/rome-fetcher-0.8.jar

Author: snoopdave
Date: Wed Jan 11 07:13:53 2006
New Revision: 368036

URL: http://svn.apache.org/viewcvs?rev=368036&view=rev
Log:
Committing ROME v0.8 so we can support Atom 1.0 feeds in planet

Added:
    incubator/roller/trunk/tools/lib/rome-0.8.jar   (with props)
    incubator/roller/trunk/tools/lib/rome-fetcher-0.8.jar   (with props)
Removed:
    incubator/roller/trunk/sandbox/atomprotocol/lib/
    incubator/roller/trunk/tools/lib/rome-0.7.jar
    incubator/roller/trunk/tools/lib/rome-fetcher-0.7.jar
Modified:
    incubator/roller/trunk/custom/custom-jars.xmlf
    incubator/roller/trunk/custom/custom-web.xmlf
    incubator/roller/trunk/properties.xmlf

Modified: incubator/roller/trunk/custom/custom-jars.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/custom/custom-jars.xmlf?rev=368036&r1=368035&r2=368036&view=diff
==============================================================================
--- incubator/roller/trunk/custom/custom-jars.xmlf (original)
+++ incubator/roller/trunk/custom/custom-jars.xmlf Wed Jan 11 07:13:53 2006
@@ -2,10 +2,6 @@
 Custom jars to be added to both rollerbeans and rollerweb compiles 
 -->
 
-<!--Uncomment to include experimental Atom protocol support
-<fileset dir="${basedir}/sandbox/atomprotocol/lib" includes="*.jar" />
--->
-
 <!-- Uncomment this to compile experimental JDO backend
 <fileset dir="${basedir}/sandbox/jdobackend/lib" includes="*.jar" />
  -->

Modified: incubator/roller/trunk/custom/custom-web.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/custom/custom-web.xmlf?rev=368036&r1=368035&r2=368036&view=diff
==============================================================================
--- incubator/roller/trunk/custom/custom-web.xmlf (original)
+++ incubator/roller/trunk/custom/custom-web.xmlf Wed Jan 11 07:13:53 2006
@@ -1,14 +1,12 @@
 
-<!--  Substitute hacked ROME jars needed for experimental Atom Protocol impl.
-<delete file="${build.stage_web}/WEB-INF/lib/rome-0.7.jar" />
-<delete file="${build.stage_web}/WEB-INF/lib/rome-fetcher-0.7.jar" />
-<copy todir="${build.stage_web}/WEB-INF/lib" overwrite="true">
-   <fileset dir="${basedir}/sandbox/atomprotocol/lib">
-      <include name="rome-0.8.jar" />
-      <include name="rome-fetcher-0.8.jar" />
+<!-- Need Atom PubControl Module for Atom protocol support
+<copy todir="${build.stage_web}/WEB-INF/classes" overwrite="true">
+   <fileset dir="${basedir}/sandbox/atomprotocol">
+      <include name="rome.properties" />
    </fileset>
 </copy>
 -->
+
 
 <!-- Example: copy custom files into the Roller web context
 <copy todir="${build.stage_web}" overwrite="true">

Modified: incubator/roller/trunk/properties.xmlf
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/properties.xmlf?rev=368036&r1=368035&r2=368036&view=diff
==============================================================================
--- incubator/roller/trunk/properties.xmlf (original)
+++ incubator/roller/trunk/properties.xmlf Wed Jan 11 07:13:53 2006
@@ -49,8 +49,8 @@
     <include name="jdom.jar"/>
     <include name="lucene-1.4.3.jar"/>
     <include name="log4j-1.2.11.jar"/>
-    <include name="rome-0.7.jar"/>
-    <include name="rome-fetcher-0.7.jar"/>
+    <include name="rome-0.8.jar"/>
+    <include name="rome-fetcher-0.8.jar"/>
     <include name="velocity-1.4.jar"/>
     <include name="velocity-dep-1.4.jar"/>
     <include name="velocity-tools-1.1.jar"/>

Added: incubator/roller/trunk/tools/lib/rome-0.8.jar
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tools/lib/rome-0.8.jar?rev=368036&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/trunk/tools/lib/rome-0.8.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/roller/trunk/tools/lib/rome-fetcher-0.8.jar
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/tools/lib/rome-fetcher-0.8.jar?rev=368036&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/roller/trunk/tools/lib/rome-fetcher-0.8.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream