Skip to content

Commit d61facd

Browse files
committed
remove tabtastic from build.xml
1 parent c6d5693 commit d61facd

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/**,tabtastic/**" excludes="html,css-validator.*">
154+
<war warfile="${war.file}" webxml="web.xml" basedir="." includes="*html*,favicon.ico,images/**,style/**,scripts/**" excludes="html,css-validator.*">
155155
<classes dir="build"/>
156156
<lib dir="lib">
157157
<exclude name="*servlet*.jar"/>

0 commit comments

Comments
 (0)