You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2007/12/19 02:47:17 UTC

svn commit: r605383 - /xml/xindice/trunk/xindiced

Author: vgritsenko
Date: Tue Dec 18 17:47:16 2007
New Revision: 605383

URL: http://svn.apache.org/viewvc?rev=605383&view=rev
Log:
remove hardcoded version number from start script

Modified:
    xml/xindice/trunk/xindiced

Modified: xml/xindice/trunk/xindiced
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/xindiced?rev=605383&r1=605382&r2=605383&view=diff
==============================================================================
--- xml/xindice/trunk/xindiced (original)
+++ xml/xindice/trunk/xindiced Tue Dec 18 17:47:16 2007
@@ -102,7 +102,7 @@
 fi
 
 if [ "$JETTY_WEBAPP" = "" ] ; then
-  JETTY_WEBAPP=$XINDICE_HOME/xindice-1.2-dev.war
+  JETTY_WEBAPP=`ls $XINDICE_HOME/xindice-*.war | head -n 1`
 fi
 
 if [ "$JAVA_DEBUG_PORT" = "" ] ; then