You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/01/04 13:32:59 UTC

[2/6] incubator-freemarker git commit: Extract META-INF folder with files like MANIFEST.MF 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


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-gae
Commit: 835800962b8126eb4a250451017f595467e52d48
Parents: 1d59bae
Author: chrisrueger <ch...@gmail.com>
Authored: Tue Dec 27 20:58:26 2016 +0100
Committer: chrisrueger <ch...@gmail.com>
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>