fix bundle script
This commit is contained in:
@ -31,9 +31,8 @@ do
|
|||||||
# make list of java files newer than the .po file
|
# make list of java files newer than the .po file
|
||||||
find $JPATHS -name *.java -newer $i > $TMPFILE
|
find $JPATHS -name *.java -newer $i > $TMPFILE
|
||||||
fi
|
fi
|
||||||
|
if [ -s ../jsp/WEB-INF/classes/net/i2p/i2ptunnel/web/messages_$LG.class -a \
|
||||||
if [ -s build/obj/net/i2p/i2ptunnel/web/messages_$LG.class -a \
|
../jsp/WEB-INF/classes/net/i2p/i2ptunnel/web/messages_$LG.class -nt $i -a \
|
||||||
build/obj/net/i2p/i2ptunnel/web/messages_$LG.class -nt $i -a \
|
|
||||||
! -s $TMPFILE ]
|
! -s $TMPFILE ]
|
||||||
then
|
then
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user