[jboss-cvs] JBossAS SVN: r81360 - in projects/integration/trunk/jboss-profileservice-spi: .settings and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 20 09:18:07 EST 2008


Author: scott.stark at jboss.org
Date: 2008-11-20 09:18:07 -0500 (Thu, 20 Nov 2008)
New Revision: 81360

Added:
   projects/integration/trunk/jboss-profileservice-spi/.classpath
   projects/integration/trunk/jboss-profileservice-spi/.project
   projects/integration/trunk/jboss-profileservice-spi/.settings/
   projects/integration/trunk/jboss-profileservice-spi/.settings/org.eclipse.jdt.core.prefs
   projects/integration/trunk/jboss-profileservice-spi/pom.xml
Modified:
   projects/integration/trunk/jboss-profileservice-spi/
Log:
Create jboss-profileservice-spi project files


Property changes on: projects/integration/trunk/jboss-profileservice-spi
___________________________________________________________________
Name: svn:ignore
   + target


Added: projects/integration/trunk/jboss-profileservice-spi/.classpath
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/.classpath	                        (rev 0)
+++ projects/integration/trunk/jboss-profileservice-spi/.classpath	2008-11-20 14:18:07 UTC (rev 81360)
@@ -0,0 +1,6 @@
+<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/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar" sourcepath="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA-sources.jar"/>
+</classpath>

Added: projects/integration/trunk/jboss-profileservice-spi/.project
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/.project	                        (rev 0)
+++ projects/integration/trunk/jboss-profileservice-spi/.project	2008-11-20 14:18:07 UTC (rev 81360)
@@ -0,0 +1,13 @@
+<projectDescription>
+  <name>jboss-profileservice-spi</name>
+  <comment>The Java ProfileService 5.0.0 SPI classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>

Added: projects/integration/trunk/jboss-profileservice-spi/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ projects/integration/trunk/jboss-profileservice-spi/.settings/org.eclipse.jdt.core.prefs	2008-11-20 14:18:07 UTC (rev 81360)
@@ -0,0 +1,5 @@
+#Mon Jul 09 18:53:36 CEST 2007
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5

Added: projects/integration/trunk/jboss-profileservice-spi/pom.xml
===================================================================
--- projects/integration/trunk/jboss-profileservice-spi/pom.xml	                        (rev 0)
+++ projects/integration/trunk/jboss-profileservice-spi/pom.xml	2008-11-20 14:18:07 UTC (rev 81360)
@@ -0,0 +1,20 @@
+<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">
+  <parent>
+    <groupId>org.jboss.integration</groupId>
+    <artifactId>jboss-integration-parent</artifactId>
+    <version>5.0.2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>jboss-profileservice-spi</artifactId>
+  <version>5.0.2-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>JBoss ProfileService 5.0.0 SPI</name>
+  <url>http://www.jboss.org</url>
+  <description>The Java ProfileService 5.0.0 SPI classes</description>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+    </dependency>
+  </dependencies>
+</project>




More information about the jboss-cvs-commits mailing list