Revision: 17715
          http://sourceforge.net/p/gate/code/17715
Author:   ian_roberts
Date:     2014-03-20 12:25:44 +0000 (Thu, 20 Mar 2014)
Log Message:
-----------
Don't strip version numbers.

Modified Paths:
--------------
    gate/trunk/build/deploy/maven/build.xml

Modified: gate/trunk/build/deploy/maven/build.xml
===================================================================
--- gate/trunk/build/deploy/maven/build.xml     2014-03-20 12:21:47 UTC (rev 
17714)
+++ gate/trunk/build/deploy/maven/build.xml     2014-03-20 12:25:44 UTC (rev 
17715)
@@ -65,7 +65,8 @@
         <copy todir="lib">
             <fileset refid="dependency.fileset" />
             <!-- This mapper strips off all leading directory information -->
-            <mapper classpathref="maven-ant-tasks.classpath" 
classname="org.apache.maven.artifact.ant.VersionMapper" 
from="${dependency.versions}" to="flatten" />
+            <!--<mapper classpathref="maven-ant-tasks.classpath" 
classname="org.apache.maven.artifact.ant.VersionMapper" 
from="${dependency.versions}" to="flatten" />-->
+            <flattenmapper />
         </copy>
 
         <fileset dir="lib" id="onlyinmaven" includes="**/*.jar"> 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to