(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.4, Wed Oct 26 19:53:25 2005 UTC (18 years, 6 months ago) by mateus.baur
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
BUG#: 4301
TITLE: The buildBrowser.sh and maketar.sh should not include the version in generated .tar files.

DESCRIPTION: Removing the version from the name of tar files, which is generated by the scripts.

#!/usr/bin/sh
TARFILE="WbemJavaClientSDK.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