[portal-commits] JBoss Portal SVN: r5889 - in trunk: bridge cms cms/src/main/org/jboss/portal/cms/impl/jcr/command core identity registration search wsrp

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Dec 18 11:10:21 EST 2006


Author: thomas.heute at jboss.com
Date: 2006-12-18 11:10:11 -0500 (Mon, 18 Dec 2006)
New Revision: 5889

Added:
   trunk/registration/.classpath
   trunk/registration/.project
Modified:
   trunk/bridge/
   trunk/bridge/.classpath
   trunk/cms/.classpath
   trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/command/ACLEnforcer.java
   trunk/core/.classpath
   trunk/identity/.classpath
   trunk/search/
   trunk/wsrp/.classpath
Log:
Eclipse files update


Property changes on: trunk/bridge
___________________________________________________________________
Name: svn:ignore
   - output

   + output
bin


Modified: trunk/bridge/.classpath
===================================================================
--- trunk/bridge/.classpath	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/bridge/.classpath	2006-12-18 16:10:11 UTC (rev 5889)
@@ -12,5 +12,5 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jems"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/common"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="output" path="output/classes"/>
 </classpath>

Modified: trunk/cms/.classpath
===================================================================
--- trunk/cms/.classpath	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/cms/.classpath	2006-12-18 16:10:11 UTC (rev 5889)
@@ -38,5 +38,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/api"/>
 	<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 kind="output" path="bin"/>
 </classpath>

Modified: trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/command/ACLEnforcer.java
===================================================================
--- trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/command/ACLEnforcer.java	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/cms/src/main/org/jboss/portal/cms/impl/jcr/command/ACLEnforcer.java	2006-12-18 16:10:11 UTC (rev 5889)
@@ -27,9 +27,9 @@
 import java.util.HashSet;
 import java.util.StringTokenizer;
 
-import org.jboss.portal.cms.impl.jcr.command.*;
-import org.jboss.portal.cms.impl.jcr.composite.*;
-import org.jboss.portal.cms.impl.jcr.*;
+import org.jboss.portal.cms.impl.jcr.JCRCommand;
+import org.jboss.portal.cms.impl.jcr.composite.NewFileCommand;
+import org.jboss.portal.cms.impl.jcr.composite.UpdateFileCommand;
 import org.jboss.portal.cms.security.AuthorizationProvider;
 import org.jboss.portal.cms.security.PortalSecurityContext;
 import org.jboss.portal.cms.security.SecurityContext;

Modified: trunk/core/.classpath
===================================================================
--- trunk/core/.classpath	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/core/.classpath	2006-12-18 16:10:11 UTC (rev 5889)
@@ -45,5 +45,6 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/identity"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/format"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/federation"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/registration"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: trunk/identity/.classpath
===================================================================
--- trunk/identity/.classpath	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/identity/.classpath	2006-12-18 16:10:11 UTC (rev 5889)
@@ -19,5 +19,8 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/test"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-directory/lib/apacheds-protocol-shared-1.0-RC4.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/sun-opends/lib/OpenDS.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Added: trunk/registration/.classpath
===================================================================
--- trunk/registration/.classpath	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/registration/.classpath	2006-12-18 16:10:11 UTC (rev 5889)
@@ -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="/common"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jems"/>
+	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jbossas/core-libs/lib/jboss-common.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/junit/lib/junit.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Added: trunk/registration/.project
===================================================================
--- trunk/registration/.project	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/registration/.project	2006-12-18 16:10:11 UTC (rev 5889)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>registration</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>


Property changes on: trunk/search
___________________________________________________________________
Name: svn:ignore
   - Test

   + Test
output
test


Modified: trunk/wsrp/.classpath
===================================================================
--- trunk/wsrp/.classpath	2006-12-18 15:24:44 UTC (rev 5888)
+++ trunk/wsrp/.classpath	2006-12-18 16:10:11 UTC (rev 5889)
@@ -26,5 +26,7 @@
 	<classpathentry combineaccessrules="false" kind="src" path="/federation"/>
 	<classpathentry kind="lib" path="/thirdparty/jbossas/core-libs/lib/jboss-xml-binding.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jems"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/core"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/registration"/>
 	<classpathentry kind="output" path="output/classes"/>
 </classpath>




More information about the portal-commits mailing list