aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/build.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/build/build.xml b/build/build.xml
index 99f6a8bd84..6017b5d72d 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -238,14 +238,6 @@
<antcontrib:var name="eclipse-launch-vmargs" value="-Xms256M -Xmx512M" />
<antcall target="add-misc-files" inheritAll="true" inheritRefs="true" />
- <!-- Copy source tree to class tree. -->
- <!-- A workaround for not setting classpath properly in WAR. -->
- <copy todir="${output-dir}/WebContent/WEB-INF/classes">
- <fileset dir="${output-dir}/WebContent/WEB-INF/src">
- <include name="**/*" />
- </fileset>
- </copy>
-
<war warfile="${result-path}/${product-file}-demo-${version.full}.war">
<fileset dir="${output-dir}/WebContent">
<include name="**/*" />