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 2007/05/10 11:27:18 UTC

svn commit: r536790 - /cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml

Author: reinhard
Date: Thu May 10 02:27:17 2007
New Revision: 536790

URL: http://svn.apache.org/viewvc?view=rev&rev=536790
Log:
configure docs only in auth-impl

Modified:
    cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml

Modified: cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml?view=diff&rev=536790&r1=536789&r2=536790
==============================================================================
--- cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-auth/cocoon-auth-api/pom.xml Thu May 10 02:27:17 2007
@@ -34,43 +34,15 @@
   <artifactId>cocoon-auth-api</artifactId>
   <version>1.0.0-RC1-SNAPSHOT</version>
   <name>Cocoon Authentication Block API</name>
-
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <url>${docs.deploymentBaseUrl}/blocks/auth/${docs.version}/</url>
-    </site>
-  </distributionManagement>
-
-  <properties>
-    <docs.name>Cocoon Authentication</docs.name>    
-    <docs.version>1.0</docs.version>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.daisycms</groupId>
-        <artifactId>daisy-maven-plugin</artifactId>
-        <configuration>        
-          <navDocId>1227</navDocId>
-          <collection>cdocs-auth</collection>          
-          <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
-        </configuration>
-      </plugin>      
-    </plugins>
-  </build>
   
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
-      
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      
       <scope>provided</scope>
     </dependency>
   </dependencies>