[jboss-cvs] JBossAS SVN: r84713 - in projects/jboss-osgi/branches/tdiesler: repository and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 25 05:53:27 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-25 05:53:27 -0500 (Wed, 25 Feb 2009)
New Revision: 84713

Added:
   projects/jboss-osgi/branches/tdiesler/repository/
   projects/jboss-osgi/branches/tdiesler/repository/api/
   projects/jboss-osgi/branches/tdiesler/repository/api/.classpath
   projects/jboss-osgi/branches/tdiesler/repository/api/.project
Removed:
   projects/jboss-osgi/branches/tdiesler/osgi-repository-api/
   projects/jboss-osgi/branches/tdiesler/repository/api/.classpath
   projects/jboss-osgi/branches/tdiesler/repository/api/.project
Log:
wip

Copied: projects/jboss-osgi/branches/tdiesler/repository/api (from rev 84711, projects/jboss-osgi/branches/tdiesler/osgi-repository-api)


Property changes on: projects/jboss-osgi/branches/tdiesler/repository/api
___________________________________________________________________
Name: svn:ignore
   + target
eclipse-target

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/branches/tdiesler/repository/api/.classpath
===================================================================
--- projects/jboss-osgi/branches/tdiesler/osgi-repository-api/.classpath	2009-02-25 10:49:36 UTC (rev 84711)
+++ projects/jboss-osgi/branches/tdiesler/repository/api/.classpath	2009-02-25 10:53:27 UTC (rev 84713)
@@ -1,6 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/org/osgi/osgi_R4_core/1.0/osgi_R4_core-1.0.jar"/>
-</classpath>
\ No newline at end of file

Copied: projects/jboss-osgi/branches/tdiesler/repository/api/.classpath (from rev 84712, projects/jboss-osgi/branches/tdiesler/osgi-repository-api/.classpath)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/repository/api/.classpath	                        (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/repository/api/.classpath	2009-02-25 10:53:27 UTC (rev 84713)
@@ -0,0 +1,7 @@
+<?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>

Deleted: projects/jboss-osgi/branches/tdiesler/repository/api/.project
===================================================================
--- projects/jboss-osgi/branches/tdiesler/osgi-repository-api/.project	2009-02-25 10:49:36 UTC (rev 84711)
+++ projects/jboss-osgi/branches/tdiesler/repository/api/.project	2009-02-25 10:53:27 UTC (rev 84713)
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>jboss-osgi-repository-api</name>
-  <comment>JBoss OSGi Repository API</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

Copied: projects/jboss-osgi/branches/tdiesler/repository/api/.project (from rev 84712, projects/jboss-osgi/branches/tdiesler/osgi-repository-api/.project)
===================================================================
--- projects/jboss-osgi/branches/tdiesler/repository/api/.project	                        (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/repository/api/.project	2009-02-25 10:53:27 UTC (rev 84713)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jboss-osgi-repository-api</name>
+	<comment>JBoss OSGi Repository API</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.maven.ide.eclipse.maven2Nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>




More information about the jboss-cvs-commits mailing list