summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-08-12 12:54:47 +0000
committerHenri Sara <henri.sara@itmill.com>2011-08-12 12:54:47 +0000
commit7a8da2c68dd678b872f1581b811e7a96b9ba58af (patch)
tree34573b3dda24d3ff4c327b2cda2a1a0c858f83be
parent0d3a679452d7024ab7137a31dea270bdd75f8096 (diff)
downloadvaadin-framework-7a8da2c68dd678b872f1581b811e7a96b9ba58af.tar.gz
vaadin-framework-7a8da2c68dd678b872f1581b811e7a96b9ba58af.zip
#7178 fix in build script (removed reference to a non-existent directory)
svn changeset:20363/svn branch:6.7
-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="**/*" />