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

svn commit: r109975 - /incubator/muse/trunk/project.xml /incubator/muse/trunk/xmlbeans/project.properties /incubator/muse/trunk/xmlbeans/project.xml

Author: ips
Date: Mon Dec  6 07:03:35 2004
New Revision: 109975

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

Modified:
   incubator/muse/trunk/project.xml
   incubator/muse/trunk/xmlbeans/project.properties
   incubator/muse/trunk/xmlbeans/project.xml

Modified: incubator/muse/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&rev=109975&p1=incubator/muse/trunk/project.xml&r1=109974&p2=incubator/muse/trunk/project.xml&r2=109975
==============================================================================
--- incubator/muse/trunk/project.xml	(original)
+++ incubator/muse/trunk/project.xml	Mon Dec  6 07:03:35 2004
@@ -318,6 +318,7 @@
         <usage>Needed for XSL and report generation.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>xmlbeans</groupId>
       <artifactId>xbean</artifactId>
@@ -329,6 +330,7 @@
         <usage>Needed for handling XML types in a platform agnostic way.</usage>
       </properties>
     </dependency>
+    
     <dependency>
       <groupId>xmlbeans</groupId>
       <artifactId>xbean_xpath</artifactId>
@@ -340,6 +342,7 @@
         <usage>XMLBeans - used throughout code base.</usage>
       </properties>
     </dependency>
+    
   </dependencies>
 
   <build>

Modified: incubator/muse/trunk/xmlbeans/project.properties
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/xmlbeans/project.properties?view=diff&rev=109975&p1=incubator/muse/trunk/xmlbeans/project.properties&r1=109974&p2=incubator/muse/trunk/xmlbeans/project.properties&r2=109975
==============================================================================
--- incubator/muse/trunk/xmlbeans/project.properties	(original)
+++ incubator/muse/trunk/xmlbeans/project.properties	Mon Dec  6 07:03:35 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/muse/trunk/xmlbeans/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/xmlbeans/project.xml?view=diff&rev=109975&p1=incubator/muse/trunk/xmlbeans/project.xml&r1=109974&p2=incubator/muse/trunk/xmlbeans/project.xml&r2=109975
==============================================================================
--- incubator/muse/trunk/xmlbeans/project.xml	(original)
+++ incubator/muse/trunk/xmlbeans/project.xml	Mon Dec  6 07:03:35 2004
@@ -15,7 +15,7 @@
    <currentVersion>SNAPSHOT</currentVersion>
    <organization>
       <name>Apache Software Foundation</name>
-      <url>http://apache.org/</url>
+      <url>http://www.apache.org/</url>
    </organization>
 
    <developers>
@@ -33,12 +33,17 @@
 
    <dependencies>
 
-      <dependency>
-         <groupId>xmlbeans</groupId>
-         <artifactId>xbean</artifactId>
-         <version>v1HEAD-SNAPSHOT-20041129</version>
-         <url>http://xmlbeans.apache.org/</url>
-      </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>
 
    </dependencies>
 

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