From ec709ecf87c9d08402ed38a3e906c30ec0fc0762 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Mon, 29 Mar 2010 17:39:09 +0200 Subject: Build: Use closure-jar property --- build/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/build.xml b/build/build.xml index 0f4131b0e..6f225ca7b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -116,7 +116,7 @@ - + @@ -128,7 +128,7 @@ - + -- cgit v1.2.3 From 9fa157840f0bfacfd4190bd6a159cba8ac2107b8 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Mon, 29 Mar 2010 18:58:38 +0200 Subject: Build: Minify i18n files and build a concatenated version; also fixing the double-header issue for the jquery-ui.min.js file and removing additional headers for the various components; Fixes #5444 - build incomplete since removing yuimin and adding closure compiler --- build/build.xml | 71 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 24 deletions(-) (limited to 'build') diff --git a/build/build.xml b/build/build.xml index 6f225ca7b..a99469b34 100644 --- a/build/build.xml +++ b/build/build.xml @@ -28,18 +28,19 @@ - + + - + - + @@ -49,7 +50,6 @@ - @@ -57,7 +57,7 @@ - + @@ -66,9 +66,33 @@ - + + + + + @@ -108,10 +132,10 @@ - - - - + + + + @@ -122,11 +146,16 @@ - + + + + + + - - + + @@ -134,19 +163,13 @@ - + - - - - - - - - + + + - - + -- cgit v1.2.3