From 95b992d43da7ba5e5542f3f4e40cc3836ed74784 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@774 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 c1bb331debd..b4e54467864 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 00000000000..79712d3bf6f --- /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 00000000000..9183686db61 --- /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 00000000000..9039bfdf8b3 --- /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