mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
updated
This commit is contained in:
parent
86990a5d11
commit
4f9fafb5cd
10 changed files with 51 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-06 Alain Magloire
|
||||||
|
|
||||||
|
* build.properties: Patch from Judy Green.
|
||||||
|
|
||||||
2003-01-06 Mikhail Khodjaiants
|
2003-01-06 Mikhail Khodjaiants
|
||||||
Check if project exists when generating the source locations.
|
Check if project exists when generating the source locations.
|
||||||
* CSourceLocator.java
|
* CSourceLocator.java
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
about.html
|
about.html
|
||||||
src.includes = about.html
|
src.includes = plugin.xml,\
|
||||||
source.cdtdebugcore.jar = src/
|
plugin.properties,\
|
||||||
|
about.html
|
||||||
|
source.cdtdebugcore.jar = src
|
||||||
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.*,\
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-06 Alain Magloire
|
||||||
|
|
||||||
|
* build.properties: Patch from Judy Green.
|
||||||
|
|
||||||
2003-01-06 Alain Magloire
|
2003-01-06 Alain Magloire
|
||||||
|
|
||||||
* src/.../mi/core/cdi/BreapoinManager.java (createLocation): new method
|
* src/.../mi/core/cdi/BreapoinManager.java (createLocation): new method
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
bin.includes = plugin.xml,\
|
bin.includes = plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
about.html
|
about.html
|
||||||
src.includes = about.html
|
src.includes = plugin.xml,\
|
||||||
|
plugin.properties,\
|
||||||
|
about.html
|
||||||
source.cdtmicore.jar = src/
|
source.cdtmicore.jar = src/
|
||||||
|
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.*
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-03 Alain Magloire
|
||||||
|
|
||||||
|
* build.properties: Patch from Judy Green.
|
||||||
|
|
||||||
2003-01-03 Alain Magloire
|
2003-01-03 Alain Magloire
|
||||||
|
|
||||||
* src/org/eclipse./cdt/debug/mi/internal/ui/CDebuggerPage.java (setDefaults):
|
* src/org/eclipse./cdt/debug/mi/internal/ui/CDebuggerPage.java (setDefaults):
|
||||||
|
|
|
@ -2,5 +2,8 @@ bin.includes = plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/
|
icons/
|
||||||
src.includes = about.html
|
src.includes = plugin.xml,\
|
||||||
|
plugin.properties,\
|
||||||
|
about.html,\
|
||||||
|
icons/
|
||||||
source.cdtmiui.jar = src/
|
source.cdtmiui.jar = src/
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
2003-01-0e Mikhail Khodjaiants
|
2003-01-06 Alain Magloire
|
||||||
|
|
||||||
|
* build.properties: Patch from Judy Green.
|
||||||
|
|
||||||
|
2003-01-06 Mikhail Khodjaiants
|
||||||
Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view.
|
Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view.
|
||||||
* plugin.xml
|
* plugin.xml
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,10 @@ bin.includes = plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
about.html,\
|
about.html,\
|
||||||
icons/
|
icons/
|
||||||
src.includes = about.html
|
src.includes = plugin.xml,\
|
||||||
|
plugin.properties,\
|
||||||
|
about.html,\
|
||||||
|
icons/
|
||||||
source.cdtdebugui.jar = src/
|
source.cdtdebugui.jar = src/
|
||||||
|
javadoc.packages = org.eclipse.cdt.debug.ui.*,\
|
||||||
|
org.eclipse.cdt.debug.ui.sourcelookup.*
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-01-06 Alain Magloire
|
||||||
|
|
||||||
|
* build.properties: Patch from Judy Green.
|
||||||
|
|
||||||
2003-01-06 Alain Magloire
|
2003-01-06 Alain Magloire
|
||||||
|
|
||||||
Add support for variable substitution:
|
Add support for variable substitution:
|
||||||
|
|
|
@ -2,5 +2,12 @@ bin.includes = plugin.xml,\
|
||||||
plugin.properties,\
|
plugin.properties,\
|
||||||
icons/,\
|
icons/,\
|
||||||
about.html
|
about.html
|
||||||
src.includes = about.html
|
src.includes = plugin.xml,\
|
||||||
|
plugin.properties,\
|
||||||
|
icons/,\
|
||||||
|
about.html
|
||||||
source.cdtlaunch.jar = src/
|
source.cdtlaunch.jar = src/
|
||||||
|
javadoc.packages = org.eclipse.cdt.launch.ui.*,\
|
||||||
|
org.eclipse.cdt.launch.sourcelookup*,\
|
||||||
|
org.eclipse.cdt.launch.*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue