You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2008/04/22 20:47:12 UTC

svn commit: r650608 - /maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/download-eclipse.xml

Author: ltheussl
Date: Tue Apr 22 11:47:08 2008
New Revision: 650608

URL: http://svn.apache.org/viewvc?rev=650608&view=rev
Log:
Fix maven executable on unix

Modified:
    maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/download-eclipse.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/download-eclipse.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/download-eclipse.xml?rev=650608&r1=650607&r2=650608&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/download-eclipse.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/download-eclipse.xml Tue Apr 22 11:47:08 2008
@@ -497,7 +497,7 @@
     </condition>
     <property
       name="maven.executable"
-      value="mvn.sh" />
+      value="mvn" />
 
     <exec
       failonerror="true"