[jboss-osgi-commits] JBoss-OSGI SVN: r101767 - in projects/jboss-osgi/projects/runtime/framework/trunk: core and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Mar 3 05:03:51 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-03-03 05:03:50 -0500 (Wed, 03 Mar 2010)
New Revision: 101767

Added:
   projects/jboss-osgi/projects/runtime/framework/trunk/core/.classpath
   projects/jboss-osgi/projects/runtime/framework/trunk/core/.project
   projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/
   projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.eclipse.jdt.core.prefs
   projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.maven.ide.eclipse.prefs
Modified:
   projects/jboss-osgi/projects/runtime/framework/trunk/.classpath
   projects/jboss-osgi/projects/runtime/framework/trunk/core/
Log:
Fix framework eclipse build

Modified: projects/jboss-osgi/projects/runtime/framework/trunk/.classpath
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/.classpath	2010-03-03 09:56:16 UTC (rev 101766)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/.classpath	2010-03-03 10:03:50 UTC (rev 101767)
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<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>


Property changes on: projects/jboss-osgi/projects/runtime/framework/trunk/core
___________________________________________________________________
Name: svn:ignore
   + target


Added: projects/jboss-osgi/projects/runtime/framework/trunk/core/.classpath
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/core/.classpath	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/core/.classpath	2010-03-03 10:03:50 UTC (rev 101767)
@@ -0,0 +1,10 @@
+<?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/main/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.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: projects/jboss-osgi/projects/runtime/framework/trunk/core/.project
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/core/.project	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/core/.project	2010-03-03 10:03:50 UTC (rev 101767)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jboss-osgi-framework</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>

Added: projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.eclipse.jdt.core.prefs	2010-03-03 10:03:50 UTC (rev 101767)
@@ -0,0 +1,6 @@
+#Wed Mar 03 11:00:13 CET 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.5

Added: projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/framework/trunk/core/.settings/org.maven.ide.eclipse.prefs	2010-03-03 10:03:50 UTC (rev 101767)
@@ -0,0 +1,9 @@
+#Wed Mar 03 11:00:10 CET 2010
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1



More information about the jboss-osgi-commits mailing list