Skip to content

Commit

Permalink
Stop copying the javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeust committed Jun 3, 2015
1 parent 4bd910d commit f3e6d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-beust.com
Expand Up @@ -14,7 +14,7 @@ fi
RSYNC="rsync --verbose --progress --stats"

${RSYNC} ${TARGET}/testng-${v}.zip ${U}@beust.com:${DEST}
${RSYNC} -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}/doc
${RSYNC} -r src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}/doc

#${RSYNC} testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST}
#scp -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}
Expand Down

0 comments on commit f3e6d17

Please sign in to comment.