You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/07/10 03:20:58 UTC

cvs commit: jakarta-commons-sandbox/hivemind .classpath project.xml

dion        2003/07/09 18:20:58

  Modified:    hivemind .classpath project.xml
  Log:
  Update classpath to handle uploaded location of javassist
  Removed mx4j from classpath as it wasn't being used and causing errors
  
  Revision  Changes    Path
  1.9       +1 -3      jakarta-commons-sandbox/hivemind/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/.classpath,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- .classpath	9 Jul 2003 11:27:23 -0000	1.8
  +++ .classpath	10 Jul 2003 01:20:57 -0000	1.9
  @@ -20,8 +20,6 @@
       <classpathentry kind="var" path="MAVEN_REPO/ant/jars/ant-1.5.1.jar"/>
       <classpathentry kind="var" path="MAVEN_REPO/tapestry/jars/tapestry-3.0-beta-1a.jar"/>
       <classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-j2ee-3.2.1.jar"/>
  -    <classpathentry kind="var" path="MAVEN_REPO/mx4j/jars/mx4j-jmx-1.1.1.jar"/>
  -    <classpathentry kind="var"
  -        path="MAVEN_REPO/javassist/jars/javassist-2.5.1.jar" sourcepath="DOWNLOADS/Misc/javassist-2.5.1.zip"/>
  +    <classpathentry kind="var" path="MAVEN_REPO/jboss/jars/javassist-2.5.1.jar"/>
       <classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.12      +3 -2      jakarta-commons-sandbox/hivemind/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	9 Jul 2003 11:27:23 -0000	1.11
  +++ project.xml	10 Jul 2003 01:20:58 -0000	1.12
  @@ -163,7 +163,8 @@
       </dependency>
       
       <dependency>
  -    	<id>javassist</id>	
  +    	<groupId>jboss</groupId>
  +    	<artifactId>javassist</artifactId>	
       	<version>2.5.1</version>
       </dependency>
     </dependencies>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org