Author: thomas.heute(a)jboss.com
Date: 2007-02-19 15:39:08 -0500 (Mon, 19 Feb 2007)
New Revision: 6347
Modified:
trunk/build/build-thirdparty.xml
trunk/cms/build.xml
trunk/core-cms/build.xml
trunk/core-management/build.xml
trunk/core-search/build.xml
trunk/core/build.xml
trunk/workflow/build.xml
Log:
Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml 2007-02-19 20:36:42 UTC (rev 6346)
+++ trunk/build/build-thirdparty.xml 2007-02-19 20:39:08 UTC (rev 6347)
@@ -110,7 +110,7 @@
<componentref name="sun-opends" version="snapshot"/>
<componentref name="sun-servlet" version="2.4"/>
<componentref name="xdoclet" version="1.2.3"/>
- <componentref name="jbpm" version="3.1.2"/>
+ <componentref name="jbpm/jaronly" version="3.1.2"/>
</build>
Modified: trunk/cms/build.xml
===================================================================
--- trunk/cms/build.xml 2007-02-19 20:36:42 UTC (rev 6346)
+++ trunk/cms/build.xml 2007-02-19 20:39:08 UTC (rev 6347)
@@ -111,7 +111,7 @@
<path refid="jgroups.jgroups.classpath"/>
<path refid="sun.servlet.classpath"/>
<!-- jbpm integration -->
- <path refid="jbpm.jbpm.classpath"/>
+ <path refid="jbpm.jaronly.classpath"/>
</path>
Modified: trunk/core/build.xml
===================================================================
--- trunk/core/build.xml 2007-02-19 20:36:42 UTC (rev 6346)
+++ trunk/core/build.xml 2007-02-19 20:39:08 UTC (rev 6347)
@@ -114,7 +114,7 @@
<path refid="qdox.qdox.classpath"/>
<pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
<!-- jbpm integration -->
- <path refid="jbpm.jbpm.classpath"/>
+ <path refid="jbpm.jaronly.classpath"/>
</path>
<!-- Configure modules -->
Modified: trunk/core-cms/build.xml
===================================================================
--- trunk/core-cms/build.xml 2007-02-19 20:36:42 UTC (rev 6346)
+++ trunk/core-cms/build.xml 2007-02-19 20:39:08 UTC (rev 6347)
@@ -114,7 +114,7 @@
<path refid="qdox.qdox.classpath"/>
<pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
<!-- jbpm integration -->
- <path refid="jbpm.jbpm.classpath"/>
+ <path refid="jbpm.jaronly.classpath"/>
</path>
<!-- Configure modules -->
@@ -266,8 +266,8 @@
<!-- workflow service -->
<copy todir="${build.resources}/portal-cms/portal-workflow.sar">
<fileset dir="${jboss.portal-workflow.root}/lib"
includes="portal-workflow-lib.jar"/>
- <fileset dir="${jbpm.jbpm.lib}"
includes="jbpm-3.1.2.jar"/>
- <fileset dir="${jbpm.jbpm.lib}"
includes="jbpm-identity-3.1.2.jar"/>
+ <fileset dir="${jbpm.jaronly.lib}"
includes="jbpm.jar"/>
+ <fileset dir="${jbpm.jaronly.lib}"
includes="jbpm-identity.jar"/>
<fileset
dir="${jboss.portal-workflow.root}/resources/portal-workflow-sar"/>
</copy>
<!-- this war file is not needed for now -->
Modified: trunk/core-management/build.xml
===================================================================
--- trunk/core-management/build.xml 2007-02-19 20:36:42 UTC (rev 6346)
+++ trunk/core-management/build.xml 2007-02-19 20:39:08 UTC (rev 6347)
@@ -114,7 +114,7 @@
<path refid="qdox.qdox.classpath"/>
<pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
<!-- jbpm integration -->
- <path refid="jbpm.jbpm.classpath"/>
+ <path refid="jbpm.jaronly.classpath"/>
</path>
<!-- Configure modules -->
Modified: trunk/core-search/build.xml
===================================================================
--- trunk/core-search/build.xml 2007-02-19 20:36:42 UTC (rev 6346)
+++ trunk/core-search/build.xml 2007-02-19 20:39:08 UTC (rev 6347)
@@ -114,7 +114,7 @@
<path refid="qdox.qdox.classpath"/>
<pathelement location="${source.etc}/sun-jsf/jsf-example.jar"/>
<!-- jbpm integration -->
- <path refid="jbpm.jbpm.classpath"/>
+ <path refid="jbpm.jaronly.classpath"/>
</path>
<!-- Configure modules -->
Modified: trunk/workflow/build.xml
===================================================================
--- trunk/workflow/build.xml 2007-02-19 20:36:42 UTC (rev 6346)
+++ trunk/workflow/build.xml 2007-02-19 20:39:08 UTC (rev 6347)
@@ -102,7 +102,7 @@
<path refid="jbossas/core.libs.classpath"/>
<path refid="sun.servlet.classpath"/>
<!-- jbpm integration -->
- <path refid="jbpm.jbpm.classpath"/>
+ <path refid="jbpm.jaronly.classpath"/>
</path>
@@ -248,7 +248,7 @@
<path refid="antlr.antlr.classpath"/>
<path refid="jbossas/core.libs.classpath"/>
<!-- jbpm integration -->
- <path refid="jbpm.jbpm.classpath"/>
+ <path refid="jbpm.jaronly.classpath"/>
<pathelement
location="${build.lib}/portal-workflow-lib.jar"/>
<pathelement location="${build.resources}/test"/>
</x-classpath>
Show replies by date