[jboss-svn-commits] JBL Code SVN: r33957 - in labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007: submission and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 16 14:13:47 EDT 2010


Author: whitingjr
Date: 2010-07-16 14:13:47 -0400 (Fri, 16 Jul 2010)
New Revision: 33957

Added:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/pom.xml
Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.classpath
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.project
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/submission/submission.xml
Log:
Updated.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.classpath
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.classpath	2010-07-16 18:12:45 UTC (rev 33956)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.classpath	2010-07-16 18:13:47 UTC (rev 33957)
@@ -2,7 +2,10 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry kind="src" path="src/main/groovy"/>
+	<classpathentry kind="src" path="scripts"/>
+	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="GROOVY_SUPPORT"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.project
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.project	2010-07-16 18:12:45 UTC (rev 33956)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.project	2010-07-16 18:13:47 UTC (rev 33957)
@@ -25,5 +25,6 @@
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+		<nature>org.eclipse.jdt.groovy.core.groovyNature</nature>
 	</natures>
 </projectDescription>

Added: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/pom.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/pom.xml	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/pom.xml	2010-07-16 18:13:47 UTC (rev 33957)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+   <groupId>org.jboss.perf</groupId>
+   <artifactId>perf-specjms2007</artifactId>
+	<modelVersion>4.0.0</modelVersion>
+	<version>0.0.1</version>
+	<packaging>jar</packaging>
+	<dependencies>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>1.4</version>
+			<type>jar</type>
+			
+		</dependency>
+		
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+			<version>2.5</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
+</project>
\ No newline at end of file

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/submission/submission.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/submission/submission.xml	2010-07-16 18:12:45 UTC (rev 33956)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/submission/submission.xml	2010-07-16 18:13:47 UTC (rev 33957)
@@ -30,7 +30,7 @@
       <entry key="db.cpus.num_coresperchip">0</entry>
       <entry key="db.instances">0</entry>
       <entry key="others"><![CDATA[
-   The system is configured whith HT turned on
+   The SUT is configured whith HT turned on.
     ]]></entry>
     </properties>
 



More information about the jboss-svn-commits mailing list