summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-04-01 11:49:17 +0000
committerHenri Sara <henri.sara@itmill.com>2009-04-01 11:49:17 +0000
commitceddbebb8c2ff96e0e27448fc2177f2422a37026 (patch)
treed13dac73bb4fb210f54f5b13b338e83eaa5cc429 /build
parent46f0510fcccca3e516b083d397de5a7715ed0336 (diff)
downloadvaadin-framework-ceddbebb8c2ff96e0e27448fc2177f2422a37026.tar.gz
vaadin-framework-ceddbebb8c2ff96e0e27448fc2177f2422a37026.zip
#1061: merge to 6.0 of initial import of BeanItemContainer to the toolkit
svn changeset:7268/svn branch:6.0
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
-rw-r--r--build/package/eclipse-classpath1
2 files changed, 0 insertions, 5 deletions
diff --git a/build/build.xml b/build/build.xml
index 38f305c830..04b96fe430 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -652,7 +652,6 @@
<exclude name="ITMILL/themes/sampler/**" if="build.sampler.disabled" />
<include name="demo/**/*" />
<include name="WEB-INF/lib/hsqldb.jar" />
- <include name="WEB-INF/lib/beanitemcontainer-20090216.jar" />
<include name="ITMILL/themes/**/*" />
<include name="META-INF/**/*" />
</fileset>
@@ -693,9 +692,6 @@
<mkdir dir="${result-path}/classes" />
<javac source="1.5" target="1.5" classpathref="compile.classpath.server-side" destdir="${result-path}/classes" debug="true" encoding="UTF-8">
<src path="${result-path}/src"/>
- <classpath>
- <pathelement location="WebContent/WEB-INF/lib/beanitemcontainer-20090216.jar" />
- </classpath>
<!-- This seems to be included by default: include name="${toolkit-package}/**"/ -->
<exclude name="${toolkit-package}/demo/sampler/**" if="build.sampler.disabled" />
<exclude name="${toolkit-package}/tests/**"/>
diff --git a/build/package/eclipse-classpath b/build/package/eclipse-classpath
index 9cd2ee212b..d5a181374d 100644
--- a/build/package/eclipse-classpath
+++ b/build/package/eclipse-classpath
@@ -3,7 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="WebContent/WEB-INF/src"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar"/>
- <classpathentry kind="lib" path="WebContent/WEB-INF/lib/beanitemcontainer-20090216.jar"/>
<classpathentry kind="lib" path="gwt/gwt-user.jar" />
<classpathentry kind="lib" path="gwt/gwt-servlet.jar" />
<classpathentry kind="lib" path="WebContent/demo/lib/reservr/gwt-maps.jar" />