Author: thomas.heute(a)jboss.com
Date: 2007-01-08 10:29:00 -0500 (Mon, 08 Jan 2007)
New Revision: 5964
Added:
trunk/workflow/.classpath
trunk/workflow/.project
Modified:
trunk/cms/.classpath
trunk/core/.classpath
Log:
Updated Eclipse files
Modified: trunk/cms/.classpath
===================================================================
--- trunk/cms/.classpath 2007-01-08 13:07:21 UTC (rev 5963)
+++ trunk/cms/.classpath 2007-01-08 15:29:00 UTC (rev 5964)
@@ -39,5 +39,8 @@
<classpathentry combineaccessrules="false" kind="src"
path="/portlet"/>
<classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
<classpathentry combineaccessrules="false" kind="src"
path="/identity"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/search"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/workflow"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbpm/lib/jbpm-3.1.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/core/.classpath
===================================================================
--- trunk/core/.classpath 2007-01-08 13:07:21 UTC (rev 5963)
+++ trunk/core/.classpath 2007-01-08 15:29:00 UTC (rev 5964)
@@ -46,5 +46,7 @@
<classpathentry combineaccessrules="false" kind="src"
path="/format"/>
<classpathentry combineaccessrules="false" kind="src"
path="/federation"/>
<classpathentry combineaccessrules="false" kind="src"
path="/registration"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbpm/lib/jbpm-3.1.2.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/workflow"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Added: trunk/workflow/.classpath
===================================================================
--- trunk/workflow/.classpath 2007-01-08 13:07:21 UTC (rev 5963)
+++ trunk/workflow/.classpath 2007-01-08 15:29:00 UTC (rev 5964)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/jems"/>
+ <classpathentry kind="lib"
path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbpm/lib/jbpm-3.1.2.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-system.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-jmx.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/junit/lib/junit.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/workflow/.project
===================================================================
--- trunk/workflow/.project 2007-01-08 13:07:21 UTC (rev 5963)
+++ trunk/workflow/.project 2007-01-08 15:29:00 UTC (rev 5964)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>workflow</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Show replies by date