From 9182cab52f51ddb8f53997de5915c1e165ba5357 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Fri, 20 Mar 2009 12:15:06 +0000 Subject: [PATCH] [SPR-5459] Added jarjar'd asm packaging --- build-spring-framework/build.xml | 1 + org.springframework.asm/build.xml | 48 +++++++++++++++++++++++++++++ org.springframework.asm/ivy.xml | 27 ++++++++++++++++ org.springframework.asm/template.mf | 4 +++ 4 files changed, 80 insertions(+) create mode 100644 org.springframework.asm/build.xml create mode 100644 org.springframework.asm/ivy.xml create mode 100644 org.springframework.asm/template.mf diff --git a/build-spring-framework/build.xml b/build-spring-framework/build.xml index c1bb331deb..b4e5446786 100644 --- a/build-spring-framework/build.xml +++ b/build-spring-framework/build.xml @@ -4,6 +4,7 @@ + diff --git a/org.springframework.asm/build.xml b/org.springframework.asm/build.xml new file mode 100644 index 0000000000..79712d3bf6 --- /dev/null +++ b/org.springframework.asm/build.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.asm/ivy.xml b/org.springframework.asm/ivy.xml new file mode 100644 index 0000000000..9183686db6 --- /dev/null +++ b/org.springframework.asm/ivy.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.asm/template.mf b/org.springframework.asm/template.mf new file mode 100644 index 0000000000..9039bfdf8b --- /dev/null +++ b/org.springframework.asm/template.mf @@ -0,0 +1,4 @@ +Bundle-SymbolicName: org.springframework.asm +Bundle-Name: Spring ASM +Bundle-Vendor: SpringSource +Bundle-ManifestVersion: 2