You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/10/22 17:34:49 UTC

svn commit: r587130 - /maven/components/trunk/build.xml

Author: jvanzyl
Date: Mon Oct 22 08:34:48 2007
New Revision: 587130

URL: http://svn.apache.org/viewvc?rev=587130&view=rev
Log:
o get rid of JDOM, the POM writing code required for the embedder will become a separate package. having jdom in the core just interferes
  with too many things.

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=587130&r1=587129&r2=587130&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Mon Oct 22 08:34:48 2007
@@ -158,7 +158,6 @@
       <pathelement location="${maven.repo.local}/com/jcraft/jsch/${jsch.version}/jsch-${jsch.version}.jar"/>
       <pathelement location="${maven.repo.local}/org/apache/maven/doxia/doxia-sink-api/${doxia.version}/doxia-sink-api-${doxia.version}.jar"/>
       <pathelement location="${maven.repo.local}/junit/junit/${junit.version}/junit-${junit.version}.jar"/>
-      <pathelement location="${maven.repo.local}/jdom/jdom/${jdom.version}/jdom-${jdom.version}.jar"/>
       <pathelement location="${maven.repo.local}/org/apache/maven/artifact/maven-artifact/${maven-artifact.version}/maven-artifact-${maven-artifact.version}.jar"/>
     </path>
     
@@ -169,10 +168,6 @@
       <pathelement location="${maven.repo.local}/org/codehaus/modello/modello-core/${modello.version}/modello-core-${modello.version}.jar"/>
       <pathelement location="${maven.repo.local}/org/codehaus/modello/modello-plugin-xml/${modello.version}/modello-plugin-xml-${modello.version}.jar"/>
       <pathelement location="${maven.repo.local}/org/codehaus/modello/modello-plugin-xpp3/${modello.version}/modello-plugin-xpp3-${modello.version}.jar"/>
-      <pathelement location="${maven.repo.local}/org/codehaus/modello/modello-plugin-jdom/${modello.version}/modello-plugin-jdom-${modello.version}.jar"/>
-      <!--
-      <pathelement location="modello.jar"/>
-      -->
     </path>
     <!-- DGF pathconvert immediately so we can validate the classpath -->
     <pathconvert property="pre.classpath.str" refid="pre.classpath" pathsep="&#xa;"/>
@@ -210,7 +205,6 @@
         <modello-single-mode file="@{file}" version="@{version}" mode="java"/>
         <modello-single-mode file="@{file}" version="@{version}" mode="xpp3-reader"/>
         <modello-single-mode file="@{file}" version="@{version}" mode="xpp3-writer"/>
-        <modello-single-mode file="@{file}" version="@{version}" mode="jdom-writer"/>
       </sequential>
     </macrodef>