# HG changeset patch # User Jaroslav Tulach # Date 1252947655 -7200 # Node ID 96f80f14cfcdf1e0e41c0128b83c196d7311be1d # Parent 8c9969f8902171e19dba330963f036540bb7f6a1 Putting all libraries into lib subdirectory and generating ClassPath: entry into the freemarkerdor-x.y.jar diff -r 8c9969f89021 -r 96f80f14cfcd freemarkerdor/all-zip.xml --- a/freemarkerdor/all-zip.xml Mon Sep 14 18:38:08 2009 +0200 +++ b/freemarkerdor/all-zip.xml Mon Sep 14 19:00:55 2009 +0200 @@ -5,6 +5,15 @@ zip - + + false + lib + + + + target/freemarkerdor-${version}.jar + / + + diff -r 8c9969f89021 -r 96f80f14cfcd freemarkerdor/pom.xml --- a/freemarkerdor/pom.xml Mon Sep 14 18:38:08 2009 +0200 +++ b/freemarkerdor/pom.xml Mon Sep 14 19:00:55 2009 +0200 @@ -91,7 +91,20 @@ - + + org.apache.maven.plugins + maven-jar-plugin + + + + true + lib/ + cz.xelfi.quoridor.freemarkerdor.UI + + + + +