From: Myungjae Lee Date: Mon, 7 Mar 2011 01:42:55 +0000 (+0900) Subject: [module] changed copypaste module from ctxpopup_copypasteshareUI to ctxpopup_copypasteUI X-Git-Tag: 2.0_alpha~27 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fuifw%2Felm-misc.git;a=commitdiff_plain;h=ea172c5ef11c7ee0cdc0aeef54fa8776144953cb [module] changed copypaste module from ctxpopup_copypasteshareUI to ctxpopup_copypasteUI --- diff --git a/debian/control b/debian/control index edc15fc..864a018 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: elm-misc Section: devel Priority: optional Maintainer: Jaehwan Kim , Seokjae Jeong , Juyung Seo -Uploaders: ChunEon Park , WooHyun Jung , Hyoyoung Chang +Uploaders: ChunEon Park , WooHyun Jung , Hyoyoung Chang , Myungjae Lee Build-Depends: debhelper (>= 5) Standards-Version: 3.8.3 Homepage: N/A diff --git a/etc/profile.d/elm.sh b/etc/profile.d/elm.sh index 989a84d..1f2e731 100755 --- a/etc/profile.d/elm.sh +++ b/etc/profile.d/elm.sh @@ -1,2 +1,2 @@ export ELM_PROFILE="slp" -export ELM_MODULES="ctxpopup_copypasteshareUI>entry/api:decarta>map/api" +export ELM_MODULES="ctxpopup_copypasteUI>entry/api:decarta>map/api"