mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
removed comm dependency
This commit is contained in:
parent
3ee369fe6a
commit
c3b5c3d28b
3 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry exported="true" kind="lib" path="comm.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
|
|
@ -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: .
|
||||
|
|
|
@ -2,8 +2,7 @@ source.. = src/
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
comm.jar
|
||||
plugin.xml
|
||||
src.includes = .classpath,\
|
||||
.project,\
|
||||
.settings/,\
|
||||
|
|
Loading…
Add table
Reference in a new issue