summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-06-21 17:08:49 +0300
committerHenri Sara <hesara@vaadin.com>2012-06-21 17:08:49 +0300
commitcddeca52a72301c3fcf0ada3e4c30b2f08d48c55 (patch)
tree2aac713b2f743431bfc28e17c31c88709bd9e79f /build
parentd94638a2e747c67556c0e08d975e963bcb19e019 (diff)
downloadvaadin-framework-cddeca52a72301c3fcf0ada3e4c30b2f08d48c55.tar.gz
vaadin-framework-cddeca52a72301c3fcf0ada3e4c30b2f08d48c55.zip
Remove GWT-Version from manifest.
Diffstat (limited to 'build')
-rw-r--r--build/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 1bed1807a1..d4d37b4e77 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -712,7 +712,8 @@
<attribute name="Implementation-Vendor" value="Vaadin Ltd" />
<attribute name="Implementation-URL" value="http://vaadin.com" />
<attribute name="Implementation-Version" value="${version.full}" />
- <attribute name="GWT-Version" value="${gwt-version}" />
+ <!-- No separate GWT-Version attribute or file -->
+ <!-- <attribute name="GWT-Version" value="${gwt-version}" /> -->
<attribute name="GWT-Version-Dependencies" value="${gwt-version-dependencies}" />
<attribute name="Bundle-Version" value="${version.full}" />
</manifest>