You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/07/19 09:30:13 UTC

svn commit: r795501 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/pom.xml

Author: spoole
Date: Sun Jul 19 09:30:12 2009
New Revision: 795501

URL: http://svn.apache.org/viewvc?rev=795501&view=rev
Log:
removed old spec gen process for api project (new one in separate kato.docs module)

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/pom.xml?rev=795501&r1=795500&r2=795501&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/pom.xml Sun Jul 19 09:30:12 2009
@@ -42,69 +42,7 @@
         
       </plugin>
 
-		
-   <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>compile</id>
-            <phase>compile</phase>
-            <configuration>
-              <tasks>
-                <ant  antfile="spec.xml" dir="src/ant" target="create-spec"> 
-                  <property name="src" location="src"/>
-                  <property name="build" value="${project.build.directory}/spec"/>
-                  <property name="path" refid="maven.runtime.classpath"/>
-                </ant>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-         	<dependency>
-         		<groupId>org.apache.ant</groupId>
-         		<artifactId>ant-trax</artifactId>
-         		<version>1.7.1</version>
-         	</dependency>
-        
-		
-  </dependencies>
-
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.doxia</groupId>
-        <artifactId>doxia-maven-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <phase>pre-site</phase>
-            <goals>
-              <goal>render-books</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <books>
-            <book>
-              <directory>target/spec</directory>
-              <descriptor>target/spec/spec.xml</descriptor>
-              <formats>
-                
-                <format>
-                  <id>pdf</id>
-                </format>
-                
-              </formats>
-            </book>
-          </books>
-        </configuration>
-       
-      </plugin>
+	
       </plugins>
 </build>	
 </project>
\ No newline at end of file