You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/11/09 19:43:23 UTC

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

Author: jdcasey
Date: Fri Nov  9 10:43:23 2007
New Revision: 593621

URL: http://svn.apache.org/viewvc?rev=593621&view=rev
Log:
Adding line to pull aspectjrt from the repo if it's not in the local repository.

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=593621&r1=593620&r2=593621&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Fri Nov  9 10:43:23 2007
@@ -115,6 +115,7 @@
         </antcall>
       </sequential>
     </macrodef>
+    <pull orgpath="aspectj/aspectjrt" version="${aspectj.version}" name="aspectjrt"/>
     <pull orgpath="commons-cli/commons-cli" version="${commons-cli.version}" name="commons-cli"/>
     <pull orgpath="org/codehaus/plexus/plexus-utils" version="${plexus-utils.version}" name="plexus-utils" repository="codehaus"/>
     <pull orgpath="org/codehaus/plexus/plexus-container-default" version="${plexus.version}" name="plexus-container-default" repository="codehaus"/>