Skip to content

Commit 8d0b1b7

Browse files
committed
add only scripts/**.js to the war
The menu.tmpl & menu.pl are not required there
1 parent cbd3400 commit 8d0b1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151

152152
<target name="war" depends="build" description="Creates the webapp module">
153153
<delete file="${war.file}"/>
154-
<war warfile="${war.file}" webxml="web.xml" basedir="." includes="*html*,favicon.ico,images/**,style/**,scripts/**" excludes="html,css-validator.*">
154+
<war warfile="${war.file}" webxml="web.xml" basedir="." includes="*html*,favicon.ico,images/**,style/**,scripts/**.js" excludes="html,css-validator.*">
155155
<classes dir="build"/>
156156
<lib dir="lib">
157157
<exclude name="*servlet*.jar"/>

0 commit comments

Comments
 (0)