You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/08/11 10:57:30 UTC

svn commit: r684678 - in /cocoon/trunk: blocks/cocoon-apples/cocoon-apples-impl/pom.xml blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml blocks/cocoon-jms/cocoon-jms-impl/pom.xml parent/pom.xml

Author: reinhard
Date: Mon Aug 11 01:57:27 2008
New Revision: 684678

URL: http://svn.apache.org/viewvc?rev=684678&view=rev
Log:
add apples, eventcache, jcr and jms to the documentation system

Modified:
    cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/pom.xml
    cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml
    cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml
    cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/pom.xml?rev=684678&r1=684677&r2=684678&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-apples/cocoon-apples-impl/pom.xml Mon Aug 11 01:57:27 2008
@@ -32,11 +32,43 @@
   <artifactId>cocoon-apples-impl</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <name>Cocoon Apples Block Implementation</name>
+  <url>http://cocoon.apache.org/${docs.m.apples.relPath}</url>      
   
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.apples.relPath}</url>
+    </site>
+  </distributionManagement>  
+  
+  <properties>
+    <docs.name>Cocoon Apples</docs.name>    
+    <docs.version>1.0</docs.version>
+  </properties>      
+    
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
     </dependency>
   </dependencies>
+  
+  <profiles>
+    <profile>
+      <id>daisy</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.daisycms</groupId>
+            <artifactId>daisy-maven-plugin</artifactId>
+            <configuration>
+              <navDocId>1486</navDocId>
+              <collection>cdocs-apples</collection>
+              <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>      
+    </profile>
+  </profiles>    
 </project>

Modified: cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml?rev=684678&r1=684677&r2=684678&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-eventcache/cocoon-eventcache-impl/pom.xml Mon Aug 11 01:57:27 2008
@@ -33,6 +33,19 @@
   <artifactId>cocoon-eventcache-impl</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>Cocoon Eventcache Block Implementation</name>
+  <url>http://cocoon.apache.org/${docs.m.eventcache.relPath}</url>      
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.eventcache.relPath}</url>
+    </site>
+  </distributionManagement>  
+  
+  <properties>
+    <docs.name>Cocoon Eventcache</docs.name>    
+    <docs.version>1.0</docs.version>
+  </properties>      
 
   <dependencies>
     <dependency>
@@ -49,4 +62,23 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  
+  <profiles>
+    <profile>
+      <id>daisy</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.daisycms</groupId>
+            <artifactId>daisy-maven-plugin</artifactId>
+            <configuration>
+              <navDocId>1480</navDocId>
+              <collection>cdocs-eventcache</collection>
+              <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>      
+    </profile>
+  </profiles>  
 </project>

Modified: cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml?rev=684678&r1=684677&r2=684678&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml Mon Aug 11 01:57:27 2008
@@ -17,21 +17,34 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<!--+
-    | @version $Id$
-    |
-    +-->
+<!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>jar</packaging>
+  
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-jcr</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>cocoon-jcr-impl</artifactId>
   <version>1.0.0-SNAPSHOT</version>
-  <packaging>jar</packaging>
   <name>JCR Block Implementation</name>
+  <url>http://cocoon.apache.org/${docs.m.jcr.relPath}</url>      
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.jcr.relPath}</url>
+    </site>
+  </distributionManagement>  
+  
+  <properties>
+    <docs.name>Cocoon Apples</docs.name>    
+    <docs.version>1.0</docs.version>
+  </properties>      
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
@@ -49,12 +62,10 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
-    
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>      
     </dependency>
-
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>      
@@ -62,7 +73,6 @@
     <dependency>
       <groupId>slide</groupId>
       <artifactId>slide-kernel</artifactId>
-      
     </dependency>
     <dependency>
       <groupId>slide</groupId>
@@ -94,6 +104,24 @@
       <groupId>org.apache.poi</groupId>
       <artifactId>poi</artifactId>
     </dependency>
-    
   </dependencies>
-</project>
+  
+  <profiles>
+    <profile>
+      <id>daisy</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.daisycms</groupId>
+            <artifactId>daisy-maven-plugin</artifactId>
+            <configuration>
+              <navDocId>1483</navDocId>
+              <collection>cdocs-jcr</collection>
+              <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>      
+    </profile>
+  </profiles>  
+</project>
\ No newline at end of file

Modified: cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml?rev=684678&r1=684677&r2=684678&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-jms/cocoon-jms-impl/pom.xml Mon Aug 11 01:57:27 2008
@@ -33,6 +33,19 @@
   <artifactId>cocoon-jms-impl</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>Cocoon JMS Block Implementation</name>
+  <url>http://cocoon.apache.org/${docs.m.jms.relPath}</url>      
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/${docs.m.jms.relPath}</url>
+    </site>
+  </distributionManagement>  
+  
+  <properties>
+    <docs.name>Cocoon JMS</docs.name>    
+    <docs.version>1.0</docs.version>
+  </properties>      
 
   <dependencies>
     <dependency>
@@ -52,4 +65,23 @@
       <artifactId>geronimo-jms_1.1_spec</artifactId>
     </dependency>
   </dependencies>
