mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Reog. Categorise the files in to source folders.
This commit is contained in:
parent
499f1cf3e0
commit
4e38f7ccd2
283 changed files with 22 additions and 3 deletions
|
@ -3,5 +3,7 @@
|
|||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="src" path="mi"/>
|
||||
<classpathentry kind="src" path="cdi"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2004-03-01 Alain Magloire
|
||||
|
||||
Reog. New source browser.
|
||||
Move the classes to the appropriate categories.
|
||||
|
||||
* mi/
|
||||
* cdi/
|
||||
|
||||
2004-02-19 Alain Magloire
|
||||
|
||||
PR #52317
|
||||
|
|
|
@ -4,10 +4,20 @@ bin.includes = plugin.xml,\
|
|||
cdtmicore.jar
|
||||
src.includes = plugin.xml,\
|
||||
plugin.properties,\
|
||||
about.html
|
||||
source.cdtmicore.jar = src/
|
||||
about.html,\
|
||||
src/,\
|
||||
mi/,\
|
||||
cdi/,\
|
||||
design.txt,\
|
||||
build.properties,\
|
||||
ChangeLog,\
|
||||
.options
|
||||
source.cdtmicore.jar = src/,\
|
||||
cdi/,\
|
||||
mi/
|
||||
javadoc.packages = org.eclipse.cdt.debug.mi.core.*,\
|
||||
org.eclipse.cdt.debug.mi.core.cdi.*,\
|
||||
org.eclipse.cdt.debug.mi.core.command.*,\
|
||||
org.eclipse.cdt.debug.mi.core.event.*,\
|
||||
org.eclipse.cdt.debug.mi.core.output.*
|
||||
output.cdtmicore.jar = bin/
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue