Author: jochen
Date: Thu Dec  1 23:24:10 2005
New Revision: 351620

URL: http://svn.apache.org/viewcvs?rev=351620&view=rev
Log:
Attempt to fix gump errors

Modified:
    webservices/jaxme/branches/MAVEN/projects/js/project.xml

Modified: webservices/jaxme/branches/MAVEN/projects/js/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/projects/js/project.xml?rev=351620&r1=351619&r2=351620&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/projects/js/project.xml (original)
+++ webservices/jaxme/branches/MAVEN/projects/js/project.xml Thu Dec  1 
23:24:10 2005
@@ -32,6 +32,11 @@
         </contributor>

     </contributors>

     <dependencies>

+       <dependency>

+               <groupId>jaxme</groupId>

+               <artifactId>jaxmeapi</artifactId>

+               <version>0.6-dev</version>

+       </dependency>

         <dependency>

             <groupId>antlr</groupId>

             <artifactId>antlr</artifactId>

@@ -61,6 +66,12 @@
             <artifactId>hsqldb</artifactId>

             <version>1.7.1</version>

             <type>jar</type>

+        </dependency>

+        <dependency>

+            <groupId>xalan</groupId>

+            <artifactId>xalan</artifactId>

+            <version>2.3.1</version>

+            <url>http://xml.apache.org/xalan-j/</url>

         </dependency>

     </dependencies>

     <shortDescription>The JaxMe JavaSource framework</shortDescription>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to