X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sync_settings.sh;h=7d9bc8fa2f26a4f0d81997e322e9b66dddc4df21;hb=4a1d13c4965799a6afd60b6ff26c0d7fb282a0e6;hp=b391760dddf7006990da79d972e7798db9f2b066;hpb=c77a695a8be1ae8afbe33ecc69d6d3518a2a552b;p=deliverable%2Ftracecompass.git diff --git a/sync_settings.sh b/sync_settings.sh index b391760ddd..7d9bc8fa2f 100755 --- a/sync_settings.sh +++ b/sync_settings.sh @@ -15,14 +15,14 @@ # (by copying the contents of tmf.core's settings) # Plugins from which we will copy the settings -RUNTIME_REFERENCE="org.eclipse.tracecompass.tmf.core" -TEST_REFERENCE="org.eclipse.tracecompass.tmf.core.tests" +RUNTIME_REFERENCE="tmf/org.eclipse.tracecompass.tmf.core" +TEST_REFERENCE="tmf/org.eclipse.tracecompass.tmf.core.tests" RUNTIME_FILES=$RUNTIME_REFERENCE/.settings/*.prefs TEST_FILES=$TEST_REFERENCE/.settings/*.prefs # Runtime plugins -for DIR in *.core *.ui org.eclipse.linuxtools.tracing.examples +for DIR in */*.core */*.ui doc/org.eclipse.tracecompass.examples do # Skip non-directories if [ ! -d $DIR ]; then @@ -42,7 +42,7 @@ done # Test plugins -for DIR in *.tests *.alltests +for DIR in */*.tests */*.alltests do # Skip non-directories if [ ! -d $DIR ]; then