Author: jfrederic.clere(a)jboss.com
Date: 2013-01-25 08:57:57 -0500 (Fri, 25 Jan 2013)
New Revision: 3058
Modified:
trunk/build/unix/util/jbossweb/files.sh
Log:
remove the -dev
Modified: trunk/build/unix/util/jbossweb/files.sh
===================================================================
--- trunk/build/unix/util/jbossweb/files.sh 2013-01-25 13:54:29 UTC (rev 3057)
+++ trunk/build/unix/util/jbossweb/files.sh 2013-01-25 13:57:57 UTC (rev 3058)
@@ -3,7 +3,7 @@
rm -rf src/main/resources
for file in `cat files.list`
do
- HTTPFILE=`echo $file | sed 's:-1.0.0-:-2.0.12-dev-:'`
+ HTTPFILE=`echo $file | sed 's:-1.0.0-:-2.0.12-:'`
FILE=${HTTPFILE}
CHANGETOSL=false
#
http://hudson.qa.jboss.com/hudson/view/Native/job/JBossWebNative-solaris-...