[Jboss-cvs] JBossAS SVN: r56785 - in projects/security/trunk: . thirdparty

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 12 16:43:32 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-09-12 16:43:29 -0400 (Tue, 12 Sep 2006)
New Revision: 56785

Added:
   projects/security/trunk/.project
   projects/security/trunk/thirdparty/
Modified:
   projects/security/trunk/
   projects/security/trunk/.classpath
Log:
First pass at making this an eclipse project


Property changes on: projects/security/trunk
___________________________________________________________________
Name: svn:ignore
   + output


Modified: projects/security/trunk/.classpath
===================================================================
--- projects/security/trunk/.classpath	2006-09-12 20:26:59 UTC (rev 56784)
+++ projects/security/trunk/.classpath	2006-09-12 20:43:29 UTC (rev 56785)
@@ -3,22 +3,15 @@
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="src" path="output/gen-parsers"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
-	<classpathentry kind="src" path="/j2ee"/>
-	<classpathentry kind="src" path="/system"/>
-	<classpathentry kind="src" path="/naming"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/hsqldb/lib/hsqldb.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
-	<classpathentry kind="src" path="/j2se"/>
-	<classpathentry kind="src" path="/mbeans"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/transaction"/>
-	<classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/sun-xacml/lib/sunxacml.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/sun-xacml/lib/sunxacml-support.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
+	<classpathentry kind="lib" path="thirdparty/dom4j/lib/dom4j.jar"/>
+	<classpathentry kind="lib" path="thirdparty/hsqldb/lib/hsqldb.jar"/>
+	<classpathentry kind="lib" path="thirdparty/javassist/lib/javassist.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/common/lib/jboss-common.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry kind="lib" path="thirdparty/junit/lib/junit.jar"/>
+	<classpathentry kind="lib" path="thirdparty/sun-javamail/lib/mail.jar"/>
+	<classpathentry kind="lib" path="thirdparty/sun-xacml/lib/sunxacml.jar"/>
+	<classpathentry kind="lib" path="thirdparty/sun-xacml/lib/sunxacml-support.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Added: projects/security/trunk/.project
===================================================================
--- projects/security/trunk/.project	2006-09-12 20:26:59 UTC (rev 56784)
+++ projects/security/trunk/.project	2006-09-12 20:43:29 UTC (rev 56785)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbosssx</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: projects/security/trunk/thirdparty
___________________________________________________________________
Name: svn:ignore
   + apache-log4j
apache-xerces
dom4j
hsqldb
javassist
jboss
junit
licenses
oswego-concurrent
sun-javacc
sun-javamail
sun-xacml
libraries.ent





More information about the jboss-cvs-commits mailing list