Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e82a92

Browse files
author
zhourenjian
committed
No need to exclude *.clazz as *.clazz will never be generated in the following versions.
1 parent e6bbf10 commit 3e82a92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/net/sf/j2s/ui/wizards/Java2ScriptServletProjectWizard.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ protected void updateJava2ScriptProject(String prjFolder, String binRelative) {
164164
buildxml.append(" <exclude name=\"WEB-INF/**\"/>\r\n");
165165
buildxml.append(" <exclude name=\"**/*.java\"/>\r\n");
166166
buildxml.append(" <exclude name=\"**/*.class\"/>\r\n");
167-
buildxml.append(" <exclude name=\"**/*.clazz\"/>\r\n");
168167
buildxml.append(" <exclude name=\"**/*.swp\"/>\r\n");
169168
buildxml.append(" <exclude name=\"**/*.swo\"/>\r\n");
170169
buildxml.append(" <exclude name=\"**/*.jar\"/>\r\n");
@@ -192,7 +191,6 @@ protected void updateJava2ScriptProject(String prjFolder, String binRelative) {
192191
buildxml.append(" <zip destfile=\"${basedir}/lib/${java2script.app.name}.jar\">\r\n");
193192
buildxml.append(" <fileset dir=\"${bin.folder}\">\r\n");
194193
buildxml.append(" <exclude name=\"WEB-INF/**\"/>\r\n");
195-
buildxml.append(" <exclude name=\"**/*.clazz\"/>\r\n");
196194
buildxml.append(" <exclude name=\"**/*.html\"/>\r\n");
197195
buildxml.append(" <exclude name=\"**/*.js\"/>\r\n");
198196
buildxml.append(" <exclude name=\"**/*.css\"/>\r\n");

0 commit comments

Comments
 (0)