mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
2004-07-02 Alain Magloire
Move the CDI interface to its own source browser and library * cdi/*
This commit is contained in:
parent
003a4e83fe
commit
f87836aa5e
68 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="src" path="cdi"/>
|
||||||
<classpathentry kind="src" path="schema"/>
|
<classpathentry kind="src" path="schema"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-02 Alain Magloire
|
||||||
|
|
||||||
|
Move the CDI interface to its own source browser and library
|
||||||
|
* cdi/*
|
||||||
|
|
||||||
2004-06-29 Alain Magloire
|
2004-06-29 Alain Magloire
|
||||||
|
|
||||||
Do not use the cache stackframe.
|
Do not use the cache stackframe.
|
||||||
|
|
|
@ -12,11 +12,16 @@
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
about.html,\
|
about.html,\
|
||||||
cdtdebugcore.jar
|
cdtdebugcore.jar,\
|
||||||
|
cdi.jar
|
||||||
source.cdtdebugcore.jar = src,\
|
source.cdtdebugcore.jar = src,\
|
||||||
|
cdi,\
|
||||||
schema
|
schema
|
||||||
javadoc.packages = org.eclipse.cdt.debug.core.*,\
|
javadoc.packages = org.eclipse.cdt.debug.core.*,\
|
||||||
org.eclipse.cdt.debug.core.cdi.*,\
|
org.eclipse.cdt.debug.core.cdi.*,\
|
||||||
org.eclipse.cdt.debug.core.cdi.event.*,\
|
org.eclipse.cdt.debug.core.cdi.event.*,\
|
||||||
org.eclipse.cdt.debug.core.cdi.model.*
|
org.eclipse.cdt.debug.core.cdi.model.*
|
||||||
src.includes = schema/
|
src.includes = schema/
|
||||||
|
jars.compile.order = cdi.jar
|
||||||
|
source.cdi.jar = cdi/
|
||||||
|
output.cdi.jar = bin/
|
||||||
|
|
Loading…
Add table
Reference in a new issue