From: <ldi...@us...> - 2006-03-08 22:15:23
|
Revision: 75 Author: ldikmans Date: 2006-03-08 14:15:15 -0800 (Wed, 08 Mar 2006) ViewCVS: http://svn.sourceforge.net/sensor/?rev=75&view=rev Log Message: ----------- changed project.xml to make sure all the jars are downloadable with maven. Modified Paths: -------------- trunk/sensor-console/.classpath trunk/sensor-console/project.xml Modified: trunk/sensor-console/.classpath =================================================================== --- trunk/sensor-console/.classpath 2006-03-08 21:10:42 UTC (rev 74) +++ trunk/sensor-console/.classpath 2006-03-08 22:15:15 UTC (rev 75) @@ -11,7 +11,7 @@ <classpathentry kind="var" path="MAVEN_REPO/xfire/jars/xfire-all-1.0-M6a.jar"/> <classpathentry kind="var" path="MAVEN_REPO/stax/jars/stax-api-1.0.jar"/> <classpathentry kind="var" path="MAVEN_REPO/jdom/jars/jdom-1.0.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/wstx/jars/wstx-asl-2.0.3.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/woodstox/jars/wstx-asl-2.0.3.jar"/> <classpathentry kind="var" path="MAVEN_REPO/jaxen/jars/jaxen-1.1-beta-8.jar"/> <classpathentry kind="var" path="MAVEN_REPO/wsdl4j/jars/wsdl4j-1.4.jar"/> <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/> Modified: trunk/sensor-console/project.xml =================================================================== --- trunk/sensor-console/project.xml 2006-03-08 21:10:42 UTC (rev 74) +++ trunk/sensor-console/project.xml 2006-03-08 22:15:15 UTC (rev 75) @@ -128,7 +128,7 @@ <properties><war.bundle>true</war.bundle></properties> </dependency> <dependency> - <groupId>wstx</groupId> + <groupId>woodstox</groupId> <artifactId>wstx-asl</artifactId> <version>2.0.3</version> <type>jar</type> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |