From c79f06913801f7d700090e282ecf46123ff8ca65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sat, 23 Sep 2006 08:21:17 +0000 Subject: [PATCH] Added targets to allow building jquery with plugins; Creating the raw source files with plugins added works, packed/docs/tests not yet --- build.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 0a01b5a..4a598ea 100644 --- a/build.xml +++ b/build.xml @@ -1,8 +1,12 @@ - + + + - + + + @@ -12,8 +16,11 @@ - - + + + + + @@ -105,6 +112,38 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4