[jbpm-commits] JBoss JBPM SVN: r1664 - in api/trunk: modules/dialects and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 17 05:30:00 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-07-17 05:30:00 -0400 (Thu, 17 Jul 2008)
New Revision: 1664

Added:
   api/trunk/modules/dialects/api10/
   api/trunk/modules/dialects/api10/pom.xml
   api/trunk/modules/dialects/api10/src/
Removed:
   api/trunk/modules/dialects/api10/pom.xml
   api/trunk/modules/dialects/api10/src/
   api/trunk/modules/dialects/jaxb/
Modified:
   api/trunk/pom.xml
Log:
move dialect api10 module

Copied: api/trunk/modules/dialects/api10 (from rev 1662, api/trunk/modules/dialects/jaxb)

Deleted: api/trunk/modules/dialects/api10/pom.xml
===================================================================
--- api/trunk/modules/dialects/jaxb/pom.xml	2008-07-17 09:21:11 UTC (rev 1662)
+++ api/trunk/modules/dialects/api10/pom.xml	2008-07-17 09:30:00 UTC (rev 1664)
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!--                                                                        -->
-<!--  JBoss, the OpenSource J2EE webOS                                      -->
-<!--                                                                        -->
-<!--  Distributable under LGPL license.                                     -->
-<!--  See terms of license at http://www.gnu.org.                           -->
-<!--                                                                        -->
-<!-- ====================================================================== -->
-
-<!-- $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>JBoss jBPM - API Dialect API-1.0</name>
-  <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-api-dialect-jaxb</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-api-root</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
-  </parent>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-api</artifactId>
-      <version>${version}</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  
-</project>
\ No newline at end of file

Copied: api/trunk/modules/dialects/api10/pom.xml (from rev 1663, api/trunk/modules/dialects/jaxb/pom.xml)
===================================================================
--- api/trunk/modules/dialects/api10/pom.xml	                        (rev 0)
+++ api/trunk/modules/dialects/api10/pom.xml	2008-07-17 09:30:00 UTC (rev 1664)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $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>JBoss jBPM - API Dialect API-1.0</name>
+  <groupId>org.jboss.jbpm</groupId>
+  <artifactId>jbpm-api-dialect-jaxb</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.jbpm</groupId>
+    <artifactId>jbpm-api-root</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.jbpm</groupId>
+      <artifactId>jbpm-api</artifactId>
+      <version>${version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+  
+</project>
\ No newline at end of file

Copied: api/trunk/modules/dialects/api10/src (from rev 1663, api/trunk/modules/dialects/jaxb/src)

Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml	2008-07-17 09:27:02 UTC (rev 1663)
+++ api/trunk/pom.xml	2008-07-17 09:30:00 UTC (rev 1664)
@@ -33,7 +33,7 @@
   <modules>
     <module>modules/api</module>
     <module>modules/impl</module>
-    <module>modules/dialects/jaxb</module>
+    <module>modules/dialects/api10</module>
     <module>modules/dialects/jpdl32</module>
     <module>modules/testsuite</module>
   </modules>




More information about the jbpm-commits mailing list