From: <ldi...@us...> - 2006-03-12 19:59:22
|
Revision: 80 Author: ldikmans Date: 2006-03-12 11:59:13 -0800 (Sun, 12 Mar 2006) ViewCVS: http://svn.sourceforge.net/sensor/?rev=80&view=rev Log Message: ----------- Fixed the dependency for rmock. Modified Paths: -------------- trunk/sensor-console/.classpath trunk/sensor-console/project.xml Modified: trunk/sensor-console/.classpath =================================================================== --- trunk/sensor-console/.classpath 2006-03-12 19:58:15 UTC (rev 79) +++ trunk/sensor-console/.classpath 2006-03-12 19:59:13 UTC (rev 80) @@ -22,7 +22,7 @@ <classpathentry kind="var" path="MAVEN_REPO/velocity-tools/jars/velocity-tools-1.2.jar"/> <classpathentry kind="var" path="MAVEN_REPO/velocity-tools/jars/velocity-tools-generic-1.2.jar"/> <classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/rmock/jars/rmock-2.0.0-rc-5.jar"/> + <classpathentry kind="var" path="MAVEN_REPO/com.agical.rmock/jars/rmock-2.0.0-rc-5.jar"/> <classpathentry kind="var" path="MAVEN_REPO/cglib/jars/cglib-full-2.0.2.jar"/> <classpathentry kind="var" path="MAVEN_REPO/servletapi/jars/servletapi-2.3.jar"/> <classpathentry kind="output" path="target/classes"/> Modified: trunk/sensor-console/project.xml =================================================================== --- trunk/sensor-console/project.xml 2006-03-12 19:58:15 UTC (rev 79) +++ trunk/sensor-console/project.xml 2006-03-12 19:59:13 UTC (rev 80) @@ -229,7 +229,7 @@ <type>jar</type> </dependency>--> <dependency> - <groupId>rmock</groupId> + <groupId>com.agical.rmock</groupId> <artifactId>rmock</artifactId> <version>2.0.0-rc-5</version> <type>jar</type> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |