[jbpm-commits] JBoss JBPM SVN: r2841 - in jbpm3/branches/jbpm-3.3.0.GA/modules: db and 9 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 06:26:52 EST 2008


Author: tom.baeyens at jboss.com
Date: 2008-11-10 06:26:51 -0500 (Mon, 10 Nov 2008)
New Revision: 2841

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/assembly-deploy-artifacts.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/etc/version.info.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/auto-install-template.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/install-definition.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/target-panel-dir.txt
   jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml
Log:
changed artifactId jbpm-core to jbpm-jpdl

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/core/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -16,7 +16,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>JBoss jBPM3 - Core</name>
   <groupId>org.jbpm.jbpm3</groupId>
-  <artifactId>jbpm-core</artifactId>
+  <artifactId>jbpm-jpdl</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/db/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -33,12 +33,12 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
     </dependency>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -30,12 +30,12 @@
   <dependencies>
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
     </dependency>
@@ -118,7 +118,7 @@
     <!-- Sources -->
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <classifier>sources</classifier>
       <version>${version}</version>
     </dependency>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -67,25 +67,25 @@
   <!-- ================================================================== -->
   <target name="configure" depends="init">
 
-    <property name="hsqldb.cfg.xml" value="${deploy.artifacts.resources}/jbpm-core-config/hibernate.cfg.hsqldb.xml"/>
+    <property name="hsqldb.cfg.xml" value="${deploy.artifacts.resources}/jbpm-jpdl-config/hibernate.cfg.hsqldb.xml"/>
     <macro-disable file="${hsqldb.cfg.xml}" section="JDBC connection properties"/>
     <macro-disable file="${hsqldb.cfg.xml}" section="Automatic schema creation"/>
     <macro-enable file="${hsqldb.cfg.xml}" section="DataSource properties"/>
     <macro-enable file="${hsqldb.cfg.xml}" section="JTA transaction properties"/>
 
-    <property name="mysql.cfg.xml" value="${deploy.artifacts.resources}/jbpm-core-config/hibernate.cfg.mysql.xml"/>
+    <property name="mysql.cfg.xml" value="${deploy.artifacts.resources}/jbpm-jpdl-config/hibernate.cfg.mysql.xml"/>
     <macro-disable file="${mysql.cfg.xml}" section="JDBC connection properties"/>
     <macro-disable file="${mysql.cfg.xml}" section="Automatic schema creation"/>
     <macro-enable file="${mysql.cfg.xml}" section="DataSource properties"/>
     <macro-enable file="${mysql.cfg.xml}" section="JTA transaction properties"/>
 
-    <property name="postgresql.cfg.xml" value="${deploy.artifacts.resources}/jbpm-core-config/hibernate.cfg.postgresql.xml"/>
+    <property name="postgresql.cfg.xml" value="${deploy.artifacts.resources}/jbpm-jpdl-config/hibernate.cfg.postgresql.xml"/>
     <macro-disable file="${postgresql.cfg.xml}" section="JDBC connection properties"/>
     <macro-disable file="${postgresql.cfg.xml}" section="Automatic schema creation"/>
     <macro-enable file="${postgresql.cfg.xml}" section="DataSource properties"/>
     <macro-enable file="${postgresql.cfg.xml}" section="JTA transaction properties"/>
 
-    <property name="sybase.cfg.xml" value="${deploy.artifacts.resources}/jbpm-core-config/hibernate.cfg.sybase.xml"/>
+    <property name="sybase.cfg.xml" value="${deploy.artifacts.resources}/jbpm-jpdl-config/hibernate.cfg.sybase.xml"/>
     <macro-disable file="${sybase.cfg.xml}" section="JDBC connection properties"/>
     <macro-disable file="${sybase.cfg.xml}" section="Automatic schema creation"/>
     <macro-enable file="${sybase.cfg.xml}" section="DataSource properties"/>
@@ -137,12 +137,12 @@
 
     <!--  http://jira.codehaus.org/browse/IZPACK-151 -->
     <copy file="${deploy.artifacts.lib}/jbpm-enterprise-bundle.ear" tofile="${deploy.artifacts.lib}/jbpm-enterprise-bundle.zip" />
-    <copy file="${deploy.artifacts.lib}/jbpm-core-config.jar" tofile="${deploy.artifacts.lib}/jbpm-core-config.zip" />
+    <copy file="${deploy.artifacts.lib}/jbpm-jpdl-config.jar" tofile="${deploy.artifacts.lib}/jbpm-jpdl-config.zip" />
     <copy file="${deploy.artifacts.lib}/jbpm-userguide.jdocbook" tofile="${deploy.artifacts.lib}/jbpm-userguide.zip" />
 
     <!-- Run installer build -->
     <echo message="Running IzPack to build the installer..." />
-    <izpack input="${resources.dir}/installer/install-definition.xml" output="${output.dir}/${product.short.name}-${product.version}-izpack.jar"
+    <izpack input="${resources.dir}/installer/install-definition.xml" output="${output.dir}/jbpm-jpdl-${product.version}-installer.jar"
       installerType="standard" inheritAll="true" basedir="${izpack.temp.dir}" />
 
     <!-- Clean working directory -->

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/assembly-deploy-artifacts.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/assembly-deploy-artifacts.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/assembly-deploy-artifacts.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -35,10 +35,10 @@
     
     <!-- resources -->
     <dependencySet>
-      <outputDirectory>resources/jbpm-core-config</outputDirectory>
+      <outputDirectory>resources/jbpm-jpdl-config</outputDirectory>
       <useStrictFiltering>true</useStrictFiltering>
       <includes>
-        <include>*:jbpm-core:jar:config</include>
+        <include>*:jbpm-jpdl:jar:config</include>
       </includes>
       <unpack>true</unpack>
     </dependencySet>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/etc/version.info.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/etc/version.info.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/etc/version.info.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -1,6 +1,6 @@
 <jbpm-version-info name="jBPM3" namespace="urn:jbpm.org:jpdl-3.2">
 
-  <classpathentry path="lib/jbpm-core.jar" src="src/jbpm-core-sources.jar" />
+  <classpathentry path="lib/jbpm-jpdl.jar" src="src/jbpm-jpdl-sources.jar" />
   <classpathentry path="lib/jbpm-identity.jar" src="src/jbpm-identity-sources.jar" />
 
   <classpathentry path="lib/activation.jar" />

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/auto-install-template.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/auto-install-template.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/auto-install-template.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -1,7 +1,7 @@
 <AutomatedInstallation langpack="eng">
   <com.izforge.izpack.panels.HelloPanel />
   <com.izforge.izpack.panels.TargetPanel>
-    <installpath>@user.home@/jBPM- at product.version@</installpath>
+    <installpath>@user.home@/jbpm-jpdl- at product.version@</installpath>
   </com.izforge.izpack.panels.TargetPanel>
   <com.izforge.izpack.panels.TreePacksPanel>
     <pack name="jBPM3 Standalone" index="0" selected="true"/>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/install-definition.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/install-definition.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -112,9 +112,9 @@
       <description>The jBPM3 Standalone Components</description>
 
       <!-- jbpm3/config -->
-      <file src="@{deploy.artifacts.dir}/lib/jbpm-core-config.zip" targetdir="$INSTALL_PATH/jbpm3/config"
+      <file src="@{deploy.artifacts.dir}/lib/jbpm-jpdl-config.zip" targetdir="$INSTALL_PATH/config"
         unpack="true" override="true" />
-      <file src="@{deploy.artifacts.dir}/etc/version.info.xml" targetdir="$INSTALL_PATH/jbpm3/config"
+      <file src="@{deploy.artifacts.dir}/etc/version.info.xml" targetdir="$INSTALL_PATH/config"
         override="true" />
 
       <!-- jbpm3/database -->
@@ -122,23 +122,23 @@
         unpack="true" override="true" />
 
       <!-- jbpm3/docs -->
-      <file src="@{deploy.artifacts.dir}/lib/jbpm-userguide.zip" targetdir="$INSTALL_PATH/jbpm3/docs/userguide"
+      <file src="@{deploy.artifacts.dir}/lib/jbpm-userguide.zip" targetdir="$INSTALL_PATH/docs/userguide"
         unpack="true" override="true" />
-      <file src="@{deploy.artifacts.dir}/etc/JBossORG-EULA.txt" targetdir="$INSTALL_PATH/jbpm3"
+      <file src="@{deploy.artifacts.dir}/etc/JBossORG-EULA.txt" targetdir="$INSTALL_PATH"
         override="true" />
 
       <!-- jbpm3/designer -->
-      <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/jbpm3/designer" override="true">
+      <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/designer" override="true">
         <include name="jbpm-jpdl-designer-site.zip" />
       </fileset>
-      <file src="@{deploy.artifacts.dir}/etc/version.info.xml" targetdir="$INSTALL_PATH/jbpm3/src/resources/gpd"
+      <file src="@{deploy.artifacts.dir}/etc/version.info.xml" targetdir="$INSTALL_PATH/src/resources/gpd"
         override="true" />
-      <fileset dir="@{deploy.artifacts.dir}/examples" targetdir="$INSTALL_PATH/jbpm3/examples" override="true"/>
+      <fileset dir="@{deploy.artifacts.dir}/examples" targetdir="$INSTALL_PATH/examples" override="true"/>
 
       <!-- jbpm3/lib -->
-      <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/jbpm3/lib" override="true">
+      <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/lib" override="true">
         <include name="jbpm-enterprise-bundle.ear" />
-        <include name="jbpm-core.jar" />
+        <include name="jbpm-jpdl.jar" />
         <include name="jbpm-identity.jar" />
         <include name="jsf-console.war" />
         <include name="activation.jar" />
@@ -156,9 +156,9 @@
       </fileset>
 
       <!-- jbpm3/src -->
-      <fileset dir="@{deploy.artifacts.dir}/src" targetdir="$INSTALL_PATH/jbpm3/src" override="true">
+      <fileset dir="@{deploy.artifacts.dir}/src" targetdir="$INSTALL_PATH/src" override="true">
         <include name="jsf-console-sources.jar" />
-        <include name="jbpm-core-sources.jar" />
+        <include name="jbpm-jpdl-sources.jar" />
         <include name="jbpm-enterprise-beans-sources.jar" />
         <include name="jbpm-identity-sources.jar" />
       </fileset>
@@ -189,7 +189,7 @@
       <file src="@{resources.dir}/destination/jbpm-destinations-service.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" />
       
       <!-- database configs to docs/examples/jbpm -->
-      <fileset dir="@{deploy.artifacts.dir}/resources/jbpm-core-config" targetdir="${installPath}/docs/examples/jbpm" override="true">
+      <fileset dir="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config" targetdir="${installPath}/docs/examples/jbpm" override="true">
         <include name="hibernate.cfg.hsqldb.xml"/>
         <include name="hibernate.cfg.mysql.xml"/>
         <include name="hibernate.cfg.postgresql.xml"/>
@@ -201,32 +201,32 @@
       </fileset>
       
       <!-- Database Hypsersonic -->
-      <file src="@{deploy.artifacts.dir}/resources/jbpm-core-config/jbpm-hsqldb-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" condition="isHypersonic"/>
-      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-core-config/hibernate.cfg.hsqldb.xml" condition="isHypersonic" 
+      <file src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-hsqldb-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" condition="isHypersonic"/>
+      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.hsqldb.xml" condition="isHypersonic" 
         target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml" />
       <fileset dir="@{resources.dir}/database" targetdir="${installPath}/server/${jbossTargetServer}/data" condition="isHypersonic">
         <include name="hypersonic/jbpmDB.*" />
       </fileset>
         
       <!-- Database MySQL -->
