[jboss-cvs] JBossAS SVN: r104154 - in branches/KABIR_JAVASSIST_REFLECT: osgi/jar and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 22 10:46:49 EDT 2010


Author: kabir.khan at jboss.com
Date: 2010-04-22 10:46:48 -0400 (Thu, 22 Apr 2010)
New Revision: 104154

Modified:
   branches/KABIR_JAVASSIST_REFLECT/hornetq-int/.classpath
   branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.classpath
   branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.project
Log:
.classpath

Modified: branches/KABIR_JAVASSIST_REFLECT/hornetq-int/.classpath
===================================================================
--- branches/KABIR_JAVASSIST_REFLECT/hornetq-int/.classpath	2010-04-22 13:50:28 UTC (rev 104153)
+++ branches/KABIR_JAVASSIST_REFLECT/hornetq-int/.classpath	2010-04-22 14:46:48 UTC (rev 104154)
@@ -1,10 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/resources"/>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+  <classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
+  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>
+  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
+  <classpathentry kind="src" path="src/resources" excluding="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+</classpath>
\ No newline at end of file

Modified: branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.classpath
===================================================================
--- branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.classpath	2010-04-22 13:50:28 UTC (rev 104153)
+++ branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.classpath	2010-04-22 14:46:48 UTC (rev 104154)
@@ -1,7 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+</classpath>
\ No newline at end of file

Modified: branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.project
===================================================================
--- branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.project	2010-04-22 13:50:28 UTC (rev 104153)
+++ branches/KABIR_JAVASSIST_REFLECT/osgi/jar/.project	2010-04-22 14:46:48 UTC (rev 104154)
@@ -1,23 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jboss-as-osgi-integration</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
-	</natures>
-</projectDescription>
+  <name>jboss-as-osgi-integration</name>
+  <comment>JBoss Application Server (aggregator)</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.maven.ide.eclipse.maven2Builder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+    <nature>org.maven.ide.eclipse.maven2Nature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list