Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-27Add proper permissions to buildEclipseBuildSource.shChris Aniszczyk1-0/+0
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
2011-04-06* buildEclipseBuildSource.sh: Make the tarball use xz compression.Alexander Kurtakov1-2/+2
* patches/remove-old-ant-plugins.patch: New file. * build.xml: Apply patch to remove old ant plugins from ant bundle manifest.
2011-03-11* buildEclipseBuildSource.sh: Adapt for the move to git.Alexander Kurtakov1-7/+14
2010-03-182010-03-18 Alexander Kurtakov <akurtako@redhat.com>Alexander Kurtakov1-4/+4
* buildEclipseBuildSource.sh: Produce bzipped tarballs.
2010-03-082010-03-08 Andrew Overholt <overholt@redhat.com>Andrew Overholt1-0/+1
* buildEclipseBuildSource.sh: Remove .settings and .project when creating eclipse-build tarball.
2009-09-212009-09-21 Andrew Overholt <overholt@redhat.com>Andrew Overholt1-2/+2
* buildEclipseBuildSource.sh: Make default tag 0.3.1.
2009-08-142009-08-14 Andrew Overholt <overholt@redhat.com>Andrew Overholt1-5/+5
Bug #286571 * buildEclipseBuildSource.sh: Apply fixes from nthykier for bash-isms. * buildSDKSource.sh: Likewise.
2009-08-112009-08-11 Alexander Kurtakov <akurtako@redhat.com>Alexander Kurtakov1-1/+1
* buildEclipseBuildSource.sh: Create 0.3.0 by default.
2009-06-232009-06-23 Andrew Overholt <overholt@redhat.com>Andrew Overholt1-0/+43
* build.xml: Fail if source tarball not present. Copy build config and feature instead of untarring (bug #281135). * build.properties: Don't set buildDirectory here. Do it in build.xml instead. Define featureToBuild here. * buildSource.sh: Run both SDK source fetching and eclipse-build fetching. * buildSDKSource.sh: Re-name buildSource.sh to indicate just fetching of SDK sources. Default to $(pwd) instead of /tmp/eclipseSDKBuild. Don't fetch tests by default. * buildEclipseBuildSource.sh: New file. Create tarball of eclipse-build source. * README.mediawiki: Update a bit.

    Back to the top