Author: objectiser
Date: 2010-12-03 12:52:55 -0500 (Fri, 03 Dec 2010)
New Revision: 1181
Removed:
dsp/trunk/samples/deployer/.classpath
dsp/trunk/samples/deployer/.project
Modified:
dsp/trunk/samples/deployer-assembly/
dsp/trunk/samples/deployer/pom.xml
dsp/trunk/samples/pom.xml
Log:
Remove Eclipse artifacts from the sample deployer module and ignore target.
Deleted: dsp/trunk/samples/deployer/.classpath
===================================================================
--- dsp/trunk/samples/deployer/.classpath 2010-12-03 17:51:14 UTC (rev 1180)
+++ dsp/trunk/samples/deployer/.classpath 2010-12-03 17:52:55 UTC (rev 1181)
@@ -1,13 +0,0 @@
-<classpath>
- <classpathentry kind="src" path="src/main/java"
including="**/*.java"/>
- <classpathentry kind="output" path="target/classes"/>
- <classpathentry kind="var"
path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
- <classpathentry kind="var"
path="M2_REPO/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2.jar"/>
- <classpathentry kind="var"
path="M2_REPO/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar"/>
- <classpathentry kind="var"
path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar"/>
- <classpathentry kind="src" path="/dsp-api"/>
- <classpathentry kind="src" path="/dsp-jboss"/>
- <classpathentry kind="var"
path="M2_REPO/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar"
sourcepath="M2_REPO/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA-sources.jar"/>
- <classpathentry kind="var"
path="M2_REPO/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file
Deleted: dsp/trunk/samples/deployer/.project
===================================================================
--- dsp/trunk/samples/deployer/.project 2010-12-03 17:51:14 UTC (rev 1180)
+++ dsp/trunk/samples/deployer/.project 2010-12-03 17:52:55 UTC (rev 1181)
@@ -1,29 +0,0 @@
-<projectDescription>
- <name>dsp-example-deployer</name>
- <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the
maven-eclipse-plugin are not supported in M2Eclipse.</comment>
- <projects>
- <project>dsp-api</project>
- <project>dsp-jboss</project>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.common.project.facet.core.builder</name>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.wst.validation.validationbuilder</name>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
- <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
- <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
- </natures>
-</projectDescription>
\ No newline at end of file
Modified: dsp/trunk/samples/deployer/pom.xml
===================================================================
--- dsp/trunk/samples/deployer/pom.xml 2010-12-03 17:51:14 UTC (rev 1180)
+++ dsp/trunk/samples/deployer/pom.xml 2010-12-03 17:52:55 UTC (rev 1181)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.soa.dsp.samples</groupId>
<artifactId>dsp-example-deployer</artifactId>
- <packaging>war</packaging>
+ <packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>SOA::DSP::Samples::Deployer</name>
@@ -65,8 +65,4 @@
</dependency>
</dependencies>
- <build>
- <finalName>dsp-example-deployer</finalName>
- </build>
-
</project>
Property changes on: dsp/trunk/samples/deployer-assembly
___________________________________________________________________
Name: svn:ignore
+ target
Modified: dsp/trunk/samples/pom.xml
===================================================================
--- dsp/trunk/samples/pom.xml 2010-12-03 17:51:14 UTC (rev 1180)
+++ dsp/trunk/samples/pom.xml 2010-12-03 17:52:55 UTC (rev 1181)
@@ -16,6 +16,7 @@
<modules>
<module>deployer</module>
+ <module>deployer-assembly</module>
</modules>
</project>
Show replies by date