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