Author: thomas.heute(a)jboss.com
Date: 2007-03-19 05:39:08 -0400 (Mon, 19 Mar 2007)
New Revision: 6740
Added:
trunk/portlet-server/.classpath
trunk/portlet-server/.project
Modified:
trunk/common/.classpath
trunk/core-samples/.classpath
trunk/core/.classpath
Log:
Update for Eclipse
Modified: trunk/common/.classpath
===================================================================
--- trunk/common/.classpath 2007-03-19 09:36:28 UTC (rev 6739)
+++ trunk/common/.classpath 2007-03-19 09:39:08 UTC (rev 6740)
@@ -16,5 +16,6 @@
<classpathentry kind="lib" path="/tools/lib/ant-junit.jar"/>
<classpathentry kind="lib"
path="/thirdparty/apache-httpclient/lib/commons-httpclient.jar"/>
<classpathentry kind="lib"
path="/thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/core/.classpath
===================================================================
--- trunk/core/.classpath 2007-03-19 09:36:28 UTC (rev 6739)
+++ trunk/core/.classpath 2007-03-19 09:39:08 UTC (rev 6740)
@@ -47,5 +47,6 @@
<classpathentry combineaccessrules="false" kind="src"
path="/workflow"/>
<classpathentry combineaccessrules="false" kind="src"
path="/portlet-federation"/>
<classpathentry kind="lib"
path="/thirdparty/jbpm/jaronly/lib/jbpm.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/portlet-server"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/core-samples/.classpath
===================================================================
--- trunk/core-samples/.classpath 2007-03-19 09:36:28 UTC (rev 6739)
+++ trunk/core-samples/.classpath 2007-03-19 09:39:08 UTC (rev 6740)
@@ -1,5 +1,14 @@
<?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 kind="output" path=""/>
+ <classpathentry kind="lib"
path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/api"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/format"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/core"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/common"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/identity"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/portlet"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/theme"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>
Added: trunk/portlet-server/.classpath
===================================================================
--- trunk/portlet-server/.classpath (rev 0)
+++ trunk/portlet-server/.classpath 2007-03-19 09:39:08 UTC (rev 6740)
@@ -0,0 +1,18 @@
+<?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="/common"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/portlet"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/server"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/api"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-xml-binding.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/apache-log4j/lib/log4j.jar"/>
+ <classpathentry combineaccessrules="false" kind="src"
path="/security"/>
+ <classpathentry kind="lib"
path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/portlet-server/.project
===================================================================
--- trunk/portlet-server/.project (rev 0)
+++ trunk/portlet-server/.project 2007-03-19 09:39:08 UTC (rev 6740)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>portlet-server</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