Author: thomas.diesler(a)jboss.com
Date: 2008-04-17 16:44:52 -0400 (Thu, 17 Apr 2008)
New Revision: 6479
Added:
stack/cxf/branches/tdiesler/trunk/.settings/
stack/cxf/branches/tdiesler/trunk/.settings/org.eclipse.jdt.core.prefs
stack/cxf/branches/tdiesler/trunk/.settings/org.maven.ide.eclipse.prefs
Modified:
stack/cxf/branches/tdiesler/trunk/.classpath
stack/cxf/branches/tdiesler/trunk/.project
Log:
Add maven eclipse integration
Modified: stack/cxf/branches/tdiesler/trunk/.classpath
===================================================================
--- stack/cxf/branches/tdiesler/trunk/.classpath 2008-04-17 19:42:15 UTC (rev 6478)
+++ stack/cxf/branches/tdiesler/trunk/.classpath 2008-04-17 20:44:52 UTC (rev 6479)
@@ -1,26 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src"
path="runtime/server/src/main/java"/>
- <classpathentry kind="src" path="testsuite/src/test/java"/>
- <classpathentry kind="src"
path="runtime/client/src/main/java"/>
+ <classpathentry kind="src" output="runtime/client/target/classes"
path="runtime/client/src/main/java"/>
+ <classpathentry excluding="**" kind="src"
output="runtime/client/src/main/resources"
path="runtime/client/src/main/resources"/>
+ <classpathentry kind="src" output="runtime/server/target/classes"
path="runtime/server/src/main/java"/>
+ <classpathentry excluding="**" kind="src"
output="runtime/server/src/main/resources/jbossws-cxf-server.jar"
path="runtime/server/src/main/resources/jbossws-cxf-server.jar"/>
+ <classpathentry excluding="**" kind="src"
output="runtime/server/src/main/resources/jbossws-cxf.sar"
path="runtime/server/src/main/resources/jbossws-cxf.sar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
- <classpathentry kind="var"
path="M2_REPO/javax/xml/ws/jaxws-api/2.1/jaxws-api-2.1.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/apache/cxf/cxf-rt-transports-http/2.0.5-incubator/cxf-rt-transports-http-2.0.5-incubator.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/apache/cxf/cxf-rt-frontend-jaxws/2.0.5-incubator/cxf-rt-frontend-jaxws-2.0.5-incubator.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"
sourcepath="/M2_REPO/org/jboss/ws/jbossws-common/3.0.0-SNAPSHOT/jbossws-common-3.0.0-SNAPSHOT-sources.jar"/>
- <classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
- <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/activation/activation/1.1/activation-1.1.jar"/>
- <classpathentry kind="var"
path="M2_REPO/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
- <classpathentry kind="var"
path="M2_REPO/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/apache/cxf/cxf-api/2.0.5-incubator/cxf-api-2.0.5-incubator.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/apache/cxf/cxf-rt-core/2.0.5-incubator/cxf-rt-core-2.0.5-incubator.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/springframework/spring-context/2.0.8/spring-context-2.0.8.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/springframework/spring-beans/2.0.8/spring-beans-2.0.8.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/springframework/spring-core/2.0.8/spring-core-2.0.8.jar"/>
- <classpathentry kind="var"
path="M2_REPO/javax/jws/jsr181-api/1.0-MR1/jsr181-api-1.0-MR1.jar"/>
- <classpathentry kind="var"
path="M2_REPO/org/apache/cxf/cxf-common-utilities/2.0.5-incubator/cxf-common-utilities-2.0.5-incubator.jar"/>
- <classpathentry kind="output" path="target/eclipse"/>
+ <classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: stack/cxf/branches/tdiesler/trunk/.project
===================================================================
--- stack/cxf/branches/tdiesler/trunk/.project 2008-04-17 19:42:15 UTC (rev 6478)
+++ stack/cxf/branches/tdiesler/trunk/.project 2008-04-17 20:44:52 UTC (rev 6479)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>stack-cxf</name>
+ <name>jbossws-cxf</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: stack/cxf/branches/tdiesler/trunk/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- stack/cxf/branches/tdiesler/trunk/.settings/org.eclipse.jdt.core.prefs
(rev 0)
+++ stack/cxf/branches/tdiesler/trunk/.settings/org.eclipse.jdt.core.prefs 2008-04-17
20:44:52 UTC (rev 6479)
@@ -0,0 +1,3 @@
+#Thu Apr 17 22:39:28 CEST 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.builder.cleanOutputFolder=ignore
Added: stack/cxf/branches/tdiesler/trunk/.settings/org.maven.ide.eclipse.prefs
===================================================================
--- stack/cxf/branches/tdiesler/trunk/.settings/org.maven.ide.eclipse.prefs
(rev 0)
+++ stack/cxf/branches/tdiesler/trunk/.settings/org.maven.ide.eclipse.prefs 2008-04-17
20:44:52 UTC (rev 6479)
@@ -0,0 +1,9 @@
+#Thu Apr 17 22:39:19 CEST 2008
+activeProfiles=
+eclipse.preferences.version=1
+filterResources=false
+includeModules=true
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+useMavenFolders=true
+version=1