You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/29 12:16:51 UTC

svn commit: r1343642 - in /cocoon/trunk/parent: ./ pom.xml

Author: ilgrosso
Date: Tue May 29 10:16:51 2012
New Revision: 1343642

URL: http://svn.apache.org/viewvc?rev=1343642&view=rev
Log:
Using whole configuration-api subcontext

Modified:
    cocoon/trunk/parent/   (props changed)
    cocoon/trunk/parent/pom.xml

Propchange: cocoon/trunk/parent/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue May 29 10:16:51 2012
@@ -2,3 +2,4 @@ target
 *.iml
 .settings
 .classpath
+.pom.xml.swp

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=1343642&r1=1343641&r2=1343642&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Tue May 29 10:16:51 2012
@@ -3246,8 +3246,7 @@
     <docs.m.servlet-service-impl.relPath>${docs.m.site-servlet-service.relPath}servlet-service-impl/${docs.m.servlet-service-impl.version}/</docs.m.servlet-service-impl.relPath>
     <docs.m.servlet-service-components.version>1.0</docs.m.servlet-service-components.version>
     <docs.m.servlet-service-components.relPath>${docs.m.site-servlet-service.relPath}servlet-service-components/${docs.m.servlet-service-components.version}/</docs.m.servlet-service-components.relPath>
-    <docs.m.configuration-api.version>1.0</docs.m.configuration-api.version>
-    <docs.m.configuration-api.relPath>${docs.m.site-configuration.relPath}configuration-api/${docs.m.configuration-api.version}/</docs.m.configuration-api.relPath>
+    <docs.m.configuration-api.relPath>${docs.m.site-configuration.relPath}configuration-api/</docs.m.configuration-api.relPath>
     <docs.m.spring-configurator.version>2.1</docs.m.spring-configurator.version>
     <docs.m.spring-configurator.relPath>${docs.m.site-configuration.relPath}spring-configurator/${docs.m.spring-configurator.version}/</docs.m.spring-configurator.relPath>
     <docs.m.jnet.relPath>subprojects/jnet/</docs.m.jnet.relPath>