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 sc...@apache.org on 2005/04/19 20:49:46 UTC

svn commit: r161951 - in incubator/muse/branches/v0.5: client/project.xml project.xml

Author: scamp
Date: Tue Apr 19 11:49:46 2005
New Revision: 161951

URL: http://svn.apache.org/viewcvs?view=rev&rev=161951
Log:
reverted to use jaxen beta 2 jar

Modified:
    incubator/muse/branches/v0.5/client/project.xml
    incubator/muse/branches/v0.5/project.xml

Modified: incubator/muse/branches/v0.5/client/project.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/branches/v0.5/client/project.xml?view=diff&r1=161950&r2=161951
==============================================================================
--- incubator/muse/branches/v0.5/client/project.xml (original)
+++ incubator/muse/branches/v0.5/client/project.xml Tue Apr 19 11:49:46 2005
@@ -204,15 +204,16 @@
       </properties>
     </dependency>
         
-     <dependency>
+    <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.1-beta-4</version>
+      <version>1.1-beta-2</version>
       <url>http://jaxen.org/</url>
       <properties>
         <license>WerkenPublicLicense-1.3.txt</license>
-        <war.bundle>true</war.bundle>
         <usage>Needed for handling XPath queries with XmlBeans.</usage>
+        <war.bundle>true</war.bundle>
+        <comment>We are maintaining beta-2 because -> beta-6 had an OutOfMemoryError when interacting with XmlCursor.select(..) when using our sushi ResourcePropSet</comment>
       </properties>
     </dependency>
 

Modified: incubator/muse/branches/v0.5/project.xml
URL: http://svn.apache.org/viewcvs/incubator/muse/branches/v0.5/project.xml?view=diff&r1=161950&r2=161951
==============================================================================
--- incubator/muse/branches/v0.5/project.xml (original)
+++ incubator/muse/branches/v0.5/project.xml Tue Apr 19 11:49:46 2005
@@ -253,12 +253,13 @@
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
-      <version>1.1-beta-4</version>
+      <version>1.1-beta-2</version>
       <url>http://jaxen.org/</url>
       <properties>
         <license>WerkenPublicLicense-1.3.txt</license>
-        <war.bundle>true</war.bundle>
         <usage>Needed for handling XPath queries with XmlBeans.</usage>
+        <war.bundle>true</war.bundle>
+        <comment>We are maintaining beta-2 because -> beta-6 had an OutOfMemoryError when interacting with XmlCursor.select(..) when using our sushi ResourcePropSet</comment>
       </properties>
     </dependency>
     



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