[Title] Create packaging script files
authortaeyoung2.son <taeyoung2.son@samsung.com>
Sat, 19 Nov 2011 04:11:16 +0000 (13:11 +0900)
committertaeyoung2.son <taeyoung2.son@samsung.com>
Sat, 19 Nov 2011 04:11:16 +0000 (13:11 +0900)
[Type] Feature
[Module] Sub
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]

builder/build.properties.product.clean
packager/linux/install.sh [new file with mode: 0755]
packager/linux/remove.sh [new file with mode: 0755]
packager/windows/install.bat [new file with mode: 0644]
packager/windows/remove.bat [new file with mode: 0644]

index a7fd7b8..c03c3eb 100644 (file)
@@ -25,7 +25,7 @@ topLevelElementId=com.samsung.slp.common.product.feature
 
 ############# PRODUCT/PACKAGING CONTROL #############
 product=/com.samsung.slp.common.branding/common_native_wac.product
-#runPackager=true
+runPackager=true
 
 #Set the name of the archive that will result from the product build.
 #archiveNamePrefix=
@@ -41,7 +41,7 @@ collectingFolder=${archivePrefix}
 #     configs=win32,win32,x86 & linux,motif,x86
 # By default the value is *,*,*
 configs="Do not touch here."
-#configs=win32, win32, x86 & \
+#configs=win32, win32, x86
 #      win32,win32,x86_64 & \
 #      win32,win32,wpf & \
 #      linux, gtk, ppc & \
@@ -102,9 +102,8 @@ allowBinaryCycles=true
 #jnlp.configs=${configs}                       #uncomment to filter the content of the generated jnlp files based on the configuration being built
 
 #Set to true if you want to sign jars
-#jarProcessor.unsign=true
-#signJars=true
-#signJars=false
+jarProcessor.unsign=true
+signJars=true
 #sign.alias=<alias>
 #sign.keystore=<keystore location>
 #sign.storepass=<keystore password>
diff --git a/packager/linux/install.sh b/packager/linux/install.sh
new file mode 100755 (executable)
index 0000000..a9bf588
--- /dev/null
@@ -0,0 +1 @@
+#!/bin/bash
diff --git a/packager/linux/remove.sh b/packager/linux/remove.sh
new file mode 100755 (executable)
index 0000000..a9bf588
--- /dev/null
@@ -0,0 +1 @@
+#!/bin/bash
diff --git a/packager/windows/install.bat b/packager/windows/install.bat
new file mode 100644 (file)
index 0000000..38ed5e4
--- /dev/null
@@ -0,0 +1 @@
+@ECho OFF
diff --git a/packager/windows/remove.bat b/packager/windows/remove.bat
new file mode 100644 (file)
index 0000000..b2e9f0c
--- /dev/null
@@ -0,0 +1 @@
+@ECHO OFF