[jbpm-commits] JBoss JBPM SVN: r4018 - in jbpm4/branches/tbaeyens/modules: config and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 25 04:10:05 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-02-25 04:10:05 -0500 (Wed, 25 Feb 2009)
New Revision: 4018

Added:
   jbpm4/branches/tbaeyens/modules/config/
   jbpm4/branches/tbaeyens/modules/config/.classpath
   jbpm4/branches/tbaeyens/modules/config/.project
   jbpm4/branches/tbaeyens/modules/config/pom.xml
Log:
adding the config module

Added: jbpm4/branches/tbaeyens/modules/config/.classpath
===================================================================
--- jbpm4/branches/tbaeyens/modules/config/.classpath	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/config/.classpath	2009-02-25 09:10:05 UTC (rev 4018)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: jbpm4/branches/tbaeyens/modules/config/.project
===================================================================
--- jbpm4/branches/tbaeyens/modules/config/.project	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/config/.project	2009-02-25 09:10:05 UTC (rev 4018)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>config</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>

Added: jbpm4/branches/tbaeyens/modules/config/pom.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/config/pom.xml	                        (rev 0)
+++ jbpm4/branches/tbaeyens/modules/config/pom.xml	2009-02-25 09:10:05 UTC (rev 4018)
@@ -0,0 +1,37 @@
+<?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 4 - Config</name>
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>jbpm-config</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jbpm.jbpm4</groupId>
+    <artifactId>jbpm</artifactId>
+    <version>4.0.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+      </resource>
+    </resources>
+  </build>
+
+</project>
\ No newline at end of file


Property changes on: jbpm4/branches/tbaeyens/modules/config/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbpm-commits mailing list