Author: thomas.heute(a)jboss.com
Date: 2007-09-03 03:36:51 -0400 (Mon, 03 Sep 2007)
New Revision: 8133
Added:
modules/identity/trunk/.classpath
modules/identity/trunk/.project
modules/identity/trunk/.settings/
modules/identity/trunk/.settings/org.eclipse.jdt.core.prefs
Log:
Eclipse files
Added: modules/identity/trunk/.classpath
===================================================================
--- modules/identity/trunk/.classpath (rev 0)
+++ modules/identity/trunk/.classpath 2007-09-03 07:36:51 UTC (rev 8133)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="identity/src/main"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss-portal/modules/common/lib/portal-common-lib.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jbosssx.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.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="lib"
path="/thirdparty/hibernate/lib/hibernate3.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/junit/lib/junit.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss-portal/modules/test/lib/portal-test-lib.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-opends/lib/OpenDS.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: modules/identity/trunk/.project
===================================================================
--- modules/identity/trunk/.project (rev 0)
+++ modules/identity/trunk/.project 2007-09-03 07:36:51 UTC (rev 8133)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>identity-module</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>
Added: modules/identity/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- modules/identity/trunk/.settings/org.eclipse.jdt.core.prefs
(rev 0)
+++ modules/identity/trunk/.settings/org.eclipse.jdt.core.prefs 2007-09-03 07:36:51 UTC
(rev 8133)
@@ -0,0 +1,12 @@
+#Mon Sep 03 09:25:29 CEST 2007
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.4
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
+org.eclipse.jdt.core.compiler.source=1.3
Show replies by date