Extract META-INF folder with files like MANIFEST.MF from freemarker.jar and put it in base directory for eclipse
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/83580096 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/83580096 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/83580096 Branch: refs/heads/2.3 Commit: 835800962b8126eb4a250451017f595467e52d48 Parents: 1d59bae Author: chrisrueger <[email protected]> Authored: Tue Dec 27 20:58:26 2016 +0100 Committer: chrisrueger <[email protected]> Committed: Tue Dec 27 20:58:26 2016 +0100 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/83580096/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index f72a3ea..2841844 100644 --- a/build.xml +++ b/build.xml @@ -1068,7 +1068,7 @@ Proceed? </input> </delete> <ivy:retrieve conf="IDE" pattern="ide-dependencies/[artifact]-[revision].[ext]" /> - <!-- Extract META-INF from freemarker.jar and put it in base directory for eclipse + <!-- Extract META-INF folder with files like MANIFEST.MF from freemarker.jar and put it in base directory for eclipse (this is needed if you want to reference freemarker-source code in the context of OSGI development with Eclipse) --> <unzip src="build/freemarker.jar" dest="."> <patternset>
