mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
[fix] connectionDefault.properties moved to test.data to make it available independ of the sources
This commit is contained in:
parent
785457e714
commit
5b48926cc4
2 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class RSEConnectionManager implements IRSEConnectionManager {
|
||||||
// locate the connectionDefault.properties file.
|
// locate the connectionDefault.properties file.
|
||||||
Bundle bundle = RSETestsPlugin.getDefault().getBundle();
|
Bundle bundle = RSETestsPlugin.getDefault().getBundle();
|
||||||
if (bundle != null) {
|
if (bundle != null) {
|
||||||
IPath relative = new Path ("src/org/eclipse/rse/tests/internal/connectionDefault.properties"); //$NON-NLS-1$
|
IPath relative = new Path ("test.data/connectionDefault.properties"); //$NON-NLS-1$
|
||||||
URL url = FileLocator.find(bundle, relative, null);
|
URL url = FileLocator.find(bundle, relative, null);
|
||||||
if (url != null) {
|
if (url != null) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Reference in a new issue