tweak
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1987 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -16,19 +16,22 @@ TESTS: Can you
|
||||
ant pmd
|
||||
|
||||
cd ..
|
||||
./upload_docs
|
||||
./docs all
|
||||
|
||||
Prepare binary release:
|
||||
rm -rf ~/tmp/pmd-1.1
|
||||
mkdir -p ~/tmp/pmd-1.1/etc ~/tmp/pmd/lib
|
||||
mkdir -p ~/tmp/pmd-1.1/etc
|
||||
mkdir ~/tmp/pmd-1.1/lib
|
||||
cp ../LICENSE.txt run.* cygwin-run.sh gui.bat build.xml cpdgui.bat changelog.txt astviewer.* ~/tmp/pmd-1.1/etc
|
||||
cp ../lib/pmd-1.1.jar ../lib/xmlParserAPIs-2.0.2.jar ../lib/xercesImpl-2.0.2.jar ../lib/jaxen-core-1.0-fcs.jar ../lib/saxpath-1.0-fcs.jar ~/tmp/pmd-1.1/lib/
|
||||
cp -R xslt/ ~/tmp/pmd-1.1/etc/xslt/
|
||||
cp -R ../target/docs ~/tmp/pmd-1.1
|
||||
cd ~/tmp
|
||||
zip -q -r pmd-bin-1.1.zip pmd-1.1/
|
||||
cd -
|
||||
|
||||
Time to tag:
|
||||
|
||||
cvs -q rtag -D tomorrow "pmd_release_1_1" pmd
|
||||
|
||||
Prepare source release:
|
||||
|
Reference in New Issue
Block a user