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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 24 05:12:50 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-24 05:12:50 -0500 (Mon, 24 Nov 2008)
New Revision: 3048

Modified:
   jbpm4/trunk/modules/api/pom.xml
Log:
yet another xsddoc attempt

Modified: jbpm4/trunk/modules/api/pom.xml
===================================================================
--- jbpm4/trunk/modules/api/pom.xml	2008-11-24 10:09:53 UTC (rev 3047)
+++ jbpm4/trunk/modules/api/pom.xml	2008-11-24 10:12:50 UTC (rev 3048)
@@ -60,8 +60,8 @@
                 <echo message="basedir: ${basedir}" />
                 <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="maven.plugin.classpath" />
                 <mkdir dir="target/doc/schemadoc" />
-                <xsddoc out="${basedir}/target/doc/schemadoc" title="jBPM 4 Schema's" verbose="false">
-                  <fileset dir="${basedir}/src/main/resources" />
+                <xsddoc out="modules/api/target/doc/schemadoc" title="jBPM 4 Schema's" verbose="false">
+                  <fileset dir="src/main/resources" />
                 </xsddoc>
               </tasks>
             </configuration>




More information about the jbpm-commits mailing list