From cb7be61639ab59c2f35f645bb52da35b39631a09 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 8 Oct 2012 16:00:37 +0300 Subject: [PATCH] Refactor OSGi manifest attribute handling to support import/export better (#9793) Change-Id: Iae53213b40a688b27a4195fa25c998d3ba43cba3 --- build.properties | 1 + common.xml | 86 +++++++++++++++++++++++++++++++++++------------- 2 files changed, 64 insertions(+), 23 deletions(-) diff --git a/build.properties b/build.properties index fb08ef6690..548169c457 100644 --- a/build.properties +++ b/build.properties @@ -2,6 +2,7 @@ javadoc.doctitle=

Vaadin

javadoc.bottom=Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved. ivy.organisation=com.vaadin vaadin.vendor=Vaadin Ltd +vaadin.url=http://vaadin.com vaadin.java.version=1.6 vaadin.version=0.0.0.unversioned-development-build diff --git a/common.xml b/common.xml index ffaf27b735..bd18e7d522 100644 --- a/common.xml +++ b/common.xml @@ -161,53 +161,84 @@ - - + + + - - + + - - - - - - - + + + + + - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - - - - - @@ -215,6 +246,14 @@ + + + + + + + + @@ -268,8 +307,9 @@ - - + + + -- 2.39.5