]> source.dussan.org Git - vaadin-framework.git/commitdiff
Metadata for client-compiled package (#9299)
authorArtur Signell <artur@vaadin.com>
Tue, 4 Sep 2012 14:18:17 +0000 (17:18 +0300)
committerArtur Signell <artur@vaadin.com>
Sun, 9 Sep 2012 08:23:21 +0000 (11:23 +0300)
build.properties
client-compiled/build.xml

index 0a4f894b4b76b2be829cb072d5c2991508e7cd86..f5682be0a0e54577d84e5aea16f22238c43142d0 100644 (file)
@@ -3,6 +3,7 @@ javadoc.bottom=<i>Copyright &#169; 2000-2011 Vaadin Ltd. All Rights Reserved.</i
 ivy.organisation=com.vaadin
 vaadin.vendor=Vaadin Ltd
 vaadin.java.version=1.6
-vaadin.version=0.0.0.noversion
-
+vaadin.version=0.0.0.unversioned-development-build
 
+# repository into which Maven snapshots should be published 
+snapshot.repository.url=http://oss.sonatype.org/content/repositories/vaadin-snapshots
index 6533ce27446ec25438f92e3f325a3733b8260c27..2f0c2f6e9c72ef2f1f6891c1f008bb52fc850ca4 100644 (file)
                </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" />