[jbosscache-commits] JBoss Cache SVN: r4498 - in core/branches/1.4.X: .settings and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Sep 21 13:22:31 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-09-21 13:22:30 -0400 (Fri, 21 Sep 2007)
New Revision: 4498

Added:
   core/branches/1.4.X/.classpath
   core/branches/1.4.X/.project
   core/branches/1.4.X/.settings/
   core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs
Removed:
   core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs
Log:
Reinstate eclipse settings (Partial revert of 4460)


Copied: core/branches/1.4.X/.classpath (from rev 4459, core/branches/1.4.X/.classpath)
===================================================================
--- core/branches/1.4.X/.classpath	                        (rev 0)
+++ core/branches/1.4.X/.classpath	2007-09-21 17:22:30 UTC (rev 4498)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="tests/functional"/>
+	<classpathentry kind="src" path="tests/perf"/>
+	<classpathentry kind="src" path="tests/stress"/>
+	<classpathentry kind="src" path="tests/interop"/>
+	<classpathentry kind="lib" path="ant-dist/lib/ant.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/ant-junit.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/ant-launcher.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/ant-nodeps.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/ant-trax.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/ant-xslp.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/bsf.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/junit.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/pretty.jar"/>
+	<classpathentry kind="lib" path="ant-dist/lib/resolver.jar"/>
+	<classpathentry kind="lib" path="lib/bsh-2.0b4.jar"/>
+	<classpathentry kind="lib" path="lib/commons-logging.jar"/>
+	<classpathentry kind="lib" path="lib/concurrent.jar"/>
+	<classpathentry kind="lib" path="lib/derby.jar"/>
+	<classpathentry kind="lib" path="lib/javassist.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-aop.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-common.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-j2ee.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-jmx.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-minimal.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-system.jar"/>
+	<classpathentry kind="lib" path="lib/jdbm-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/jgroups.jar"/>
+	<classpathentry kind="lib" path="lib/junit.jar"/>
+	<classpathentry kind="lib" path="lib/log4j.jar"/>
+	<classpathentry kind="lib" path="lib/qdox.jar"/>
+	<classpathentry kind="lib" path="lib/sleepycat/je.jar"/>
+	<classpathentry kind="lib" path="lib/trove.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="src" path="etc"/>
+	<classpathentry kind="lib" path="lib/jboss-serialization.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>

Copied: core/branches/1.4.X/.project (from rev 4459, core/branches/1.4.X/.project)
===================================================================
--- core/branches/1.4.X/.project	                        (rev 0)
+++ core/branches/1.4.X/.project	2007-09-21 17:22:30 UTC (rev 4498)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>JBossCache</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>

Copied: core/branches/1.4.X/.settings (from rev 4459, core/branches/1.4.X/.settings)

Deleted: core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs	2007-09-13 16:37:52 UTC (rev 4459)
+++ core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs	2007-09-21 17:22:30 UTC (rev 4498)
@@ -1,12 +0,0 @@
-#Thu Sep 08 15:02:04 PDT 2005
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-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

Copied: core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs (from rev 4459, core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs)
===================================================================
--- core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ core/branches/1.4.X/.settings/org.eclipse.jdt.core.prefs	2007-09-21 17:22:30 UTC (rev 4498)
@@ -0,0 +1,12 @@
+#Thu Sep 08 15:02:04 PDT 2005
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+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




More information about the jbosscache-commits mailing list