User: cwbrandon
Date: 08/04/28 09:25:07
Modified: distribution/src/antrun copy-2-website.xml
Log:
don't copy m2 artifacts, deploy is now used
Revision Changes Path
1.3 +10 -20 plugins/distribution/src/antrun/copy-2-website.xml
Index: copy-2-website.xml
===================================================================
RCS file: /cvsroot/andromdaplugins/plugins/distribution/src/antrun/copy-2-website.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- copy-2-website.xml 2 Oct 2006 13:35:14 -0000 1.2
+++ copy-2-website.xml 28 Apr 2008 16:25:07 -0000 1.3
@@ -40,16 +40,6 @@
<include name="andromda/**/*"/>
</fileset>
</copy>
- <echo>
- Copying M2 artifacts
- from ${maven2.repository}/org/andromda
- to ${website.dir}/maven2
- </echo>
- <copy todir="${website.dir}/maven2" preservelastmodified="true">
- <fileset dir="${maven2.repository}">
- <include name="org/andromda/**/*"/>
- </fileset>
- </copy>
<!--
<copy todir="${website.dir}/maven2/org/andromda/distributions" preservelastmodified="true">
<fileset dir="${distribution.output.directory}">
|