1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

2004-07-02 Alain Magloire

Move the CDI interface to its own source browser and library
	* cdi/*
This commit is contained in:
Alain Magloire 2004-07-02 19:30:18 +00:00
parent 003a4e83fe
commit f87836aa5e
68 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="cdi"/>
<classpathentry kind="src" path="schema"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

View file

@ -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
Do not use the cache stackframe.

View file

@ -12,11 +12,16 @@
bin.includes = plugin.xml,\
plugin.properties,\
about.html,\
cdtdebugcore.jar
cdtdebugcore.jar,\
cdi.jar
source.cdtdebugcore.jar = src,\
cdi,\
schema
javadoc.packages = org.eclipse.cdt.debug.core.*,\
org.eclipse.cdt.debug.core.cdi.*,\
org.eclipse.cdt.debug.core.cdi.event.*,\
org.eclipse.cdt.debug.core.cdi.model.*
src.includes = schema/
jars.compile.order = cdi.jar
source.cdi.jar = cdi/
output.cdi.jar = bin/