summaryrefslogtreecommitdiffstats
path: root/client-compiled
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-04 17:18:17 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:21 +0300
commit5463416fd7f3e44d68cb1a4d446dcc352ee5d58e (patch)
tree3ed92a4b763b9cef1814b97214d4b642a862447f /client-compiled
parent7b25d8b203b8f04bcebcc5fb702582baf7cfefa6 (diff)
downloadvaadin-framework-5463416fd7f3e44d68cb1a4d446dcc352ee5d58e.tar.gz
vaadin-framework-5463416fd7f3e44d68cb1a4d446dcc352ee5d58e.zip
Metadata for client-compiled package (#9299)
Diffstat (limited to 'client-compiled')
-rw-r--r--client-compiled/build.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml
index 6533ce2744..2f0c2f6e9c 100644
--- a/client-compiled/build.xml
+++ b/client-compiled/build.xml
@@ -106,6 +106,13 @@
</antcall>
<jar file="${compiled.jar}" compress="true">
+ <manifest>
+ <attribute name="Vaadin-Package-Version" value="1" />
+ <attribute name="Vaadin-Widgetsets" value="com.vaadin.DefaultWidgetSet" />
+ <attribute name="Implementation-Vendor" value="Vaadin Ltd" />
+ <attribute name="Implementation-URL" value="http://vaadin.com" />
+ <attribute name="Implementation-Version" value="${vaadin.version}" />
+ </manifest>
<fileset dir="${result.dir}">
<include name="VAADIN/widgetsets/com.vaadin*/**" />
<include name="pom.xml" />