Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-11Remove trailing whitespace on all linesStephan Herrmann10-357/+357
- manually replays JDT's 560451
2020-03-03License update to EPL v2.0Stephan Herrmann11-42/+55
- update in sources not currently active for the release
2018-11-25Releng: build against S-4.10M3-201811211800Stephan Herrmann1-1/+5
- resolve compile & configuration errors Change-Id: I84631c0645bc65956bd6feb7f241cf06f7d93e40
2018-01-25Releng: more robust JRE configuration in 2 test plug-insStephan Herrmann2-2/+8
2017-12-09Fix regression: jdt.debug contributes a new stratumStephan Herrmann1-2/+3
2017-03-07Bug 513251: [test] First test in StratumTests fails - needs to wait forStephan Herrmann1-1/+20
autobuild
2015-05-05Clean-up:Stephan Herrmann6-157/+4
- avoid warnings - remove copy of test class that never had any OT specifics
2014-05-03Releng: make indirect dependency explicitStephan Herrmann1-2/+3
2013-07-30Bump up our tests to 2.0.0Stephan Herrmann1-1/+1
2013-07-30Bump up our tests to 2.0.0Stephan Herrmann1-1/+1
2013-04-29some cleanup after https://bugs.eclipse.org/bugs/show_bug.cgi?id=406646Stephan Herrmann1-1/+1
2010-07-20corrections after repackaging the OTRE, fixes regressions in StratumTests ↵Stephan Herrmann1-8/+0
and actually OT-launching.
2010-07-20After re-packaging the OTRE for Bug 320191 -Stephan Herrmann1-2/+1
[pde] Exporting an OT plug-in requires to have org.eclipse.objectteams.runtime in the ws: * Simplify by removing intermediate variable OTRUNTIME_LIBDIR * Fix regressions in, e.g., OTBuilderTests: when OTRE is served from the projects bin folder, a linked folder was inconsistently created (missing in the ws-elementTree - to be checked with JDT/Core team).
2010-04-22Fix regression in SourceDebugExtensionTest()Stephan Herrmann1-17/+10
- don't fiddle with a Repository which won't find the file, but directly go for a ClassParser.
2010-04-22fix qualified names:Stephan Herrmann2-5/+5
- fix a typo after refactoring - remove obsolete launch configuration type
2010-04-22added binary test resources.Stephan Herrmann4-0/+0
2010-04-02Prepare for building on build.eclipse.org:Stephan Herrmann1-0/+1
* Change all version numbers to 0.7.0 * Update / cleanup names (bundle & provider) * Fix some configuration warnings (build.properties) * Remove Java-Builder from ot.runtime (not needed)
2010-04-02New strategy for consuming BCEL from Orbit instead of re-packagingStephan Herrmann4-35/+33
* OTDTPlugin finds BCEL plugin on starting * update plugin dependencies and classpaths Cleanup leftovers * No more OT-launch-configuration-types means OTRuntimeClasspathProvider can go * No more "Use JPLIS" checkbox and launch attribute * Remove traces of JMangler see https://bugs.eclipse.org/302976 * restore some callin wiring that was accidentally removed in r23531 (plus one that I forgot in the first place). (merged from r23531 and r23533 of old svn)
2010-04-01initial commit in accordance with CQ 3784Stephan Herrmann32-0/+3860

    Back to the top