[jbpm-commits] JBoss JBPM SVN: r2192 - in projects/api/branches/jbpm-api-1.0.0-Alpha1: modules/api and 11 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Sep 12 09:08:50 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-12 09:08:50 -0400 (Fri, 12 Sep 2008)
New Revision: 2192

Added:
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/ArchiveDeployer.java
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestHelper.java
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestSetup.java
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/JBossArchiveDeployer.java
Modified:
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.classpath
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.project
   projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/pom.xml
   projects/api/branches/jbpm-api-1.0.0-Alpha1/pom.xml
Log:
Use org.jbpm:jbpm.spec

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-api</name>
+	<name>jbpm-spec-api</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -12,15 +12,15 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec API</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-api</artifactId>
+  <name>jBPM Spec - API</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-api</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-spec</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec</artifactId>
     <version>1.0.0-Alpha1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>

Added: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/ArchiveDeployer.java
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/ArchiveDeployer.java	                        (rev 0)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/ArchiveDeployer.java	2008-09-12 13:08:50 UTC (rev 2192)
@@ -0,0 +1,41 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.bpm.test;
+
+import java.net.URL;
+
+/**
+ * An archive deployer 
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 16-May-2006
+ */
+public interface ArchiveDeployer
+{
+   /** Deploy the given archive
+    */
+   void deploy(URL archive) throws Exception;
+
+   /** Undeploy the given archive
+    */
+   void undeploy(URL archive) throws Exception;
+}


Property changes on: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/ArchiveDeployer.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestHelper.java
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestHelper.java	                        (rev 0)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestHelper.java	2008-09-12 13:08:50 UTC (rev 2192)
@@ -0,0 +1,145 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.bpm.test;
+
+import java.io.File;
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.util.Hashtable;
+
+import javax.management.MBeanServerConnection;
+import javax.naming.InitialContext;
+import javax.naming.NamingException;
+
+/**
+ * An integration test helper that deals with test deployment/undeployment, etc.
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 14-Oct-2004
+ */
+public class IntegrationTestHelper
+{
+   private static final String SYSPROP_TEST_ARCHIVE_DIRECTORY = "test.archive.directory";
+   private static final String SYSPROP_TEST_RESOURCES_DIRECTORY = "test.resources.directory";
+
+   private static MBeanServerConnection server;
+   private static String testArchiveDir;
+   private static String testResourcesDir;
+
+   /** Deploy the given archive
+    */
+   public void deploy(String archive) throws Exception
+   {
+      URL url = getArchiveFile(archive).toURL();
+      getDeployer().deploy(url);
+   }
+
+   /** Undeploy the given archive
+    */
+   public void undeploy(String archive) throws Exception
+   {
+      URL url = getArchiveFile(archive).toURL();
+      getDeployer().undeploy(url);
+   }
+
+   @SuppressWarnings("unchecked")
+   public static MBeanServerConnection getServer()
+   {
+      if (server == null)
+      {
+         Hashtable jndiEnv = null;
+         try
+         {
+            InitialContext iniCtx = new InitialContext();
+            jndiEnv = iniCtx.getEnvironment();
+            server = (MBeanServerConnection)iniCtx.lookup("jmx/invoker/RMIAdaptor");
+         }
+         catch (NamingException ex)
+         {
+            throw new RuntimeException("Cannot obtain MBeanServerConnection using jndi props: " + jndiEnv, ex);
+         }
+      }
+      return server;
+   }
+
+   private ArchiveDeployer getDeployer()
+   {
+      return new JBossArchiveDeployer(getServer());
+   }
+
+   /** Try to discover the URL for the deployment archive */
+   public URL getArchiveURL(String archive) throws MalformedURLException
+   {
+      return getArchiveFile(archive).toURL();
+   }
+
+   /** Try to discover the File for the deployment archive */
+   public File getArchiveFile(String archive)
+   {
+      File file = new File(archive);
+      if (file.exists())
+         return file;
+
+      file = new File(getTestArchiveDir() + "/" + archive);
+      if (file.exists())
+         return file;
+
+      String notSet = (getTestArchiveDir() == null ? " System property '" + SYSPROP_TEST_ARCHIVE_DIRECTORY + "' not set." : "");
+      throw new IllegalArgumentException("Cannot obtain '" + getTestArchiveDir() + "/" + archive + "'." + notSet);
+   }
+
+   /** Try to discover the URL for the test resource */
+   public URL getResourceURL(String resource) throws MalformedURLException
+   {
+      return getResourceFile(resource).toURL();
+   }
+
+   /** Try to discover the File for the test resource */
+   public File getResourceFile(String resource)
+   {
+      File file = new File(resource);
+      if (file.exists())
+         return file;
+
+      file = new File(getTestResourcesDir() + "/" + resource);
+      if (file.exists())
+         return file;
+
+      throw new IllegalArgumentException("Cannot obtain '" + getTestResourcesDir() + "/" + resource + "'");
+   }
+
+   public static String getTestArchiveDir()
+   {
+      if (testArchiveDir == null)
+         testArchiveDir = System.getProperty(SYSPROP_TEST_ARCHIVE_DIRECTORY, "target/test-libs");
+
+      return testArchiveDir;
+   }
+
+   public static String getTestResourcesDir()
+   {
+      if (testResourcesDir == null)
+         testResourcesDir = System.getProperty(SYSPROP_TEST_RESOURCES_DIRECTORY, "target/test-resource");
+
+      return testResourcesDir;
+   }
+}


Property changes on: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestHelper.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestSetup.java
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestSetup.java	                        (rev 0)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestSetup.java	2008-09-12 13:08:50 UTC (rev 2192)
@@ -0,0 +1,159 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.bpm.test;
+
+import java.io.File;
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.net.URLClassLoader;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.StringTokenizer;
+
+import javax.management.MBeanServerConnection;
+import javax.naming.NamingException;
+
+import junit.extensions.TestSetup;
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+/**
+ * A test setup that deploys/undeploys archives
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 14-Oct-2004
+ */
+public class IntegrationTestSetup extends TestSetup
+{
+   private IntegrationTestHelper delegate = new IntegrationTestHelper();
+   private String[] archives = new String[0];
+   private ClassLoader originalClassLoader;
+
+   public IntegrationTestSetup(Class<?> testClass, String archiveList)
+   {
+      super(new TestSuite(testClass));
+      getArchiveArray(archiveList);
+   }
+
+   public IntegrationTestSetup(Test test, String archiveList)
+   {
+      super(test);
+      getArchiveArray(archiveList);
+   }
+
+   public IntegrationTestSetup(Test test)
+   {
+      super(test);
+   }
+
+   public File getArchiveFile(String archive)
+   {
+      return delegate.getArchiveFile(archive);
+   }
+
+   public URL getArchiveURL(String archive) throws MalformedURLException
+   {
+      return delegate.getArchiveFile(archive).toURL();
+   }
+
+   public File getResourceFile(String resource)
+   {
+      return delegate.getResourceFile(resource);
+   }
+
+   public URL getResourceURL(String resource) throws MalformedURLException
+   {
+      return delegate.getResourceFile(resource).toURL();
+   }
+
+   private void getArchiveArray(String archiveList)
+   {
+      if (archiveList != null)
+      {
+         StringTokenizer st = new StringTokenizer(archiveList, ", ");
+         archives = new String[st.countTokens()];
+
+         for (int i = 0; i < archives.length; i++)
+            archives[i] = st.nextToken();
+      }
+   }
+
+   protected void setUp() throws Exception
+   {
+      List<URL> clientJars = new ArrayList<URL>();
+      for (int i = 0; i < archives.length; i++)
+      {
+         String archive = archives[i];
+         try
+         {
+            delegate.deploy(archive);
+         }
+         catch (Exception ex)
+         {
+            ex.printStackTrace();
+            delegate.undeploy(archive);
+         }
+
+         if (archive.endsWith("-client.jar"))
+         {
+            URL archiveURL = getArchiveURL(archive);
+            clientJars.add(archiveURL);
+         }
+      }
+
+      ClassLoader parent = Thread.currentThread().getContextClassLoader();
+      originalClassLoader = parent;
+      
+      // add client jars to the class loader
+      if (!clientJars.isEmpty())
+      {
+         URL[] urls = new URL[clientJars.size()];
+         for (int i = 0; i < clientJars.size(); i++)
+         {
+            urls[i] = clientJars.get(i);
+         }
+         URLClassLoader cl = new URLClassLoader(urls, parent);
+         Thread.currentThread().setContextClassLoader(cl);
+      }
+   }
+
+   protected void tearDown() throws Exception
+   {
+      try
+      {
+         for (int i = 0; i < archives.length; i++)
+         {
+            String archive = archives[archives.length - i - 1];
+            delegate.undeploy(archive);
+         }
+      }
+      finally
+      {
+         Thread.currentThread().setContextClassLoader(originalClassLoader);
+      }
+   }
+
+   public MBeanServerConnection getServer() throws NamingException
+   {
+      return IntegrationTestHelper.getServer();
+   }
+}


Property changes on: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/IntegrationTestSetup.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/JBossArchiveDeployer.java
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/JBossArchiveDeployer.java	                        (rev 0)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/JBossArchiveDeployer.java	2008-09-12 13:08:50 UTC (rev 2192)
@@ -0,0 +1,60 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jboss.bpm.test;
+
+import java.net.URL;
+
+import javax.management.MBeanServerConnection;
+import javax.management.ObjectName;
+
+/**
+ * An archive deployer that deals with test deployment/undeployment, etc.
+ * 
+ * @author Thomas.Diesler at jboss.org
+ * @since 14-Oct-2004
+ */
+public class JBossArchiveDeployer implements ArchiveDeployer
+{
+  private static final String MAIN_DEPLOYER = "jboss.system:service=MainDeployer";
+
+  private MBeanServerConnection server;
+
+  public JBossArchiveDeployer(MBeanServerConnection server)
+  {
+    this.server = server;
+  }
+
+  public void deploy(URL url) throws Exception
+  {
+    invokeMainDeployer("deploy", url);
+  }
+
+  public void undeploy(URL url) throws Exception
+  {
+    invokeMainDeployer("undeploy", url);
+  }
+
+  private void invokeMainDeployer(String methodName, URL url) throws Exception
+  {
+    server.invoke(new ObjectName(MAIN_DEPLOYER), methodName, new Object[] { url }, new String[] { "java.net.URL" });
+  }
+}


Property changes on: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/api/src/main/java/org/jboss/bpm/test/JBossArchiveDeployer.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/test/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-dialect-api10</name>
+	<name>jbpm-spec-dialect-api10</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/api10/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -13,15 +13,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Dialect API-1.0</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-dialect-api10</artifactId>
+  <name>jBPM Spec - Dialect API-1.0</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-dialect-api10</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-dialects</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec-dialects</artifactId>
     <version>1.0.0-Alpha1</version>
   </parent>
 </project>
\ No newline at end of file

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-dialect-jpdl32</name>
+	<name>jbpm-spec-dialect-jpdl32</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/jpdl32/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -13,15 +13,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Dialect jPDL-3.2</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-dialect-jpdl32</artifactId>
+  <name>jBPM Spec - Dialect jPDL-3.2</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-dialect-jpdl32</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-dialects</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec-dialects</artifactId>
     <version>1.0.0-Alpha1</version>
   </parent>
   

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -12,15 +12,15 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Dialects</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-dialects</artifactId>
+  <name>jBPM Spec - Dialects</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-dialects</artifactId>
   <packaging>pom</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-spec</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec</artifactId>
     <version>1.0.0-Alpha1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
@@ -36,16 +36,16 @@
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-api</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
     </dependency>
     <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-ri</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-ri</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-dialect-stp</name>
+	<name>jbpm-spec-dialect-stp</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/stp/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -12,15 +12,15 @@
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Dialect STP-0.7.1</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-dialect-stp</artifactId>
+  <name>jBPM Spec - Dialect STP-0.7.1</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-dialect-stp</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-dialects</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec-dialects</artifactId>
     <version>1.0.0-Alpha1</version>
   </parent>
   

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-dialect-xpdl21</name>
+	<name>jbpm-spec-dialect-xpdl21</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/dialects/xpdl21/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -13,15 +13,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Dialect XPDL-2.1</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-dialect-xpdl21</artifactId>
+  <name>jBPM Spec - Dialect XPDL-2.1</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-dialect-xpdl21</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-dialects</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec-dialects</artifactId>
     <version>1.0.0-Alpha1</version>
   </parent>
 </project>
\ No newline at end of file

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-ri</name>
+	<name>jbpm-spec-ri</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/ri/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -14,15 +14,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec RI</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-ri</artifactId>
+  <name>jBPM Spec - RI</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-ri</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-spec</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec</artifactId>
     <version>1.0.0-Alpha1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
@@ -30,8 +30,8 @@
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-api</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
       <version>${version}</version>
       <scope>compile</scope>
     </dependency>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-sample-airticket-client</name>
+	<name>jbpm-spec-sample-airticket-client</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/client/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -14,23 +14,23 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Samples Airticket (Client)</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-sample-airticket-client</artifactId>
+  <name>jBPM Spec - Samples Airticket (Client)</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-sample-airticket-client</artifactId>
   <packaging>war</packaging>
   
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-sample-airticket</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec-sample-airticket</artifactId>
     <version>1.0.0-Alpha1</version>
   </parent>
   
   <!--  Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-sample-airticket-server</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-sample-airticket-server</artifactId>
       <version>${version}</version>
     </dependency>
   </dependencies>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,15 +1,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Samples Airticket</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-sample-airticket</artifactId>
+  <name>jBPM Spec - Samples Airticket</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-sample-airticket</artifactId>
   <packaging>pom</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-spec</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec</artifactId>
     <version>1.0.0-Alpha1</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
@@ -23,12 +23,12 @@
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-api</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-ri</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-ri</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-sample-airticket-server</name>
+	<name>jbpm-spec-sample-airticket-server</name>
 	<comment></comment>
 	<projects>
 	</projects>
@@ -11,12 +11,12 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<name>org.eclipse.stp.bpmn.validation.BatchValidationBuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.stp.bpmn.validation.BatchValidationBuilder</name>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/samples/airticket/server/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -14,27 +14,27 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Samples Airticket (Server)</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-sample-airticket-server</artifactId>
+  <name>jBPM Spec - Samples Airticket (Server)</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-sample-airticket-server</artifactId>
   
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-sample-airticket</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec-sample-airticket</artifactId>
     <version>1.0.0-Alpha1</version>
   </parent>
   
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-dialect-api10</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-api10</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-dialect-stp</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-stp</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.classpath
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.classpath	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.classpath	2008-09-12 13:08:50 UTC (rev 2192)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.project
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.project	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/.project	2008-09-12 13:08:50 UTC (rev 2192)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>bpm-testsuite</name>
+	<name>jbpm-spec-testsuite</name>
 	<comment></comment>
 	<projects>
 	</projects>
@@ -11,12 +11,12 @@
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<name>org.eclipse.stp.bpmn.validation.BatchValidationBuilder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 		<buildCommand>
-			<name>org.eclipse.stp.bpmn.validation.BatchValidationBuilder</name>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/modules/testsuite/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -13,15 +13,15 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec Testsuite</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-testsuite</artifactId>
+  <name>jBPM Spec - CTS</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-cts</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-spec</artifactId>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec</artifactId>
     <version>1.0.0-Alpha1</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
@@ -31,8 +31,8 @@
 
     <!-- Compile Dependencies -->
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-api</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
       <version>${version}</version>
     </dependency>
 
@@ -45,29 +45,29 @@
 
     <!-- Runtime Dependencies -->
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-ri</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-ri</artifactId>
       <version>${version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-dialect-api10</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-api10</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-dialect-stp</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-stp</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-dialect-jpdl32</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-jpdl32</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-dialect-xpdl21</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-xpdl21</artifactId>
       <scope>runtime</scope>
     </dependency>
   </dependencies>

Modified: projects/api/branches/jbpm-api-1.0.0-Alpha1/pom.xml
===================================================================
--- projects/api/branches/jbpm-api-1.0.0-Alpha1/pom.xml	2008-09-12 12:14:23 UTC (rev 2191)
+++ projects/api/branches/jbpm-api-1.0.0-Alpha1/pom.xml	2008-09-12 13:08:50 UTC (rev 2192)
@@ -13,16 +13,16 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>JBossBPM - Spec</name>
-  <groupId>org.jboss.bpm</groupId>
-  <artifactId>jboss-bpm-spec</artifactId>
+  <name>jBPM Spec</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec</artifactId>
   <packaging>pom</packaging>
   <version>1.0.0-Alpha1</version>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-parent</artifactId>
+    <groupId>org.jbpm</groupId>
+    <artifactId>jbpm-parent</artifactId>
     <version>1.0.0.GA</version>
   </parent>
 
@@ -50,33 +50,33 @@
     <dependencies>
       <!-- JBossBPM Dependencies -->
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-api</artifactId>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-api</artifactId>
         <version>${version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-ri</artifactId>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-ri</artifactId>
         <version>${version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-dialect-api10</artifactId>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-dialect-api10</artifactId>
         <version>${version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-dialect-stp</artifactId>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-dialect-stp</artifactId>
         <version>${version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-dialect-jpdl32</artifactId>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-dialect-jpdl32</artifactId>
         <version>${version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-dialect-xpdl21</artifactId>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-dialect-xpdl21</artifactId>
         <version>${version}</version>
       </dependency>
       




More information about the jbpm-commits mailing list