Author: rahul
Date: Thu May 22 12:12:16 2008
New Revision: 659211

URL: http://svn.apache.org/viewvc?rev=659211&view=rev
Log:
Dependency elimination drive: 1 down, 2 to go.

Modified:
    commons/proper/scxml/branches/J6/build.xml
    commons/proper/scxml/branches/J6/pom.xml
    commons/proper/scxml/branches/J6/project.xml

Modified: commons/proper/scxml/branches/J6/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/build.xml?rev=659211&r1=659210&r2=659211&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/build.xml (original)
+++ commons/proper/scxml/branches/J6/build.xml Thu May 22 12:12:16 2008
@@ -221,8 +221,6 @@
     </get>
     <get dest="${libdir}/myfaces-api-1.1.5.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven2/org/apache/myfaces/core/myfaces-api/1.1.5/myfaces-api-1.1.5.jar";>
     </get>
-    <get dest="${libdir}/xalan-2.6.0.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar";>
-    </get>
   </target>
   <target name="install-maven">
     <get dest="${user.home}/maven-install-latest.jar" usetimestamp="true" 
src="${repo}/maven/maven-install-latest.jar">

Modified: commons/proper/scxml/branches/J6/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=659211&r1=659210&r2=659211&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/pom.xml (original)
+++ commons/proper/scxml/branches/J6/pom.xml Thu May 22 12:12:16 2008
@@ -163,12 +163,6 @@
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>2.6.0</version>
-      <optional>true</optional>
-    </dependency>
   </dependencies>
 
   <distributionManagement>

Modified: commons/proper/scxml/branches/J6/project.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/project.xml?rev=659211&r1=659210&r2=659211&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/project.xml (original)
+++ commons/proper/scxml/branches/J6/project.xml Thu May 22 12:12:16 2008
@@ -251,17 +251,6 @@
       </properties>
     </dependency>
     <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>2.6.0</version>
-      <url>http://xml.apache.org/xalan-j/</url>
-      <properties>
-        <comment>&lt;b&gt;Sun JDK 1.5+&lt;/b&gt;
-        only</comment>
-        <optional>true</optional>
-      </properties>
-    </dependency>
-    <dependency>
       <groupId>maven</groupId>
       <artifactId>maven-xdoc-plugin</artifactId>
       <version>1.9.2</version>


Reply via email to