[jboss-cvs] JBossAS SVN: r84727 - in projects/jboss-osgi/branches/tdiesler/service: .settings and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 25 07:30:31 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-25 07:30:31 -0500 (Wed, 25 Feb 2009)
New Revision: 84727

Added:
   projects/jboss-osgi/branches/tdiesler/service/.project
   projects/jboss-osgi/branches/tdiesler/service/.settings/
   projects/jboss-osgi/branches/tdiesler/service/.settings/org.eclipse.jdt.core.prefs
   projects/jboss-osgi/branches/tdiesler/service/.settings/org.maven.ide.eclipse.prefs
   projects/jboss-osgi/branches/tdiesler/service/pom.xml
Modified:
   projects/jboss-osgi/branches/tdiesler/service/http/
   projects/jboss-osgi/branches/tdiesler/service/webconsole/
Log:
wip

Added: projects/jboss-osgi/branches/tdiesler/service/.project
===================================================================
--- projects/jboss-osgi/branches/tdiesler/service/.project	                        (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/service/.project	2009-02-25 12:30:31 UTC (rev 84727)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jboss-osgi-service</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Added: projects/jboss-osgi/branches/tdiesler/service/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/jboss-osgi/branches/tdiesler/service/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/service/.settings/org.eclipse.jdt.core.prefs	2009-02-25 12:30:31 UTC (rev 84727)
@@ -0,0 +1,5 @@
+#Wed Feb 25 13:14:52 CET 2009
+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.source=1.5

Added: projects/jboss-osgi/branches/tdiesler/service/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- projects/jboss-osgi/branches/tdiesler/service/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/service/.settings/org.maven.ide.eclipse.prefs	2009-02-25 12:30:31 UTC (rev 84727)
@@ -0,0 +1,8 @@
+#Wed Feb 25 13:14:25 CET 2009
+activeProfiles=
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+version=1


Property changes on: projects/jboss-osgi/branches/tdiesler/service/http
___________________________________________________________________
Name: svn:ignore
   + target


Added: projects/jboss-osgi/branches/tdiesler/service/pom.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/service/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/branches/tdiesler/service/pom.xml	2009-02-25 12:30:31 UTC (rev 84727)
@@ -0,0 +1,19 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <name>JBoss OSGi - Service</name>
+  <artifactId>jboss-osgi-service</artifactId>
+  <packaging>pom</packaging>
+  
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi</artifactId>
+    <version>1.0.0.Alpha3</version>
+  </parent>
+  
+  <modules>
+    <module>http</module>
+    <module>webconsole</module>
+  </modules>
+
+</project>


Property changes on: projects/jboss-osgi/branches/tdiesler/service/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF


Property changes on: projects/jboss-osgi/branches/tdiesler/service/webconsole
___________________________________________________________________
Name: svn:ignore
   + target





More information about the jboss-cvs-commits mailing list