projects
/
sdk
/
tools
/
cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb75fc
)
CLI: Remove common-eplugin dependent libraries
78/11778/1
author
Jihoon Song
<jihoon80.song@samsung.com>
Tue, 5 Nov 2013 01:17:23 +0000
(10:17 +0900)
committer
Jihoon Song
<jihoon80.song@samsung.com>
Tue, 5 Nov 2013 01:20:20 +0000
(10:20 +0900)
Sign module libraries in common-eplugin are changed from binary to source.
Related import scripts are removed.
Change-Id: I61db1a56ec373a6abf154a2a5beb5eee0ed037db
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
package/build.linux
patch
|
blob
|
history
diff --git
a/package/build.linux
b/package/build.linux
index
7c01868
..
10fd8a7
100755
(executable)
--- a/
package/build.linux
+++ b/
package/build.linux
@@
-142,12
+142,10
@@
native_install() {
cp -rf ${SRCDIR}/package/addingFiles/template ${NATIVE_TARGET}/ || true
dependency_jars="
-HashSign.jar
commons-cli-*.jar
log4j-*.jar
slf4j-api-*.jar
slf4j-log4j*.jar
-xmlsec-*.jar
"
for i in ${dependency_jars}
do