[jboss-osgi-commits] JBoss-OSGI SVN: r101171 - in projects/jboss-osgi/projects/bundles/jndi/trunk: jndi-api and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri Feb 19 10:19:33 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-02-19 10:19:31 -0500 (Fri, 19 Feb 2010)
New Revision: 101171

Modified:
   projects/jboss-osgi/projects/bundles/jndi/trunk/.classpath
   projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-api/.classpath
   projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-bundle/.classpath
Log:
Fix eclipse build

Modified: projects/jboss-osgi/projects/bundles/jndi/trunk/.classpath
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/trunk/.classpath	2010-02-19 15:18:34 UTC (rev 101170)
+++ projects/jboss-osgi/projects/bundles/jndi/trunk/.classpath	2010-02-19 15:19:31 UTC (rev 101171)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-api/.classpath
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-api/.classpath	2010-02-19 15:18:34 UTC (rev 101170)
+++ projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-api/.classpath	2010-02-19 15:19:31 UTC (rev 101171)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-bundle/.classpath
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-bundle/.classpath	2010-02-19 15:18:34 UTC (rev 101170)
+++ projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-bundle/.classpath	2010-02-19 15:19:31 UTC (rev 101171)
@@ -2,7 +2,7 @@
 <classpath>
 	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>



More information about the jboss-osgi-commits mailing list