summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2009-10-06 10:03:35 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2009-10-06 10:03:35 +0000
commit1b8d114fa789769dfb0e907ddd9ec9a9abb094eb (patch)
treef52b3822f8853e18a5d206529a6ea8bbed7e92f3 /build
parent6d4e40f6e3a299dfa9a4ff1c787f829146418f18 (diff)
downloadvaadin-framework-1b8d114fa789769dfb0e907ddd9ec9a9abb094eb.tar.gz
vaadin-framework-1b8d114fa789769dfb0e907ddd9ec9a9abb094eb.zip
added DefaultWidgetSet to manifest file
svn changeset:9100/svn branch:2009-09-widget-packaging_3332
Diffstat (limited to 'build')
-rw-r--r--build/build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index ee73d898db..b6938224a3 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -988,10 +988,11 @@
<mkdir dir="${output-dir}/META-INF"/>
<echo file="${output-dir}/META-INF/VERSION">${version}</echo>
<echo file="${output-dir}/META-INF/GWT-VERSION">${gwt-version}</echo>
-
<jar jarfile="${output-dir}/WebContent/WEB-INF/lib/${lib-jar-name}" compress="true">
<metainf dir="${output-dir}/META-INF"/>
-
+ <manifest>
+ <attribute name="Vaadin-Widgetsets" value="com.vaadin.terminal.gwt.DefaultWidgetSet" />
+ </manifest>
<fileset dir="${result-path}/classes">
<patternset>
<exclude name="${toolkit-package}/demo/**" />