[jboss-cvs] JBossAS SVN: r90004 - projects/service-binding/trunk/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 9 15:08:18 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-06-09 15:08:18 -0400 (Tue, 09 Jun 2009)
New Revision: 90004

Modified:
   projects/service-binding/trunk/management/.classpath
Log:
Fix the core dependency version

Modified: projects/service-binding/trunk/management/.classpath
===================================================================
--- projects/service-binding/trunk/management/.classpath	2009-06-09 19:03:36 UTC (rev 90003)
+++ projects/service-binding/trunk/management/.classpath	2009-06-09 19:08:18 UTC (rev 90004)
@@ -9,7 +9,7 @@
   <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-mdr/2.0.1.GA/jboss-mdr-2.0.1.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-mdr/2.0.1.GA/jboss-mdr-2.0.1.GA-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/jboss/man/jboss-metatype/2.1.0.SP1/jboss-metatype-2.1.0.SP1.jar" sourcepath="M2_REPO/org/jboss/man/jboss-metatype/2.1.0.SP1/jboss-metatype-2.1.0.SP1-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.2.GA/jboss-reflect-2.0.2.GA.jar" sourcepath="M2_REPO/org/jboss/jboss-reflect/2.0.2.GA/jboss-reflect-2.0.2.GA-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/service/binding/jboss-service-binding-core/1.0.0-SNAPSHOT/jboss-service-binding-core-1.0.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/jboss/service/binding/jboss-service-binding-core/1.0.0-SNAPSHOT/jboss-service-binding-core-1.0.0-SNAPSHOT-sources.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/jboss/service/binding/jboss-service-binding-core/1.0.0.CR1/jboss-service-binding-core-1.0.0.CR1.jar" sourcepath="M2_REPO/org/jboss/service/binding/jboss-service-binding-core/1.0.0.CR1/jboss-service-binding-core-1.0.0.CR1-sources.jar"/>
   <classpathentry kind="var" path="M2_REPO/junit/junit/4.5/junit-4.5.jar"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 </classpath>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list