File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
plugins/org.eclipse.dltk.javascript.core Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Bundle-Localization: plugin
8
8
Require-Bundle : org.eclipse.core.runtime,
9
9
org.eclipse.core.resources,
10
10
org.eclipse.dltk.core;bundle-version="4.0.0",
11
+ org.eclipse.dltk.annotations;bundle-version="4.0.0",
11
12
org.eclipse.dltk.javascript.parser,
12
13
org.antlr.runtime;bundle-version="[3.0.0,3.0.9)",
13
14
org.eclipse.emf.ecore,
Original file line number Diff line number Diff line change 9
9
# ##############################################################################
10
10
source.. = src/
11
11
output.. = bin/
12
- additional.bundles = org.eclipse.dltk.annotations
12
+ # additional.bundles = org.eclipse.dltk.annotations
13
13
bin.includes = META-INF/,\
14
14
.,\
15
15
plugin.xml,\
You can’t perform that action at this time.
0 commit comments