Skip to content
Snippets Groups Projects
Commit cf047884 authored by tcarver's avatar tcarver
Browse files

add batik to jar

parent 5dfc9307
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,10 @@ artemis.jar : $(CLASSES)
jar xvf $$fileJar; \
rm -rf META-INF/MANIFEST.MF; \
done; \
for fileJar in ../lib/batik/*.jar; do \
jar xvf $$fileJar; \
rm -rf META-INF/MANIFEST.MF; \
done; \
for fileJar in ../lib/picard/*.jar; do \
jar xvf $$fileJar; \
rm -rf META-INF/MANIFEST.MF; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment