ctf: make CTFStreamInput no longer autoclosable
[deliverable/tracecompass.git] / sync_settings.sh
index b391760dddf7006990da79d972e7798db9f2b066..4ed97c319055b27a283e9970e6747c43ff98ade4 100755 (executable)
@@ -22,7 +22,7 @@ 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 org.eclipse.tracecompass.examples
 do
   # Skip non-directories
   if [ ! -d $DIR ]; then
This page took 0.02309 seconds and 5 git commands to generate.