Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
[BIDE-18746] Update freemarker.jar in FreeMarker IDE
Browse files Browse the repository at this point in the history
new version 2.3.21 is included
  • Loading branch information
dgolovin committed Nov 21, 2014
1 parent 49c7b3f commit 60d2906
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/org.jboss.ide.eclipse.freemarker/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="freemarker-2.3.18.jar"/>
<classpathentry exported="true" kind="lib" path="freemarker-2.3.21.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
Expand Down
Expand Up @@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,
freemarker-2.3.18.jar
freemarker-2.3.21.jar
Bundle-Vendor: %providerName
Export-Package: freemarker.core,
freemarker.template,
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.jboss.ide.eclipse.freemarker/build.properties
@@ -1,6 +1,6 @@
jars.compile.order = .
bin.includes = plugin.*,\
freemarker-2.3.18.jar,\
freemarker-2.3.21.jar,\
META-INF/,\
.,\
icons/,\
Expand All @@ -10,6 +10,6 @@ bin.includes = plugin.*,\
src.includes = plugin.*,\
icons/,\
License.txt,\
freemarker-2.3.18.jar
freemarker-2.3.21.jar
source.. = src/
output.. = bin/
Binary file not shown.
Binary file not shown.

0 comments on commit 60d2906

Please sign in to comment.