[jbosscache-commits] JBoss Cache SVN: r8079 - benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jun 2 13:33:55 EDT 2009


Author: galder.zamarreno at jboss.com
Date: 2009-06-02 13:33:54 -0400 (Tue, 02 Jun 2009)
New Revision: 8079

Added:
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project
Log:
Add Eclipse project files.

Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.classpath	2009-06-02 17:33:54 UTC (rev 8079)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/commons-codec.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-common-core.jar"/>
+	<classpathentry kind="lib" path="lib/jboss-logging-spi.jar"/>
+	<classpathentry kind="lib" path="lib/jbosscache-core.jar"/>
+	<classpathentry kind="lib" path="lib/jcip-annotations.jar"/>
+	<classpathentry kind="lib" path="lib/jgroups.jar"/>
+	<classpathentry kind="lib" path="lib/jta.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/framework"/>
+	<classpathentry kind="lib" path="/framework/lib/commons-logging.jar"/>
+	<classpathentry kind="output" path="output/eclipse"/>
+</classpath>

Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project	                        (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/.project	2009-06-02 17:33:54 UTC (rev 8079)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbosscache-3.0.0</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>




More information about the jbosscache-commits mailing list