[jboss-svn-commits] JBL Code SVN: r33762 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jul 7 12:19:56 EDT 2010
Author: whitingjr
Date: 2010-07-07 12:19:55 -0400 (Wed, 07 Jul 2010)
New Revision: 33762
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/build.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-07 16:19:20 UTC (rev 33761)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.classpath 2010-07-07 16:19:55 UTC (rev 33762)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/main/conf"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry kind="src" path="src/main/groovy"/>
+ <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="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-07 16:19:20 UTC (rev 33761)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/.project 2010-07-07 16:19:55 UTC (rev 33762)
@@ -15,8 +15,14 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.maven.ide.eclipse.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.maven.ide.eclipse.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/build.xml 2010-07-07 16:19:20 UTC (rev 33761)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/build.xml 2010-07-07 16:19:55 UTC (rev 33762)
@@ -19,7 +19,7 @@
<!-- =========================================================================================== -->
-<project name="SPECjms2007-benchmarking" default="execute">
+<project name="SPECjms2007-benchmarking" >
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list