From 6da3cd640d404965405d24dd515db90e57c8ad76 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 5 Sep 2012 10:29:34 +0300 Subject: Build javadoc and sources jars (#9299) --- build.properties | 2 -- buildhelpers/ivy.xml | 4 ++-- client-compiled/ivy.xml | 12 ++++++++---- client-compiler/build.xml | 15 +++++++++------ client-compiler/ivy.xml | 13 ++++++++----- client/build.xml | 3 +++ client/ivy.xml | 5 ++++- common.xml | 22 ++++++++++++++++++---- ivysettings.xml | 2 +- pom-template.xml | 2 +- server/build.xml | 3 +++ server/ivy.xml | 5 ++++- shared/build.xml | 3 +++ shared/ivy.xml | 5 ++++- theme-compiler/build.xml | 3 +++ theme-compiler/ivy.xml | 7 ++++--- themes-compiled/ivy.xml | 11 +++++++---- uitest/ivy.xml | 3 ++- 18 files changed, 84 insertions(+), 36 deletions(-) diff --git a/build.properties b/build.properties index f5682be0a0..fb08ef6690 100644 --- a/build.properties +++ b/build.properties @@ -5,5 +5,3 @@ vaadin.vendor=Vaadin Ltd vaadin.java.version=1.6 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 diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index 9d74b56f59..ba44ebfc3f 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -22,8 +22,8 @@ - - + + diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index bddabc8bb8..a136929929 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -1,19 +1,23 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> + - - - + + + + + diff --git a/client-compiler/build.xml b/client-compiler/build.xml index fd29e8ed02..97645ea51c 100644 --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -25,12 +25,12 @@ - - - - - - + + + + + + gwt.version=${vaadin.version} gwt.svnrev=${git.revision} @@ -40,6 +40,9 @@ gwt.svnrev=${git.revision} + + + diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index 8c991b2223..d824f503b2 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -9,12 +10,14 @@ - + - - - + + + + + diff --git a/client/build.xml b/client/build.xml index de1b5444a8..f0ee0892f9 100644 --- a/client/build.xml +++ b/client/build.xml @@ -28,6 +28,9 @@ + + + diff --git a/client/ivy.xml b/client/ivy.xml index 52706b4ed9..39ed494d86 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -14,6 +15,8 @@ + + diff --git a/common.xml b/common.xml index c457d827a9..efaf47d30d 100644 --- a/common.xml +++ b/common.xml @@ -1,8 +1,21 @@ - + + - + + + + + + + + + + + + + @@ -22,6 +35,7 @@ + @@ -205,12 +219,12 @@ - + - + diff --git a/ivysettings.xml b/ivysettings.xml index 5940218108..487fc921df 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -28,7 +28,7 @@ + pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/[artifact]-[revision](-[classifier]).[ext]" /> diff --git a/pom-template.xml b/pom-template.xml index cec0ca6dc4..563a5a8e97 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -2,7 +2,7 @@ 4.0.0 com.vaadin ${module.name} - ${vaadin.version} + ${vaadin.maven.version} Vaadin Vaadin Ltd diff --git a/server/build.xml b/server/build.xml index 2763d5ff10..c08df072cd 100644 --- a/server/build.xml +++ b/server/build.xml @@ -29,6 +29,9 @@ + + + diff --git a/server/ivy.xml b/server/ivy.xml index 1e1b4460d7..99e5ae7811 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -14,6 +15,8 @@ + + diff --git a/shared/build.xml b/shared/build.xml index 29f68ef643..d458b57d71 100644 --- a/shared/build.xml +++ b/shared/build.xml @@ -22,6 +22,9 @@ + + + diff --git a/shared/ivy.xml b/shared/ivy.xml index 8c344a92e9..413231ab01 100644 --- a/shared/ivy.xml +++ b/shared/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -14,6 +15,8 @@ + + diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index aa378f7769..300f2718aa 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -21,6 +21,9 @@ + + + diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 06285afaf1..873faa7a84 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -15,8 +16,8 @@ - - + + diff --git a/themes-compiled/ivy.xml b/themes-compiled/ivy.xml index 6bf7d0d813..ce5260c598 100644 --- a/themes-compiled/ivy.xml +++ b/themes-compiled/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -11,9 +12,11 @@ - - - + + + + + diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 563be59b0b..2a9bc6b2ef 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> -- cgit v1.2.3