summaryrefslogtreecommitdiffstats
path: root/prepRuntimeLocation.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add the missing EPL license header.HEADmasterRoland Grunberg2013-10-101-0/+6
|
* Handle case where multiple symlinked jars provide same OSGi bundle.Roland Grunberg2013-10-081-0/+3
| | | | | | | When all system OSGi bundles are symlinked, there is a chance that multiple locations may provide the same OSGi bundle. Although this is a violation of expected guidelines, handle this case anyways. Also suppress excessively verbose output.
* Fix individual test class pattern matching and create a run script.Roland Grunberg2013-09-041-0/+4
| | | | | - Classes of the form '.+TestBar.+\.class' should not be matched. - A run script to perform all preparations, and running of tests.
* Use 'dir' bundle shape for test bundles and mimic Tycho's test setup.Roland Grunberg2013-08-291-2/+19
| | | | | | | | - Eclipse test bundles should have a directory bundle shape (Eclipse-BundleShape: dir) - Eclipse test bundles' contents should be unpacked/placed into the directory from which the test suite is run to permit tests that access their test bundle resources improperly to pass.
* Initial Commit.Roland Grunberg2013-08-281-0/+54