+  
+  <profiles>
+    <profile>
+      <id>daisy</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.daisycms</groupId>
+            <artifactId>daisy-maven-plugin</artifactId>
+            <configuration>
+              <navDocId>1477</navDocId>
+              <collection>cdocs-jms</collection>
+              <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>      
+    </profile>
+  </profiles>    
 </project>

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=684678&r1=684677&r2=684678&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Mon Aug 11 01:57:27 2008
@@ -3247,7 +3247,6 @@
     <docs.deploymentBaseUrl>file://${basedir}/../../../site/site</docs.deploymentBaseUrl>
     <docs.urlRelativizer>../../../../</docs.urlRelativizer>
     <docs.repoUrl>http://cocoon.zones.apache.org:9263</docs.repoUrl>
-    <docs.mode>online</docs.mode>
     <docs.breadcrumb>cocoon22</docs.breadcrumb>
     <!-- Path and version properties: sites -->
     <docs.m.site-main.relPath />
@@ -3311,6 +3310,8 @@
     <!-- Path and version properties: blocks -->
     <docs.m.ajax.version>1.0</docs.m.ajax.version>
     <docs.m.ajax.relPath>2.2/blocks/ajax/${docs.m.ajax.version}/</docs.m.ajax.relPath>
+    <docs.m.apples.version>1.0</docs.m.apples.version>
+    <docs.m.apples.relPath>2.2/blocks/apples/${docs.m.apples.version}/</docs.m.apples.relPath>
     <docs.m.auth.version>1.0</docs.m.auth.version>
     <docs.m.auth.relPath>2.2/blocks/auth/${docs.m.auth.version}/</docs.m.auth.relPath>
     <docs.m.batik.version>1.0</docs.m.batik.version>
@@ -3321,6 +3322,8 @@
     <docs.m.databases.relPath>2.2/blocks/databases/${docs.m.databases.version}/</docs.m.databases.relPath>
     <docs.m.databases-bridge.version>1.0</docs.m.databases-bridge.version>
     <docs.m.databases-bridge.relPath>2.2/blocks/databases-bridge/${docs.m.databases-bridge.version}/</docs.m.databases-bridge.relPath>
+    <docs.m.eventcache.version>1.0</docs.m.eventcache.version>
+    <docs.m.eventcache.relPath>2.2/blocks/eventcache/${docs.m.eventcache.version}/</docs.m.eventcache.relPath>
     <docs.m.flowscript.version>1.0</docs.m.flowscript.version>
     <docs.m.flowscript.relPath>2.2/blocks/flowscript/${docs.m.flowscript.version}/</docs.m.flowscript.relPath>
     <docs.m.fop.version>1.0</docs.m.fop.version>
@@ -3329,6 +3332,10 @@
     <docs.m.forms.relPath>2.2/blocks/forms/${docs.m.forms.version}/</docs.m.forms.relPath>
     <docs.m.html.version>1.0</docs.m.html.version>
     <docs.m.html.relPath>2.2/blocks/html/${docs.m.html.version}/</docs.m.html.relPath>
+    <docs.m.jcr.version>1.0</docs.m.jcr.version>
+    <docs.m.jcr.relPath>2.2/blocks/jcr/${docs.m.jcr.version}/</docs.m.jcr.relPath>
+    <docs.m.jms.version>1.0</docs.m.jms.version>
+    <docs.m.jms.relPath>2.2/blocks/jms/${docs.m.jms.version}/</docs.m.jms.relPath>
     <docs.m.linkrewriter.version>1.0</docs.m.linkrewriter.version>
     <docs.m.linkrewriter.relPath>2.2/blocks/linkrewriter/${docs.m.linkrewriter.version}/</docs.m.linkrewriter.relPath>
     <docs.m.mail.version>1.0</docs.m.mail.version>
@@ -3556,6 +3563,10 @@
                     <path>${docs.m.ajax.relPath}</path>
                   </collection>
                   <collection>
+                    <name>cdocs-apples</name>
+                    <path>${docs.m.apples.relPath}</path>
+                  </collection>
+                  <collection>
                     <name>cdocs-auth</name>
                     <path>${docs.m.auth.relPath}</path>
                   </collection>
@@ -3568,6 +3579,10 @@
                     <path>${docs.m.captcha.relPath}</path>
                   </collection>
                   <collection>
+                    <name>cdocs-eventcache</name>
+                    <path>${docs.m.eventcache.relPath}</path>
+                  </collection>
+                  <collection>
                     <name>cdocs-flowscript</name>
                     <path>${docs.m.flowscript.relPath}</path>
                   </collection>
@@ -3584,6 +3599,14 @@
                     <path>${docs.m.javaflow.relPath}</path>
                   </collection>
                   <collection>
+                    <name>cdocs-jcr</name>
+                    <path>${docs.m.jcr.relPath}</path>
+                  </collection>
+                  <collection>
+                    <name>cdocs-jms</name>
+                    <path>${docs.m.jms.relPath}</path>
+                  </collection>
+                  <collection>
                     <name>cdocs-lucene</name>
                     <path>${docs.m.lucene.relPath}</path>
                   </collection>