Browse Source

Metadata for client-compiled package (#9299)

tags/7.0.0.beta1
Artur Signell 11 years ago
parent
commit
5463416fd7
2 changed files with 10 additions and 2 deletions
  1. 3
    2
      build.properties
  2. 7
    0
      client-compiled/build.xml

+ 3
- 2
build.properties View 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

+ 7
- 0
client-compiled/build.xml View File

@@ -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" />

Loading…
Cancel
Save