diff options
-rwxr-xr-x | package/build.linux | 11 | ||||
-rw-r--r-- | package/pkginfo.manifest | 30 |
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 |