lttng: Add Next/Previous TID event action in CFV
[deliverable/tracecompass.git] / sync_settings.sh
index a530bc34ba316c5ee182492665c70d3046fa9a6a..7d9bc8fa2f26a4f0d81997e322e9b66dddc4df21 100755 (executable)
 # (by copying the contents of tmf.core's settings)
 
 # Plugins from which we will copy the settings
-RUNTIME_REFERENCE="org.eclipse.linuxtools.tmf.core"
-TEST_REFERENCE="org.eclipse.linuxtools.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
+for DIR in */*.tests */*.alltests
 do
   # Skip non-directories
   if [ ! -d $DIR ]; then
This page took 0.023795 seconds and 5 git commands to generate.