[Title] Fix pkginfo file
authorBon-Yong Lee <bonyong.lee@samsung.com>
Thu, 19 Jul 2012 04:34:51 +0000 (13:34 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Thu, 19 Jul 2012 05:01:50 +0000 (14:01 +0900)
[Type]      Enhancement
[Module]    Sub
[Priority]  Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.linux
package/pkginfo.manifest

index e06ea00..bb68590 100755 (executable)
@@ -23,7 +23,7 @@ build()
 
        SRC=`find $ROOTDIR -name "org.tizen.common_*"`
        cp $SRC $LIB
-       jar -xvf $SRC lib
+       jar -xvf $SRC $LIB
 
        SRC=`find $ROOTDIR -name "org.tizen.web.common_*"`
        cp $SRC $LIB
@@ -33,20 +33,13 @@ build()
 
        SRC=`find $ROOTDIR -name "org.tizen.web.sign_*"`
        cp $SRC $LIB
-       jar -xvf $SRC lib
+       jar -xvf $SRC $LIB
 
-       cp $PROJECT_HOME/lib/*.jar lib
+       cp $PROJECT_HOME/lib/*.jar $LIB
 
        mkdir -p $BUILD
        cp -r $PROJECT_HOME/src/* $BUILD
 
-       JARS=`find $DIR_LIB -name "*.jar"`
-
-       JAR=""
-       for JAR_FILE in $JARS; do
-               JAR=$JAR:$JAR_FILE
-       done
-
        ant
 
 }
index 5756c15..a0e760b 100644 (file)
@@ -3,6 +3,6 @@ Version:1.0.2
 OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64
 Build-host-os: ubuntu-32
 Maintainer: Bon-Yong Lee<bonyong.lee@samsung.com>
-Build-dependency: webapp-eplugin [linux]
+Build-dependency: webapp-eplugin [ubuntu-32]
 Description: Tizen IDE Command Line Interface