[jbpm-commits] JBoss JBPM SVN: r2514 - in projects/spec/trunk: modules and 1 other directories.
do-not-reply at jboss.org
do-not-reply at jboss.org
Thu Oct 9 02:47:55 EDT 2008
Author: thomas.diesler at jboss.com
Date: 2008-10-09 02:47:55 -0400 (Thu, 09 Oct 2008)
New Revision: 2514
Added:
projects/spec/trunk/modules/ri/
projects/spec/trunk/modules/ri/.classpath
projects/spec/trunk/modules/ri/.project
projects/spec/trunk/modules/ri/pom.xml
projects/spec/trunk/modules/ri/src/
Removed:
projects/spec/trunk/modules/impl/
projects/spec/trunk/modules/ri/.classpath
projects/spec/trunk/modules/ri/.project
projects/spec/trunk/modules/ri/pom.xml
projects/spec/trunk/modules/ri/src/
Modified:
projects/spec/trunk/pom.xml
Log:
Move module/impl to module/ri
Copied: projects/spec/trunk/modules/ri (from rev 2510, projects/spec/trunk/modules/impl)
Deleted: projects/spec/trunk/modules/ri/.classpath
===================================================================
--- projects/spec/trunk/modules/impl/.classpath 2008-10-08 15:11:43 UTC (rev 2510)
+++ projects/spec/trunk/modules/ri/.classpath 2008-10-09 06:47:55 UTC (rev 2514)
@@ -1,10 +0,0 @@
-<?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/test-classes" path="src/test/resources"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="target/classes"/>
-</classpath>
Copied: projects/spec/trunk/modules/ri/.classpath (from rev 2513, projects/spec/trunk/modules/impl/.classpath)
===================================================================
--- projects/spec/trunk/modules/ri/.classpath (rev 0)
+++ projects/spec/trunk/modules/ri/.classpath 2008-10-09 06:47:55 UTC (rev 2514)
@@ -0,0 +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/test-classes" path="src/test/resources"/>
+ <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
+</classpath>
Deleted: projects/spec/trunk/modules/ri/.project
===================================================================
--- projects/spec/trunk/modules/impl/.project 2008-10-08 15:11:43 UTC (rev 2510)
+++ projects/spec/trunk/modules/ri/.project 2008-10-09 06:47:55 UTC (rev 2514)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>jbpm-spec-ri</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- </natures>
-</projectDescription>
Copied: projects/spec/trunk/modules/ri/.project (from rev 2513, projects/spec/trunk/modules/impl/.project)
===================================================================
--- projects/spec/trunk/modules/ri/.project (rev 0)
+++ projects/spec/trunk/modules/ri/.project 2008-10-09 06:47:55 UTC (rev 2514)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jbpm-spec-ri</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
+ </natures>
+</projectDescription>
Deleted: projects/spec/trunk/modules/ri/pom.xml
===================================================================
--- projects/spec/trunk/modules/impl/pom.xml 2008-10-08 15:11:43 UTC (rev 2510)
+++ projects/spec/trunk/modules/ri/pom.xml 2008-10-09 06:47:55 UTC (rev 2514)
@@ -1,94 +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 jBPM4 - Impl</name>
- <groupId>org.jbpm.jbpm4</groupId>
- <artifactId>jbpm-impl</artifactId>
- <packaging>jar</packaging>
-
-
- <!-- Parent -->
- <parent>
- <groupId>org.jbpm.jbpm4</groupId>
- <artifactId>jbpm</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
-
- <!-- Properties -->
- <properties>
- <hibernate.version>3.2.6.ga</hibernate.version>
- <hibernate.annotations.version>3.3.1.GA</hibernate.annotations.version>
- <hibernate.validator.version>3.0.0.ga</hibernate.validator.version>
- <mvel.version>1.3.7-java1.5</mvel.version>
- </properties>
-
- <!-- DependencyManagement -->
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- <version>${hibernate.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>${hibernate.annotations.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>${hibernate.validator.version}</version>
- </dependency>
- <dependency>
- <groupId>org.mvel</groupId>
- <artifactId>mvel</artifactId>
- <version>${mvel.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <!-- Dependencies -->
- <dependencies>
- <dependency>
- <groupId>org.jbpm.jbpm4</groupId>
- <artifactId>jbpm-api</artifactId>
- <version>${version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- </dependency>
- <dependency>
- <groupId>org.mvel</groupId>
- <artifactId>mvel</artifactId>
- </dependency>
- </dependencies>
-
- <!-- Profiles -->
- <profiles>
- </profiles>
-
-</project>
\ No newline at end of file
Copied: projects/spec/trunk/modules/ri/pom.xml (from rev 2513, projects/spec/trunk/modules/impl/pom.xml)
===================================================================
--- projects/spec/trunk/modules/ri/pom.xml (rev 0)
+++ projects/spec/trunk/modules/ri/pom.xml 2008-10-09 06:47:55 UTC (rev 2514)
@@ -0,0 +1,94 @@
+<?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>jBPM Spec - RI</name>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm-spec-ri</artifactId>
+ <packaging>jar</packaging>
+
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm-spec</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <!-- Properties -->
+ <properties>
+ <hibernate.version>3.2.6.ga</hibernate.version>
+ <hibernate.annotations.version>3.3.1.GA</hibernate.annotations.version>
+ <hibernate.validator.version>3.0.0.ga</hibernate.validator.version>
+ <mvel.version>1.3.7-java1.5</mvel.version>
+ </properties>
+
+ <!-- DependencyManagement -->
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ <version>${hibernate.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>${hibernate.annotations.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>${hibernate.validator.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mvel</groupId>
+ <artifactId>mvel</artifactId>
+ <version>${mvel.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jbpm.jbpm4</groupId>
+ <artifactId>jbpm-spec-api</artifactId>
+ <version>${version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.mvel</groupId>
+ <artifactId>mvel</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Profiles -->
+ <profiles>
+ </profiles>
+
+</project>
Copied: projects/spec/trunk/modules/ri/src (from rev 2513, projects/spec/trunk/modules/impl/src)
Modified: projects/spec/trunk/pom.xml
===================================================================
--- projects/spec/trunk/pom.xml 2008-10-09 06:02:28 UTC (rev 2513)
+++ projects/spec/trunk/pom.xml 2008-10-09 06:47:55 UTC (rev 2514)
@@ -34,7 +34,7 @@
<!-- Modules -->
<modules>
<module>modules/api</module>
- <module>modules/impl</module>
+ <module>modules/ri</module>
<module>modules/cts</module>
</modules>
More information about the jbpm-commits
mailing list