aboutsummaryrefslogtreecommitdiff
path: root/website/publish
AgeCommit message (Collapse)Author
2009-10-07build.xml was getting rather large, so its been split up into separate ↵Reinier Zwitserloot
scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now.
2009-07-28Updated website target to bzip2 the content, as our deployment these days ↵Reinier Zwitserloot
isn't via git, but via an ssh upload.
2009-07-17Check for tar file instead of zip fileRoel Spilker
2009-07-17Added useful error message in case you don't have the gh-pages branch locally.Roel Spilker
2009-07-17Remove reliance on dirname, as its not available on some git-for-windows ↵Reinier Zwitserloot
installs.
2009-07-17Added a script that publishes the website dir to github via some crazy git fu.Reinier Zwitserloot
Also stripped out how javadoc generated a comment with a timestamp, as to publish to github, we check in the files, which generates pointless and enormous changesets.