You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/05/02 11:56:12 UTC

svn commit: r534371 - /incubator/wicket/trunk/eclipse.sh

Author: jbq
Date: Wed May  2 02:56:11 2007
New Revision: 534371

URL: http://svn.apache.org/viewvc?view=rev&rev=534371
Log:
downloadSources

Modified:
    incubator/wicket/trunk/eclipse.sh

Modified: incubator/wicket/trunk/eclipse.sh
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/eclipse.sh?view=diff&rev=534371&r1=534370&r2=534371
==============================================================================
--- incubator/wicket/trunk/eclipse.sh (original)
+++ incubator/wicket/trunk/eclipse.sh Wed May  2 02:56:11 2007
@@ -1,5 +1,5 @@
 #/bin/sh
-mvn eclipse:eclipse
+mvn eclipse:eclipse -DdownloadSources=true
 
 case `uname` in
 Linux)