[jbossws-commits] JBossWS SVN: r6480 - in framework/trunk: .settings and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Apr 17 16:55:39 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-17 16:55:39 -0400 (Thu, 17 Apr 2008)
New Revision: 6480

Added:
   framework/trunk/.settings/
   framework/trunk/.settings/org.eclipse.jdt.core.prefs
   framework/trunk/.settings/org.maven.ide.eclipse.prefs
Modified:
   framework/trunk/.classpath
   framework/trunk/.project
Log:
Add maven eclipse integration

Modified: framework/trunk/.classpath
===================================================================
--- framework/trunk/.classpath	2008-04-17 20:44:52 UTC (rev 6479)
+++ framework/trunk/.classpath	2008-04-17 20:55:39 UTC (rev 6480)
@@ -1,18 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="framework/src/main/java"/>
+	<classpathentry kind="src" output="framework/target/classes" path="framework/src/main/java"/>
+	<classpathentry kind="src" output="framework/target/test-classes" path="framework/src/test/java">
+		<attributes>
+			<attribute name="maven.type" value="test"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry excluding="**" kind="src" output="framework/src/main/etc" path="framework/src/main/etc"/>
+	<classpathentry excluding="**" kind="src" output="framework/src/test/resources" path="framework/src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
-	<classpathentry kind="var" path="M2_REPO/javax/xml/soap/saaj-api/1.3/saaj-api-1.3.jar"/>
-	<classpathentry kind="var" path="M2_REPO/javax/xml/jaxrpc-api/1.1/jaxrpc-api-1.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0.CR7/jbossxb-2.0.0.CR7.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar"/>
-	<classpathentry kind="var" path="M2_REPO/javax/xml/ws/jaxws-api/2.1/jaxws-api-2.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
-	<classpathentry kind="var" path="M2_REPO/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/jboss/ws/jbossws-spi/3.0.0-SNAPSHOT/jbossws-spi-3.0.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/jboss/ws/jbossws-common/3.0.0-SNAPSHOT/jbossws-common-3.0.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0.CR8/jbossxb-2.0.0.CR8.jar"/>
-	<classpathentry kind="output" path="framework/target/eclipse"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: framework/trunk/.project
===================================================================
--- framework/trunk/.project	2008-04-17 20:44:52 UTC (rev 6479)
+++ framework/trunk/.project	2008-04-17 20:55:39 UTC (rev 6480)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>framework</name>
+	<name>jbossws-framework-parent</name>
 	<comment></comment>
 	<projects>
 	</projects>
@@ -10,8 +10,14 @@
 			<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: framework/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- framework/trunk/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ framework/trunk/.settings/org.eclipse.jdt.core.prefs	2008-04-17 20:55:39 UTC (rev 6480)
@@ -0,0 +1,3 @@
+#Thu Apr 17 22:53:35 CEST 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.builder.cleanOutputFolder=ignore

Added: framework/trunk/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- framework/trunk/.settings/org.maven.ide.eclipse.prefs	                        (rev 0)
+++ framework/trunk/.settings/org.maven.ide.eclipse.prefs	2008-04-17 20:55:39 UTC (rev 6480)
@@ -0,0 +1,9 @@
+#Thu Apr 17 22:53:33 CEST 2008
+activeProfiles=
+eclipse.preferences.version=1
+filterResources=false
+includeModules=true
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+useMavenFolders=true
+version=1




More information about the jbossws-commits mailing list