1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

[fix] connectionDefault.properties moved to test.data to make it available independ of the sources

This commit is contained in:
Uwe Stieber 2006-12-21 10:16:35 +00:00
parent 785457e714
commit 5b48926cc4
2 changed files with 1 additions and 1 deletions

View file

@ -60,7 +60,7 @@ public class RSEConnectionManager implements IRSEConnectionManager {
// locate the connectionDefault.properties file.
Bundle bundle = RSETestsPlugin.getDefault().getBundle();
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);
if (url != null) {
try {