Author: david.lloyd(a)jboss.com
Date: 2008-09-16 20:59:12 -0400 (Tue, 16 Sep 2008)
New Revision: 4568
Removed:
remoting3/trunk/api/.classpath
remoting3/trunk/compat/.classpath
remoting3/trunk/core/.classpath
remoting3/trunk/http-se6/.classpath
remoting3/trunk/http-servlet/.classpath
remoting3/trunk/http-urlconnection/.classpath
remoting3/trunk/http/.classpath
remoting3/trunk/mc-deployers/.classpath
remoting3/trunk/samples/.classpath
remoting3/trunk/sasl-null/.classpath
remoting3/trunk/srp/.classpath
remoting3/trunk/standalone/.classpath
remoting3/trunk/testing-support/.classpath
remoting3/trunk/tools/.classpath
remoting3/trunk/transaction/.classpath
remoting3/trunk/util/.classpath
remoting3/trunk/version/.classpath
Log:
Remove classpath files due to lack of maintenance
Deleted: remoting3/trunk/api/.classpath
===================================================================
--- remoting3/trunk/api/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/api/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/compat/.classpath
===================================================================
--- remoting3/trunk/compat/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/compat/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/core/.classpath
===================================================================
--- remoting3/trunk/core/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/core/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-log-jul"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-version"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-serialization/1.1.0-snapshot-r358/lib/jboss-serialization.jar"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/http/.classpath
===================================================================
--- remoting3/trunk/http/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/http/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/http-se6/.classpath
===================================================================
--- remoting3/trunk/http-se6/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/http-se6/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-http"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/http-servlet/.classpath
===================================================================
--- remoting3/trunk/http-servlet/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/http-servlet/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-http"/>
- <classpathentry kind="var"
path="JBOSS_REPO/sun-servlet/2.4/lib/servlet-api.jar"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/http-urlconnection/.classpath
===================================================================
--- remoting3/trunk/http-urlconnection/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/http-urlconnection/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-http"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/mc-deployers/.classpath
===================================================================
--- remoting3/trunk/mc-deployers/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/mc-deployers/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-log-jboss"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-core"/>
- <classpathentry kind="var"
path="JBOSS_REPO/sun-jaxb/2.0.5/lib/jaxb-api.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-common-logging-spi/2.0.4.GA/lib/jboss-common-logging-spi-2.0.4.GA.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-common-core/2.2.0.GA/lib/jboss-common-core-2.2.0.GA.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jbossxb/2.0.0.CR5/lib/jboss-xml-binding.jar"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-microcontainer/2.0.0.Beta11/lib/jboss-kernel.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-deployers/2.0.0.Beta11/lib/jboss-deployers-core-spi.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-deployers/2.0.0.Beta11/lib/jboss-deployers-spi.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-deployers/2.0.0.Beta11/lib/jboss-deployers-structure-spi.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-managed/2.0.0.Beta10.1/lib/jboss-managed.jar"/>
- <classpathentry kind="var"
path="JBOSS_REPO/jboss-microcontainer/2.0.0.Beta11/lib/jboss-dependency.jar"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/samples/.classpath
===================================================================
--- remoting3/trunk/samples/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/samples/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/sasl-null/.classpath
===================================================================
--- remoting3/trunk/sasl-null/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/sasl-null/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/srp/.classpath
===================================================================
--- remoting3/trunk/srp/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/srp/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-log-jul"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/standalone/.classpath
===================================================================
--- remoting3/trunk/standalone/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/standalone/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-jrpp"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-core"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-log-jul"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/testing-support/.classpath
===================================================================
--- remoting3/trunk/testing-support/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/testing-support/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/tools/.classpath
===================================================================
--- remoting3/trunk/tools/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/tools/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-srp"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-util"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/transaction/.classpath
===================================================================
--- remoting3/trunk/transaction/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/transaction/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/remoting3-api"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/util/.classpath
===================================================================
--- remoting3/trunk/util/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/util/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Deleted: remoting3/trunk/version/.classpath
===================================================================
--- remoting3/trunk/version/.classpath 2008-09-17 00:58:25 UTC (rev 4567)
+++ remoting3/trunk/version/.classpath 2008-09-17 00:59:12 UTC (rev 4568)
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="target/main/classes"/>
-</classpath>
Show replies by date