Author: alex.guizar(a)jboss.com
Date: 2010-07-22 03:03:40 -0400 (Thu, 22 Jul 2010)
New Revision: 896
Removed:
trunk/stress-tests/.classpath
trunk/stress-tests/.project
trunk/stress-tests/.settings/
Modified:
trunk/stress-tests/
trunk/stress-tests/pom.xml
Log:
remove eclipse files from version control
Property changes on: trunk/stress-tests
___________________________________________________________________
Name: svn:ignore
+ target
Deleted: trunk/stress-tests/.classpath
===================================================================
--- trunk/stress-tests/.classpath 2010-07-20 01:26:17 UTC (rev 895)
+++ trunk/stress-tests/.classpath 2010-07-22 07:03:40 UTC (rev 896)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/test/java"/>
- <classpathentry kind="src"
path="src/test/resources/performance/war/src"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-1.6.0-openjdk-1.6.0.0"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
- <classpathentry kind="lib"
path="lib/commons-httpclient-3.1.jar"/>
- <classpathentry kind="lib"
path="lib/jboss-logging-spi-2.1.0.GA.jar"/>
- <classpathentry kind="lib"
path="lib/jbossesb-rosetta-4.7.jar"/>
- <classpathentry kind="lib"
path="lib/jetty-util-6.1.12rc1.jar">
- <attributes>
- <attribute name="maven.groupId" value="org.mortbay.jetty"/>
- <attribute name="maven.artifactId" value="jetty-util"/>
- <attribute name="maven.version" value="6.1.12rc1"/>
- <attribute name="maven.scope" value="test"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
Deleted: trunk/stress-tests/.project
===================================================================
--- trunk/stress-tests/.project 2010-07-20 01:26:17 UTC (rev 895)
+++ trunk/stress-tests/.project 2010-07-22 07:03:40 UTC (rev 896)
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>stress-tests</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
Modified: trunk/stress-tests/pom.xml
===================================================================
--- trunk/stress-tests/pom.xml 2010-07-20 01:26:17 UTC (rev 895)
+++ trunk/stress-tests/pom.xml 2010-07-22 07:03:40 UTC (rev 896)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.bpel</groupId>
<artifactId>stress-tests</artifactId>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<version>2.2.0-SNAPSHOT</version>
<name>RiftSaw::Stress-Tests</name>
<parent>
Show replies by date