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/11/30 11:02:26 UTC

svn commit: r1415570 - in /cocoon/trunk: blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml blocks/pom.xml core/cocoon-webapp/pom.xml parent/pom.xml

Author: ilgrosso
Date: Fri Nov 30 10:02:24 2012
New Revision: 1415570

URL: http://svn.apache.org/viewvc?rev=1415570&view=rev
Log:
Disabiling blocks and samples with dependencies not available any more

Modified:
    cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml
    cocoon/trunk/blocks/pom.xml
    cocoon/trunk/core/cocoon-webapp/pom.xml
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml?rev=1415570&r1=1415569&r2=1415570&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml Fri Nov 30 10:02:24 2012
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-serializers-charsets</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?rev=1415570&r1=1415569&r2=1415570&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Fri Nov 30 10:02:24 2012
@@ -134,8 +134,8 @@
         <module>cocoon-bsf/cocoon-bsf-sample</module>
         <module>cocoon-captcha/cocoon-captcha-impl</module>
         <module>cocoon-captcha/cocoon-captcha-sample</module>        
-        <module>cocoon-chaperon/cocoon-chaperon-impl</module>
-        <module>cocoon-chaperon/cocoon-chaperon-sample</module>
+        <!--<module>cocoon-chaperon/cocoon-chaperon-impl</module>
+        <module>cocoon-chaperon/cocoon-chaperon-sample</module>-->
         <module>cocoon-cron/cocoon-cron-impl</module>
         <module>cocoon-cron/cocoon-cron-sample</module>
         <module>cocoon-databases/cocoon-databases-impl</module>
@@ -147,8 +147,8 @@
         <module>cocoon-databases/cocoon-databases-odbc-client</module>
         <module>cocoon-databases/cocoon-databases-oracle-client</module>
         <module>cocoon-databases/cocoon-databases-postgresql-client</module>
-        <module>cocoon-deli/cocoon-deli-impl</module>
-        <module>cocoon-deli/cocoon-deli-sample</module>
+        <!--<module>cocoon-deli/cocoon-deli-impl</module>
+        <module>cocoon-deli/cocoon-deli-sample</module>-->
         <module>cocoon-eventcache/cocoon-eventcache-impl</module>
         <module>cocoon-eventcache/cocoon-eventcache-sample</module>
         <module>cocoon-faces/cocoon-faces-impl</module>
@@ -167,8 +167,8 @@
         <!--<module>cocoon-javaflow/cocoon-javaflow-impl</module>
         <module>cocoon-javaflow/cocoon-javaflow-sample</module>-->
         <module>cocoon-jcr</module>
-        <module>cocoon-jfor/cocoon-jfor-impl</module>
-        <module>cocoon-jfor/cocoon-jfor-sample</module>
+        <!--<module>cocoon-jfor/cocoon-jfor-impl</module>
+        <module>cocoon-jfor/cocoon-jfor-sample</module>-->
         <module>cocoon-jms/cocoon-jms-impl</module>
         <!--module>cocoon-jms/cocoon-jms-sample</module-->
         <module>cocoon-jsp/cocoon-jsp-impl</module>
@@ -203,7 +203,6 @@
         <module>cocoon-repository/cocoon-repository-impl</module>
         <module>cocoon-scratchpad/cocoon-scratchpad-impl</module>
         <module>cocoon-scratchpad/cocoon-scratchpad-sample</module>
-        <module>cocoon-serializers/cocoon-serializers-charsets</module>
         <module>cocoon-serializers/cocoon-serializers-impl</module>
         <module>cocoon-session-fw/cocoon-session-fw-impl</module>
         <module>cocoon-session-fw/cocoon-session-fw-sample</module>
@@ -220,8 +219,8 @@
         <module>cocoon-velocity</module>
         <module>cocoon-web3</module>
         <module>cocoon-webdav</module>
-        <module>cocoon-xmldb/cocoon-xmldb-impl</module>
-        <module>cocoon-xmldb/cocoon-xmldb-sample</module>
+        <!--<module>cocoon-xmldb/cocoon-xmldb-impl</module>-->
+        <!--<module>cocoon-xmldb/cocoon-xmldb-sample</module>-->
         <module>cocoon-xsp/cocoon-xsp-impl</module>
         <module>cocoon-xsp/cocoon-xsp-sample</module>
       </modules>

Modified: cocoon/trunk/core/cocoon-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-webapp/pom.xml?rev=1415570&r1=1415569&r2=1415570&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-webapp/pom.xml (original)
+++ cocoon/trunk/core/cocoon-webapp/pom.xml Fri Nov 30 10:02:24 2012
@@ -230,10 +230,10 @@
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-captcha-sample</artifactId>
         </dependency>
-        <dependency>
+        <!--<dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-chaperon-sample</artifactId>
-        </dependency>
+        </dependency>-->
         <dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-cron-sample</artifactId>
@@ -242,10 +242,10 @@
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-databases-sample</artifactId>
         </dependency>
-        <dependency>
+        <!--<dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-deli-sample</artifactId>
-        </dependency>
+        </dependency>-->
         <dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-eventcache-sample</artifactId>
@@ -294,10 +294,10 @@
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-jcr-sample</artifactId>
         </dependency>
-        <dependency>
+        <!--<dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-jfor-sample</artifactId>
-        </dependency>
+        </dependency>-->
         <dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-jsp-sample</artifactId>
@@ -404,10 +404,10 @@
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-webdav-sample</artifactId>
         </dependency>
-        <dependency>
+        <!--<dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-xmldb-sample</artifactId>
-        </dependency>
+        </dependency>-->
         <dependency>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-xsp-sample</artifactId>

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=1415570&r1=1415569&r2=1415570&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Fri Nov 30 10:02:24 2012
@@ -1841,12 +1841,12 @@
       <dependency>
         <groupId>myfaces</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>r233484</version>
+        <version>1.1.1</version>
       </dependency>
       <dependency>
         <groupId>myfaces</groupId>
         <artifactId>myfaces-impl</artifactId>
-        <version>r233484</version>
+        <version>1.1.1</version>
       </dependency>
       <!-- TODO: Next two have same artifactId but different groupId ?? -->
       <dependency>