-      <file src="@{deploy.artifacts.dir}/resources/jbpm-core-config/jbpm-mysql-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" condition="isMySQL"/>
-      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-core-config/hibernate.cfg.mysql.xml" condition="isMySQL" 
+      <file src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-mysql-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" condition="isMySQL"/>
+      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.mysql.xml" condition="isMySQL" 
         target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml" />
       <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar" override="true" condition="isMySQL">
         <include name="mysql-connector-java.jar" />
       </fileset>
         
       <!-- Database PostgreSQL -->
-      <file src="@{deploy.artifacts.dir}/resources/jbpm-core-config/jbpm-postgresql-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"  condition="isPostgreSQL"/>
-      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-core-config/hibernate.cfg.postgresql.xml" condition="isPostgreSQL" 
+      <file src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-postgresql-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm"  condition="isPostgreSQL"/>
+      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.postgresql.xml" condition="isPostgreSQL" 
         target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml" />
       <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar" override="true" condition="isPostgreSQL">
         <include name="postgresql.jar" />
       </fileset>
         
       <!-- Database Sybase -->
-      <file src="@{deploy.artifacts.dir}/resources/jbpm-core-config/jbpm-sybase-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" condition="isSybase"/>
-      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-core-config/hibernate.cfg.sybase.xml" condition="isSybase" 
+      <file src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/jbpm-sybase-ds.xml" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" condition="isSybase"/>
+      <singlefile src="@{deploy.artifacts.dir}/resources/jbpm-jpdl-config/hibernate.cfg.sybase.xml" condition="isSybase" 
         target="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar/hibernate.cfg.xml" />
       <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar" override="true" condition="isSybase">
         <include name="jtds.jar" />

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/target-panel-dir.txt
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/target-panel-dir.txt	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/src/main/resources/installer/target-panel-dir.txt	2008-11-10 11:26:51 UTC (rev 2841)
@@ -1 +1 @@
-$USER_HOME/jBPM- at product.version@
\ No newline at end of file
+$USER_HOME/jbpm-jpdl- at product.version@
\ No newline at end of file

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/ear/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -35,7 +35,7 @@
          <exclusions>
             <exclusion>
                <groupId>org.jbpm.jbpm3</groupId>
-               <artifactId>jbpm-core</artifactId>
+               <artifactId>jbpm-jpdl</artifactId>
             </exclusion>
          </exclusions>
       </dependency>
@@ -46,7 +46,7 @@
       </dependency>
       <dependency>
          <groupId>org.jbpm.jbpm3</groupId>
-         <artifactId>jbpm-core</artifactId>
+         <artifactId>jbpm-jpdl</artifactId>
          <version>${version}</version>
          <exclusions>
             <exclusion>
@@ -82,7 +82,7 @@
          <exclusions>
             <exclusion>
                <groupId>org.jbpm.jbpm3</groupId>
-               <artifactId>jbpm-core</artifactId>
+               <artifactId>jbpm-jpdl</artifactId>
             </exclusion>
          </exclusions>
       </dependency>
@@ -104,8 +104,8 @@
                   </ejbModule>
                   <jarModule>
                      <groupId>org.jbpm.jbpm3</groupId>
-                     <artifactId>jbpm-core</artifactId>
-                     <bundleFileName>jbpm-core.jar</bundleFileName>
+                     <artifactId>jbpm-jpdl</artifactId>
+                     <bundleFileName>jbpm-jpdl.jar</bundleFileName>
                      <includeInApplicationXml>true</includeInApplicationXml>
                   </jarModule>
                   <jarModule>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/enterprise/jar/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -30,7 +30,7 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <version>${version}</version>
     </dependency>
 

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/examples/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -38,7 +38,7 @@
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
     </dependency>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/identity/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -31,7 +31,7 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <version>${version}</version>
     </dependency>
 
@@ -45,7 +45,7 @@
     <!-- Test Dependencies -->
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
       <scope>test</scope>

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml	2008-11-10 11:25:15 UTC (rev 2840)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/simulation/pom.xml	2008-11-10 11:26:51 UTC (rev 2841)
@@ -30,7 +30,7 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
+      <artifactId>jbpm-jpdl</artifactId>
       <version>${version}</version>
     </dependency>
     




More information about the jbpm-commits mailing list