[jbpm-commits] JBoss JBPM SVN: r3053 - jbpm4/trunk/modules/api.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 24 08:59:41 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-24 08:59:41 -0500 (Mon, 24 Nov 2008)
New Revision: 3053

Removed:
   jbpm4/trunk/modules/api/build-xsddoc.xml
Modified:
   jbpm4/trunk/modules/api/pom.xml
Log:
giving up on xsddoc for the meantime

Deleted: jbpm4/trunk/modules/api/build-xsddoc.xml
===================================================================
--- jbpm4/trunk/modules/api/build-xsddoc.xml	2008-11-24 13:04:29 UTC (rev 3052)
+++ jbpm4/trunk/modules/api/build-xsddoc.xml	2008-11-24 13:59:41 UTC (rev 3053)
@@ -1,21 +0,0 @@
-<project name="xsddoc" basedir=".">
-
-  <target name="generate">
-      <echo message="compile classpath: ${compile_classpath}"/>
-      <echo message="runtime classpath: ${runtime_classpath}"/>
-      <echo message="test classpath:    ${test_classpath}"/>
-      <echo message="plugin classpath:  ${plugin_classpath}"/>
-      
-    <path id="plugin.classpath">
-    	<pathelement location="${plugin_classpath}" />
-    </path>
-
-    <echo message="basedir: ${basedir}" />
-    <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="plugin.classpath" />
-    <mkdir dir="target/doc/schemadoc" />
-    <xsddoc out="${basedir}/target/doc/schemadoc" title="jBPM 4 Schema's" verbose="false">
-      <fileset dir="src/main/resources" />
-    </xsddoc>
-  </target>
-
-</project>

Modified: jbpm4/trunk/modules/api/pom.xml
===================================================================
--- jbpm4/trunk/modules/api/pom.xml	2008-11-24 13:04:29 UTC (rev 3052)
+++ jbpm4/trunk/modules/api/pom.xml	2008-11-24 13:59:41 UTC (rev 3053)
@@ -46,43 +46,6 @@
   <!-- Plugins -->
   <build>
     <plugins>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>generate-schemadocs</id>
-            <phase>package</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <property name="compile_classpath" refid="maven.compile.classpath"/>
-                <property name="runtime_classpath" refid="maven.runtime.classpath"/>
-                <property name="test_classpath" refid="maven.test.classpath"/>
-                <property name="plugin_classpath" refid="maven.plugin.classpath"/>
-
-                <ant antfile="${basedir}/build-xsddoc.xml">
-                  <target name="generate"/>
-                </ant>
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>xsddoc</groupId>
-            <artifactId>xsddoc</artifactId>
-            <version>1.0</version>
-          </dependency>
-          <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.7.0</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-    
       <!-- 
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -98,7 +61,7 @@
                 <echo message="basedir: ${basedir}" />
                 <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="maven.plugin.classpath" />
                 <mkdir dir="target/doc/schemadoc" />
-                <xsddoc out="modules/api/target/doc/schemadoc" title="jBPM 4 Schema's" verbose="false">
+                <xsddoc out="${basedir}/target/doc/schemadoc" title="jBPM 4 Schema's" verbose="false">
                   <fileset dir="src/main/resources" />
                 </xsddoc>
               </tasks>
@@ -118,7 +81,7 @@
           </dependency>
         </dependencies>
       </plugin>
-      -->
+       -->
     </plugins>
   </build>
   




More information about the jbpm-commits mailing list