[portal-commits] JBoss Portal SVN: r6028 - in trunk: core-management and 1 other directory.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Thu Jan 18 04:32:29 EST 2007
Author: thomas.heute at jboss.com
Date: 2007-01-18 04:32:29 -0500 (Thu, 18 Jan 2007)
New Revision: 6028
Added:
trunk/core-cms/.classpath
trunk/core-management/.classpath
Modified:
trunk/core-cms/
trunk/core-cms/.project
trunk/core-management/
trunk/core-management/.project
Log:
Update Eclipse files
Property changes on: trunk/core-cms
___________________________________________________________________
Name: svn:ignore
+ bin
Added: trunk/core-cms/.classpath
===================================================================
--- trunk/core-cms/.classpath (rev 0)
+++ trunk/core-cms/.classpath 2007-01-18 09:32:29 UTC (rev 6028)
@@ -0,0 +1,23 @@
+<?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="/cms"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/core"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/server"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/portlet"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/api"/>
+ <classpathentry kind="lib" path="/thirdparty/jbossas/core-libs/lib/jboss-jmx.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/common"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/identity"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jems"/>
+ <classpathentry kind="lib" path="/thirdparty/jbossas/core-libs/lib/jboss-system.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/theme"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/workflow"/>
+ <classpathentry kind="lib" path="/thirdparty/apache-fileupload/lib/commons-fileupload.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jbpm/lib/jbpm-3.1.2.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Modified: trunk/core-cms/.project
===================================================================
--- trunk/core-cms/.project 2007-01-18 09:14:51 UTC (rev 6027)
+++ trunk/core-cms/.project 2007-01-18 09:32:29 UTC (rev 6028)
@@ -5,7 +5,13 @@
<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>
Property changes on: trunk/core-management
___________________________________________________________________
Name: svn:ignore
+ bin
Added: trunk/core-management/.classpath
===================================================================
--- trunk/core-management/.classpath (rev 0)
+++ trunk/core-management/.classpath 2007-01-18 09:32:29 UTC (rev 6028)
@@ -0,0 +1,13 @@
+<?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="/core"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/jems"/>
+ <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 combineaccessrules="false" kind="src" path="/federation"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/portlet"/>
+ <classpathentry kind="lib" path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Modified: trunk/core-management/.project
===================================================================
--- trunk/core-management/.project 2007-01-18 09:14:51 UTC (rev 6027)
+++ trunk/core-management/.project 2007-01-18 09:32:29 UTC (rev 6028)
@@ -5,7 +5,13 @@
<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>
More information about the portal-commits
mailing list