Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2009-09-18 13:59:42 +0000
committernhauge2009-09-18 13:59:42 +0000
commit3f9192396242616280b221bcb2b7ec82416041a0 (patch)
tree5b7d412686458f2b265264faa8366ddbfa233c3e /jpa/plugins/org.eclipse.jpt.gen
parentcd0215a6198517f23bb41d279a32b0ecdba946c9 (diff)
downloadwebtools.dali-3f9192396242616280b221bcb2b7ec82416041a0.tar.gz
webtools.dali-3f9192396242616280b221bcb2b7ec82416041a0.tar.xz
webtools.dali-3f9192396242616280b221bcb2b7ec82416041a0.zip
289068 - remove old, local velocity jar references.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.gen')
-rw-r--r--jpa/plugins/org.eclipse.jpt.gen/META-INF/MANIFEST.MF2
-rw-r--r--jpa/plugins/org.eclipse.jpt.gen/build.properties1
2 files changed, 0 insertions, 3 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.gen/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.gen/META-INF/MANIFEST.MF
index 44887eb4ba..e5b8cd0b94 100644
--- a/jpa/plugins/org.eclipse.jpt.gen/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.gen/META-INF/MANIFEST.MF
@@ -4,8 +4,6 @@ Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.gen
Bundle-Version: 1.3.100.qualifier
-Bundle-ClassPath: .,
- lib/velocity-1.5.jar
Bundle-Localization: plugin
Export-Package: org.eclipse.jpt.gen.internal;x-friends:="org.eclipse.jpt.ui",
org.eclipse.jpt.gen.internal.old;x-friends:="org.eclipse.jpt.ui",
diff --git a/jpa/plugins/org.eclipse.jpt.gen/build.properties b/jpa/plugins/org.eclipse.jpt.gen/build.properties
index 3cbb63541c..c5b602519e 100644
--- a/jpa/plugins/org.eclipse.jpt.gen/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.gen/build.properties
@@ -14,6 +14,5 @@ bin.includes = .,\
META-INF/,\
about.html,\
plugin.properties,\
- lib/velocity-1.5.jar,\
templates/
jars.compile.order = .

Back to the top