summaryrefslogtreecommitdiff
path: root/builder
diff options
context:
space:
mode:
authorjoogwan.kim <joogwan.kim@samsung.com>2011-08-22 17:34:42 +0900
committerjoogwan.kim <joogwan.kim@samsung.com>2011-08-22 17:34:42 +0900
commiteabff5dc4357577f020b8077a8d642e025b9ad8d (patch)
tree40a28e66093a73dccf7e1fc9b33b023c5910db2e /builder
parentc5606b84d7bfb1dd87604aeb7639bf8da3cfbbfa (diff)
downloadcommon-eplugin-eabff5dc4357577f020b8077a8d642e025b9ad8d.tar.gz
common-eplugin-eabff5dc4357577f020b8077a8d642e025b9ad8d.tar.bz2
common-eplugin-eabff5dc4357577f020b8077a8d642e025b9ad8d.zip
[Title] Change plug-in name
[Type] Feature [Module] [Priority] Major [CQ#] [Redmine#] 1801 [Problem] Directory name does not changed. [Cause] [Solution] [TestCase]
Diffstat (limited to 'builder')
-rw-r--r--builder/build.properties.clean2
-rw-r--r--builder/customTargets.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/builder/build.properties.clean b/builder/build.properties.clean
index ed4bead01..698eb8dae 100644
--- a/builder/build.properties.clean
+++ b/builder/build.properties.clean
@@ -21,7 +21,7 @@
#The type of the top level element we are building, generally "feature"
topLevelElementType=feature
#The id of the top level element we are building
-topLevelElementId=com.samsung.ide.common.feature
+topLevelElementId=com.samsung.slp.common.feature
############# PRODUCT/PACKAGING CONTROL #############
#product=/com.samsung.freshide/SLPSDK.product
diff --git a/builder/customTargets.xml b/builder/customTargets.xml
index b9f02abc4..50065bff2 100644
--- a/builder/customTargets.xml
+++ b/builder/customTargets.xml
@@ -11,16 +11,16 @@
<target name="allElements">
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature"/>
- <property name="id" value="com.samsung.ide.common.feature"/>
+ <property name="id" value="com.samsung.slp.common.feature"/>
</ant>
</target>
<target
- name="assemble.com.samsung.ide.common.feature.linux.gtk.x86">
+ name="assemble.com.samsung.slp.common.feature.linux.gtk.x86">
<ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
</target>
<target
- name="assemble.com.samsung.ide.common.feature.win32.win32.x86">
+ name="assemble.com.samsung.slp.common.feature.win32.win32.x86">
<ant antfile="{$assembleScriptName}" dir="${buildDirectory}"/>
</target>