Author: thomas.heute(a)jboss.com
Date: 2007-08-15 08:00:28 -0400 (Wed, 15 Aug 2007)
New Revision: 7934
Added:
modules/common/trunk/.classpath
modules/common/trunk/.project
modules/common/trunk/.settings/
modules/common/trunk/.settings/org.eclipse.jdt.core.prefs
Log:
Eclipse files
Added: modules/common/trunk/.classpath
===================================================================
--- modules/common/trunk/.classpath (rev 0)
+++ modules/common/trunk/.classpath 2007-08-15 12:00:28 UTC (rev 7934)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="common/src/main"/>
+ <classpathentry kind="lib"
path="/thirdparty/apache-ant/lib/ant.jar"/>
+ <classpathentry kind="lib"
path="/tools/lib/cargo-core-uberjar-0.8.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jboss/backport-concurrent/lib/jboss-backport-concurrent.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/junit/lib/junit.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-j2ee.jar"/>
+ <classpathentry kind="lib" path="/tools/lib/ant-junit.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-common.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/apache-httpclient/lib/commons-httpclient.jar"/>
+ <classpathentry kind="lib"
path="/thirdparty/sun-jaf/lib/activation.jar"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib"
path="/thirdparty/jbossas/core-libs/lib/jboss-jmx.jar"
sourcepath="/JBoss_AS_4.0.5/jmx/src/main"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: modules/common/trunk/.project
===================================================================
--- modules/common/trunk/.project (rev 0)
+++ modules/common/trunk/.project 2007-08-15 12:00:28 UTC (rev 7934)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>common_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/common/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- modules/common/trunk/.settings/org.eclipse.jdt.core.prefs (rev
0)
+++ modules/common/trunk/.settings/org.eclipse.jdt.core.prefs 2007-08-15 12:00:28 UTC (rev
7934)
@@ -0,0 +1,12 @@
+#Wed Aug 15 12:04:04 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