Skip to content

Commit eacf4ca

Browse files
committed
Removed unused ST4 dependency
Part of #453
1 parent b5f5baa commit eacf4ca

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

plugins/org.eclipse.embedcdt.core/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry exported="true" kind="lib" path="lib/ST4-4.0.8.jar"/>
43
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
54
<attributes>
65
<attribute name="module" value="true"/>

plugins/org.eclipse.embedcdt.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,5 @@ Require-Bundle: org.eclipse.cdt.core;bundle-version="7.0.0",
508508
org.eclipse.core.variables;bundle-version="3.4.800",
509509
org.eclipse.debug.core;bundle-version="3.16.0",
510510
org.eclipse.core.expressions;bundle-version="3.7.0"
511-
Bundle-ClassPath: lib/ST4-4.0.8.jar,
512-
.
511+
Bundle-ClassPath: .
513512
Automatic-Module-Name: org.eclipse.embedcdt.core

plugins/org.eclipse.embedcdt.core/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bin.includes = META-INF/,\
1919
.,\
2020
plugin.xml,\
2121
plugin.properties,\
22-
lib/ST4-4.0.8.jar,\
22+
2323
about.html,\
2424
.options
2525
src.includes = about.html
-234 KB
Binary file not shown.

0 commit comments

Comments
 (0)