tmf.ui: Make InterruptedExceptions not get caught as Exceptions
[deliverable/tracecompass.git] / sync_settings.sh
index 25b7599bff2fb8314f2ab9e088ef7d9539b1429e..4ed97c319055b27a283e9970e6747c43ff98ade4 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="org.eclipse.tracecompass.tmf.core"
+TEST_REFERENCE="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 org.eclipse.tracecompass.examples
 do
   # Skip non-directories
   if [ ! -d $DIR ]; then
This page took 0.031068 seconds and 5 git commands to generate.