lttng: Copy the project settings in the examples plugin too
[deliverable/tracecompass.git] / sync_settings.sh
index eac923f69a439a246149d491b404a07f614f4e11..a530bc34ba316c5ee182492665c70d3046fa9a6a 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
+for DIR in *.core *.ui org.eclipse.linuxtools.tracing.examples
 do
   # Skip non-directories
   if [ ! -d $DIR ]; then
This page took 0.030021 seconds and 5 git commands to generate.