From: <am...@us...> - 2006-04-09 15:21:08
|
Revision: 115 Author: amooy Date: 2006-04-09 08:20:59 -0700 (Sun, 09 Apr 2006) ViewCVS: http://svn.sourceforge.net/sensor/?rev=115&view=rev Log Message: ----------- removed wtp stuff from sensor-support module Modified Paths: -------------- trunk/sensor-support/.classpath trunk/sensor-support/.project trunk/sensor-support/project.xml Modified: trunk/sensor-support/.classpath =================================================================== --- trunk/sensor-support/.classpath 2006-04-09 15:19:47 UTC (rev 114) +++ trunk/sensor-support/.classpath 2006-04-09 15:20:59 UTC (rev 115) @@ -15,11 +15,12 @@ <classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/> <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/com.agical.rmock/jars/rmock-2.0.0-rc-5.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/mx4j/jars/mx4j-3.0.1.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/mx4j/jars/mx4j-remote-3.0.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="src/java"/> <classpathentry output="target/test-classes" kind="src" path="test/java"/> - <classpathentry including="**/*.xml|**/*.dtd|**/*.properties|**/*.xsd" output="target/classes" kind="src" path="src/resources"/> - <classpathentry kind="var" path="MAVEN_REPO/mx4j/jars/mx4j-3.0.1.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/mx4j/jars/mx4j-remote-3.0.1.jar"/> + <classpathentry including="**/*.xml|**/*.dtd|**/*.properties" output="target/classes" kind="src" path="src/resources"/> + <classpathentry including="**/*.xml|**/*.properties" output="target/test-classes" kind="src" path="test/resources"/> <classpathentry kind="output" path="target/classes"/> </classpath> Modified: trunk/sensor-support/.project =================================================================== --- trunk/sensor-support/.project 2006-04-09 15:19:47 UTC (rev 114) +++ trunk/sensor-support/.project 2006-04-09 15:20:59 UTC (rev 115) @@ -16,11 +16,6 @@ </arguments> </buildCommand> <buildCommand> - <name>org.eclipse.wst.validation.validationbuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> <name>org.springframework.ide.eclipse.core.springbuilder</name> <arguments> </arguments> @@ -30,8 +25,5 @@ <nature>nl.inspiring.maviclipse.core.maviclipseNature</nature> <nature>org.springframework.ide.eclipse.core.springnature</nature> <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.wst.common.project.facet.core.nature</nature> - <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> - <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> </natures> </projectDescription> Modified: trunk/sensor-support/project.xml =================================================================== --- trunk/sensor-support/project.xml 2006-04-09 15:19:47 UTC (rev 114) +++ trunk/sensor-support/project.xml 2006-04-09 15:20:59 UTC (rev 115) @@ -256,15 +256,13 @@ <include>**/*.xml</include> </includes> </resource> - <resource> - <directory>${basedir}/test/resources</directory> - <includes> - <include>**/*.xml</include> - <include>**/*.dtd</include> - <include>**/*.properties</include> - <include>**/*.xsd</include> - </includes> - </resource> + <resource> + <directory>${basedir}/test/resources</directory> + <includes> + <include>**/*.xml</include> + <include>**/*.properties</include> + </includes> + </resource> </resources> </unitTest> @@ -275,7 +273,6 @@ <include>**/*.xml</include> <include>**/*.dtd</include> <include>**/*.properties</include> - <include>**/*.xsd</include> </includes> </resource> </resources> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |