[jboss-cvs] JBossAS SVN: r88393 - trunk/jbossas-jmx-remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 8 00:22:08 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-05-08 00:22:08 -0400 (Fri, 08 May 2009)
New Revision: 88393

Added:
   trunk/jbossas-jmx-remoting/.classpath
   trunk/jbossas-jmx-remoting/.project
Modified:
   trunk/jbossas-jmx-remoting/
Log:
Add eclipse .project and .classpath


Property changes on: trunk/jbossas-jmx-remoting
___________________________________________________________________
Name: svn:ignore
   - output
build.log
target

   + output
build.log
target
.settings


Added: trunk/jbossas-jmx-remoting/.classpath
===================================================================
--- trunk/jbossas-jmx-remoting/.classpath	                        (rev 0)
+++ trunk/jbossas-jmx-remoting/.classpath	2009-05-08 04:22:08 UTC (rev 88393)
@@ -0,0 +1,11 @@
+<classpath>
+  <classpathentry kind="src" path="src/main" including="**/*.java"/>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4-jboss-update1/concurrent-1.3.4-jboss-update1.jar" sourcepath="M2_REPO/oswego-concurrent/concurrent/1.3.4-jboss-update1/concurrent-1.3.4-jboss-update1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/integration/jboss-classloading-spi/5.1.0.CR3/jboss-classloading-spi-5.1.0.CR3.jar" sourcepath="M2_REPO/org/jboss/integration/jboss-classloading-spi/5.1.0.CR3/jboss-classloading-spi-5.1.0.CR3-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.12.GA/jboss-common-core-2.2.12.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-common-core/2.2.12.GA/jboss-common-core-2.2.12.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/mx/jboss-j2se/6.0.0.Beta1/jboss-j2se-6.0.0.Beta1.jar" sourcepath="M2_REPO/org/jboss/mx/jboss-j2se/6.0.0.Beta1/jboss-j2se-6.0.0.Beta1-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.2/junit-3.8.2.jar" sourcepath="M2_REPO/junit/junit/3.8.2/junit-3.8.2-sources.jar"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+</classpath>
\ No newline at end of file

Added: trunk/jbossas-jmx-remoting/.project
===================================================================
--- trunk/jbossas-jmx-remoting/.project	                        (rev 0)
+++ trunk/jbossas-jmx-remoting/.project	2009-05-08 04:22:08 UTC (rev 88393)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-as-jbossas-jmx-remoting</name>
+  <comment>JBoss Application Server (jbossas-jmx-remoting module)</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list