You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/06 16:13:04 UTC

svn commit: r109979 - /incubator/apollo/trunk/jndi-config/project.properties /incubator/apollo/trunk/jndi-config/project.xml /incubator/apollo/trunk/project.xml

Author: ips
Date: Mon Dec  6 07:13:04 2004
New Revision: 109979

URL: http://svn.apache.org/viewcvs?view=rev&rev=109979
Log:
fixed xmlbeans dep version

Modified:
   incubator/apollo/trunk/jndi-config/project.properties
   incubator/apollo/trunk/jndi-config/project.xml
   incubator/apollo/trunk/project.xml

Modified: incubator/apollo/trunk/jndi-config/project.properties
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/jndi-config/project.properties?view=diff&rev=109979&p1=incubator/apollo/trunk/jndi-config/project.properties&r1=109978&p2=incubator/apollo/trunk/jndi-config/project.properties&r2=109979
==============================================================================
--- incubator/apollo/trunk/jndi-config/project.properties	(original)
+++ incubator/apollo/trunk/jndi-config/project.properties	Mon Dec  6 07:13:04 2004
@@ -6,6 +6,9 @@
 
 # MAVEN CORE
 ##############
-# URL of JAR repository
+# comma-spearated list of remote JAR repository URLs
 maven.repo.remote = http://www.apache.org/dist/java-repository/, http://cvs.apache.org/repository/, http://mirrors.sunsite.dk/maven/
 
+# JAVA PLUGIN
+##############
+maven.compile.target = 1.4

Modified: incubator/apollo/trunk/jndi-config/project.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/jndi-config/project.xml?view=diff&rev=109979&p1=incubator/apollo/trunk/jndi-config/project.xml&r1=109978&p2=incubator/apollo/trunk/jndi-config/project.xml&r2=109979
==============================================================================
--- incubator/apollo/trunk/jndi-config/project.xml	(original)
+++ incubator/apollo/trunk/jndi-config/project.xml	Mon Dec  6 07:13:04 2004
@@ -50,14 +50,15 @@
   <dependencies>
     
     <dependency>
-    	<groupId>xmlbeans</groupId>
-    	<artifactId>xbean</artifactId>
-    	<version>20040804.171500</version>
-    	<url>http://xml.apache.org/xmlbeans/</url>
-    	<properties>
-		<war.bundle>true</war.bundle>
-		<usage>Needed for handling Xml Types in a platform agnostic way.</usage>
-    	</properties>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean</artifactId>
+      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <url>http://xmlbeans.apache.org/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for handling XML types in a platform agnostic way.</usage>
+      </properties>
     </dependency>
     
   </dependencies>

Modified: incubator/apollo/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.xml?view=diff&rev=109979&p1=incubator/apollo/trunk/project.xml&r1=109978&p2=incubator/apollo/trunk/project.xml&r2=109979
==============================================================================
--- incubator/apollo/trunk/project.xml	(original)
+++ incubator/apollo/trunk/project.xml	Mon Dec  6 07:13:04 2004
@@ -294,39 +294,6 @@
             </properties>
         </dependency>
 
-	<dependency>
-	    <groupId>xalan</groupId>
-	    <artifactId>xalan</artifactId>
-	    <version>2.4.1</version>
-	    <url>http://xml.apache.org/xalan-j/</url>
-	    <properties>
-		<war.bundle>true</war.bundle>
-		<usage>Needed for XSL and report generation.</usage>
-	    </properties>
-        </dependency>
-
-	<dependency>
-	    <groupId>xmlbeans</groupId>
-	    <artifactId>xbean</artifactId>
-	    <version>20040804.171500</version>
-	    <url>http://xml.apache.org/xmlbeans/</url>
-	    <properties>
-		<war.bundle>true</war.bundle>
-		<usage>Needed for handling Xml Types in a platform agnostic way.</usage>
-	    </properties>
-        </dependency>
-
-	<dependency>
-	    <groupId>xmlbeans</groupId>
-	    <artifactId>xbean_xpath</artifactId>
-	    <version>1.0.3</version>
-	    <url>http://xml.apache.org/xmlbeans/</url>
-	    <properties>
-		<war.bundle>true</war.bundle>
-		<usage>Needed for XmlBeans.</usage>
-	    </properties>
-        </dependency>
-
         <dependency>
             <groupId>tomcat</groupId>
             <artifactId>naming-common</artifactId>
@@ -366,6 +333,41 @@
 	        <usage>Needed for JNDI in-memory impl.  Will use until Apache finishes dividing into its own project.</usage>
             </properties>
         </dependency>                                                
+
+	<dependency>
+	    <groupId>xalan</groupId>
+	    <artifactId>xalan</artifactId>
+	    <version>2.4.1</version>
+	    <url>http://xml.apache.org/xalan-j/</url>
+	    <properties>
+		<war.bundle>true</war.bundle>
+		<usage>Needed for XSL and report generation.</usage>
+	    </properties>
+        </dependency>
+
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean</artifactId>
+      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <url>http://xmlbeans.apache.org/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>Needed for handling XML types in a platform agnostic way.</usage>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>xmlbeans</groupId>
+      <artifactId>xbean_xpath</artifactId>
+      <version>v1HEAD-SNAPSHOT-20041129</version>
+      <url>http://xmlbeans.apache.org/</url>
+      <properties>
+        <license>ApacheLicense-2.0.txt</license>
+        <war.bundle>true</war.bundle>
+        <usage>XMLBeans - used throughout code base.</usage>
+      </properties>
+    </dependency>
                 
     </dependencies>
     

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