[jbosscache-commits] JBoss Cache SVN: r7991 - in benchmarks/benchmark-fwk/trunk/cache-products: jbosscache-1.4.1 and 1 other directory.
jbosscache-commits at lists.jboss.org
jbosscache-commits at lists.jboss.org
Wed Apr 22 12:41:05 EDT 2009
Author: galder.zamarreno at jboss.com
Date: 2009-04-22 12:41:04 -0400 (Wed, 22 Apr 2009)
New Revision: 7991
Added:
benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath
benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath
benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project
Log:
Added Eclipse project and classpath files.
Added: benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.classpath 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="lib/backport-util-concurrent-3.0.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="lib/ehcache.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/framework"/>
+ <classpathentry kind="lib" path="/framework/lib/common/testng-5.1-jdk15.jar"/>
+ <classpathentry kind="output" path="output/eclipse"/>
+</classpath>
Added: benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/ehcache-1.5.0/.project 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ehcache-1.5.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>
Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.classpath 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="lib/concurrent.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-aop.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-cache.jar" sourcepath="/home/galder/jboss/code/cache/core-1.4.1.sp8/src"/>
+ <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-serialization.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-system.jar"/>
+ <classpathentry kind="lib" path="lib/jgroups.jar"/>
+ <classpathentry kind="lib" path="lib/trove.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/framework"/>
+ <classpathentry kind="output" path="output/eclipse"/>
+</classpath>
Added: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project (rev 0)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-1.4.1/.project 2009-04-22 16:41:04 UTC (rev 7991)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jbosscache-1.4.1</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