summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Song <jihoon80.song@samsung.com>2014-08-22 15:02:43 +0900
committerTaeyoung Son <taeyoung2.son@samsung.com>2014-12-11 15:04:27 +0900
commit9a50156e60c22c6bdddf4911fd04b27b3718f7a3 (patch)
tree8ad7b890d9a6dffb117f73f434d71ea56e252e8d
parentc0f23f5a8f7328fb4b648a7cc9c038920e8982e5 (diff)
downloadcommon-eplugin-9a50156e60c22c6bdddf4911fd04b27b3718f7a3.tar.gz
common-eplugin-9a50156e60c22c6bdddf4911fd04b27b3718f7a3.tar.bz2
common-eplugin-9a50156e60c22c6bdddf4911fd04b27b3718f7a3.zip
MISC: Added a common-eplugin-rcp package for RCP
Change-Id: Icea77faef129b53d1fb9bff04d25fd51233b27d9 Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
-rwxr-xr-xpackage/build.linux11
-rw-r--r--package/pkginfo.manifest30
2 files changed, 41 insertions, 0 deletions
diff --git a/package/build.linux b/package/build.linux
index 38f019482..ec4b4dd45 100755
--- a/package/build.linux
+++ b/package/build.linux
@@ -40,6 +40,10 @@ build()
then
__set_parameter
${build_script_path}/build.sh ${package_name}
+ elif [ "x${package_name}" = "xcommon-eplugin-rcp" ]
+ then
+ __set_parameter
+ ${build_script_path}/build.sh ${package_name}
elif [ "x${package_name}" = "xcommon-eplugin-test" ]
then
echo "Building test package by ant"
@@ -72,6 +76,13 @@ install()
__set_parameter
${build_script_path}/install.sh ${package_name}
__copy_necessary_binaries
+ elif [ "x${package_name}" = "xcommon-eplugin-rcp" ]
+ then
+ INSTALL_DIR="${SRCDIR}/package/${package_name}.package.${TARGET_OS}/data"
+ mkdir -p ${INSTALL_DIR}
+ __set_parameter
+ ${build_script_path}/install.sh ${package_name}
+ __copy_necessary_binaries
elif [ "x${package_name}" = "xsdblib" ]
then
sdblib_path="${SRCDIR}/package/common-eplugin.package.${TARGET_OS}/data/ide/plugins"
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest
index 1a13e67b3..717f933ee 100644
--- a/package/pkginfo.manifest
+++ b/package/pkginfo.manifest
@@ -39,6 +39,36 @@ Build-dependency:base-ide-product [macos-64], pde-build [macos-64]
Install-dependency:base-ide-product [macos-64]
Description:Common plugin
+Package:common-eplugin-rcp
+OS:ubuntu-32
+Build-host-os:ubuntu-32
+Build-dependency:base-ide-product [ubuntu-32], pde-build [ubuntu-32]
+Description:Common plugin
+
+Package:common-eplugin-rcp
+OS:windows-32
+Build-host-os:ubuntu-32
+Build-dependency:base-ide-product [windows-32], pde-build [windows-32]
+Description:Common plugin
+
+Package:common-eplugin-rcp
+OS:ubuntu-64
+Build-host-os:ubuntu-64
+Build-dependency:base-ide-product [ubuntu-64], pde-build [ubuntu-64]
+Description:Common plugin
+
+Package:common-eplugin-rcp
+OS:windows-64
+Build-host-os:ubuntu-64
+Build-dependency:base-ide-product [windows-64], pde-build [windows-64]
+Description:Common plugin
+
+Package:common-eplugin-rcp
+OS:macos-64
+Build-host-os:ubuntu-64
+Build-dependency:base-ide-product [macos-64], pde-build [macos-64]
+Description:Common plugin
+
Package:common-eplugin-test
Label:IDE Test
Attribute:test