Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2014-09-26 22:07:59 +0000
committerAlexandre Montplaisir2014-10-17 21:23:18 +0000
commit556101f3c235f29dbf0fcc237cc57c63c43ab2e7 (patch)
treed3c8cf21a687f0f7509f5f0fe8b89c506dd126a3 /sync_settings.sh
parenta6140f0197031120ab848ddb731e9a2c7a7123bf (diff)
downloadorg.eclipse.tracecompass-556101f3c235f29dbf0fcc237cc57c63c43ab2e7.tar.gz
org.eclipse.tracecompass-556101f3c235f29dbf0fcc237cc57c63c43ab2e7.tar.xz
org.eclipse.tracecompass-556101f3c235f29dbf0fcc237cc57c63c43ab2e7.zip
Move misc plugins to Trace Compass namespace
"examples", "lttng.help" and "lttng.testing" plugins Change-Id: I20b5bb985988444e7f8e1c72117d9f3cf36e4997 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Diffstat (limited to 'sync_settings.sh')
-rwxr-xr-xsync_settings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync_settings.sh b/sync_settings.sh
index b391760ddd..4ed97c3190 100755
--- a/sync_settings.sh
+++ b/sync_settings.sh
@@ -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

Back to the top