diff --git a/terminal/org.eclipse.tm.terminal.serial/.classpath b/terminal/org.eclipse.tm.terminal.serial/.classpath index 3183e6f648e..ce73933404a 100644 --- a/terminal/org.eclipse.tm.terminal.serial/.classpath +++ b/terminal/org.eclipse.tm.terminal.serial/.classpath @@ -1,7 +1,6 @@ - diff --git a/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF b/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF index d12a2a04efe..836450b3cfe 100644 --- a/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF +++ b/terminal/org.eclipse.tm.terminal.serial/META-INF/MANIFEST.MF @@ -10,5 +10,4 @@ Require-Bundle: org.eclipse.ui, Eclipse-LazyStart: false Bundle-Vendor: %providerName Bundle-RequiredExecutionEnvironment: J2SE-1.4 -Bundle-ClassPath: ., - comm.jar +Bundle-ClassPath: . diff --git a/terminal/org.eclipse.tm.terminal.serial/build.properties b/terminal/org.eclipse.tm.terminal.serial/build.properties index 8e2b821203b..0c3db46cc43 100644 --- a/terminal/org.eclipse.tm.terminal.serial/build.properties +++ b/terminal/org.eclipse.tm.terminal.serial/build.properties @@ -2,8 +2,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml,\ - comm.jar + plugin.xml src.includes = .classpath,\ .project,\ .settings/,\