summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangjung Woo <sangjung.woo@samsung.com>2014-02-28 16:11:59 +0900
committerSangjung Woo <sangjung.woo@samsung.com>2014-02-28 16:11:59 +0900
commit04f5d4e7a95b9f275b927814de704a53fba6518e (patch)
treea25fdb5a4d8004c2090e7fd5ad90dc092bf6187c
parentd6b7fc55113dadd7271fff2535abc7d3418a1c3f (diff)
downloadsystem-plugin-mount-04f5d4e7a95b9f275b927814de704a53fba6518e.tar.gz
system-plugin-mount-04f5d4e7a95b9f275b927814de704a53fba6518e.tar.bz2
system-plugin-mount-04f5d4e7a95b9f275b927814de704a53fba6518e.zip
The postfix 'slp' is changed to 'mount' since SLP means Samsung Linux Platform and it is not used anymore. Change-Id: Id8409ae4c4d28137ce1da401acb681e491c8601b Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r--CMakeLists.txt2
-rwxr-xr-xpackaging/system-plugin-mount.spec (renamed from packaging/system-plugin-slp.spec)2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c920d57..76a43bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,3 @@
cmake_minimum_required(VERSION 2.8)
-project (system-plugin-slp)
+project (system-plugin-mount)
add_subdirectory(src)
diff --git a/packaging/system-plugin-slp.spec b/packaging/system-plugin-mount.spec
index 2e57999..2ab368f 100755
--- a/packaging/system-plugin-slp.spec
+++ b/packaging/system-plugin-mount.spec
@@ -1,4 +1,4 @@
-Name: system-plugin-slp
+Name: system-plugin-mount
Summary: system-plugin for Clean SDK
Version: 0.0.1
License: Apache-2.0