(file) Return to maketar.sh CVS log (file) (dir) Up to [Pegasus] / pegasus-JavaCIMClient

File: [Pegasus] / pegasus-JavaCIMClient / maketar.sh (download) / (as text)
Revision: 1.3, Wed Jul 13 18:51:56 2005 UTC (18 years, 10 months ago) by mateus.baur
Branch: MAIN
Changes since 1.2: +2 -2 lines
BUG#: 3936
TITLE: The package files are being generated with incorrect names and additional documentation is desired..

DESCRIPTION: Updated  buildBrowser.sh and maketar.sh in order to properly generate the TAR files. A FAQs file is being also added to the docs directory.

#!/usr/bin/sh
TARFILE="WbemJavaClientSDK2_5.tar"
make clean 
make package 
genSDKjavadoc.ksh
rm -f cimclient.jar $TARFILE
cp ${CIMCLIENT_OBJPATH}/lib/cimclient.jar cimclient.jar
chmod 444 cimclient.jar
tar cvf $TARFILE \
	README.txt \
	cimclient.jar \
	docs \
	examples \
	doc 
chmod 444 $TARFILE

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2