Release 1.3.01.3.0
commit9cc6d1c5a1777649b767857d5c2d57312ae4146b
authorAssaf Arkin <assaf@apache.org>
Thu, 1 May 2008 21:51:56 +0000 (1 21:51 +0000)
committerAssaf Arkin <assaf@apache.org>
Thu, 1 May 2008 21:51:56 +0000 (1 21:51 +0000)
tree778ae4e57064ebf5521c65442f05910035442a51
parent3a9aaf00798f492d82fc13afd330650c9f905fa2
Release 1.3.0

git-svn-id: https://svn.eu.apache.org/repos/asf/incubator/buildr/tags/1.3.0@652681 13f79535-47bb-0310-9956-ffa450edef68
139 files changed:
trunk/CHANGELOG [new file with mode: 0644]
trunk/DISCLAIMER [new file with mode: 0644]
trunk/KEYS [new file with mode: 0644]
trunk/LICENSE [new file with mode: 0644]
trunk/NOTICE [new file with mode: 0644]
trunk/README [new file with mode: 0644]
trunk/Rakefile [new file with mode: 0644]
trunk/addon/buildr/antlr.rb [new file with mode: 0644]
trunk/addon/buildr/cobertura.rb [new file with mode: 0644]
trunk/addon/buildr/hibernate.rb [new file with mode: 0644]
trunk/addon/buildr/javacc.rb [new file with mode: 0644]
trunk/addon/buildr/jdepend.rb [new file with mode: 0644]
trunk/addon/buildr/jetty.rb [new file with mode: 0644]
trunk/addon/buildr/nailgun.rb [new file with mode: 0644]
trunk/addon/buildr/openjpa.rb [new file with mode: 0644]
trunk/addon/buildr/org/apache/buildr/JettyWrapper$1.class [new file with mode: 0644]
trunk/addon/buildr/org/apache/buildr/JettyWrapper$BuildrHandler.class [new file with mode: 0644]
trunk/addon/buildr/org/apache/buildr/JettyWrapper.class [new file with mode: 0644]
trunk/addon/buildr/org/apache/buildr/JettyWrapper.java [new file with mode: 0644]
trunk/addon/buildr/xmlbeans.rb [new file with mode: 0644]
trunk/bin/buildr [new file with mode: 0755]
trunk/buildfile [new file with mode: 0644]
trunk/buildr.gemspec [new file with mode: 0644]
trunk/doc/css/default.css [new file with mode: 0644]
trunk/doc/css/print.css [new file with mode: 0644]
trunk/doc/css/syntax.css [new file with mode: 0644]
trunk/doc/images/apache-incubator-logo.png [new file with mode: 0644]
trunk/doc/images/buildr-hires.png [new file with mode: 0644]
trunk/doc/images/buildr.png [new file with mode: 0644]
trunk/doc/images/note.png [new file with mode: 0755]
trunk/doc/images/tip.png [new file with mode: 0644]
trunk/doc/images/zbuildr.tif [new file with mode: 0644]
trunk/doc/pages/artifacts.textile [new file with mode: 0644]
trunk/doc/pages/building.textile [new file with mode: 0644]
trunk/doc/pages/contributing.textile [new file with mode: 0644]
trunk/doc/pages/download.textile [new file with mode: 0644]
trunk/doc/pages/extending.textile [new file with mode: 0644]
trunk/doc/pages/getting_started.textile [new file with mode: 0644]
trunk/doc/pages/index.textile [new file with mode: 0644]
trunk/doc/pages/mailing_lists.textile [new file with mode: 0644]
trunk/doc/pages/more_stuff.textile [new file with mode: 0644]
trunk/doc/pages/packaging.textile [new file with mode: 0644]
trunk/doc/pages/projects.textile [new file with mode: 0644]
trunk/doc/pages/recipes.textile [new file with mode: 0644]
trunk/doc/pages/settings_profiles.textile [new file with mode: 0644]
trunk/doc/pages/testing.textile [new file with mode: 0644]
trunk/doc/pages/troubleshooting.textile [new file with mode: 0644]
trunk/doc/pages/whats_new.textile [new file with mode: 0644]
trunk/doc/print.haml [new file with mode: 0644]
trunk/doc/print.toc.yaml [new file with mode: 0644]
trunk/doc/scripts/buildr-git.rb [new file with mode: 0644]
trunk/doc/scripts/install-jruby.sh [new file with mode: 0755]
trunk/doc/scripts/install-linux.sh [new file with mode: 0755]
trunk/doc/scripts/install-osx.sh [new file with mode: 0755]
trunk/doc/site.haml [new file with mode: 0644]
trunk/doc/site.toc.yaml [new file with mode: 0644]
trunk/etc/git-svn-authors [new file with mode: 0644]
trunk/lib/buildr.rb [new file with mode: 0644]
trunk/lib/buildr/core.rb [new file with mode: 0644]
trunk/lib/buildr/core/application.rb [new file with mode: 0644]
trunk/lib/buildr/core/application_cli.rb [new file with mode: 0644]
trunk/lib/buildr/core/build.rb [new file with mode: 0644]
trunk/lib/buildr/core/checks.rb [new file with mode: 0644]
trunk/lib/buildr/core/common.rb [new file with mode: 0644]
trunk/lib/buildr/core/compile.rb [new file with mode: 0644]
trunk/lib/buildr/core/environment.rb [new file with mode: 0644]
trunk/lib/buildr/core/filter.rb [new file with mode: 0644]
trunk/lib/buildr/core/generate.rb [new file with mode: 0644]
trunk/lib/buildr/core/help.rb [new file with mode: 0644]
trunk/lib/buildr/core/progressbar.rb [new file with mode: 0644]
trunk/lib/buildr/core/project.rb [new file with mode: 0644]
trunk/lib/buildr/core/test.rb [new file with mode: 0644]
trunk/lib/buildr/core/transports.rb [new file with mode: 0644]
trunk/lib/buildr/core/util.rb [new file with mode: 0644]
trunk/lib/buildr/ide.rb [new file with mode: 0644]
trunk/lib/buildr/ide/eclipse.rb [new file with mode: 0644]
trunk/lib/buildr/ide/idea.ipr.template [new file with mode: 0644]
trunk/lib/buildr/ide/idea.rb [new file with mode: 0644]
trunk/lib/buildr/ide/idea7x.ipr.template [new file with mode: 0644]
trunk/lib/buildr/ide/idea7x.rb [new file with mode: 0644]
trunk/lib/buildr/java.rb [new file with mode: 0644]
trunk/lib/buildr/java/ant.rb [new file with mode: 0644]
trunk/lib/buildr/java/bdd_frameworks.rb [new file with mode: 0644]
trunk/lib/buildr/java/commands.rb [new file with mode: 0644]
trunk/lib/buildr/java/compilers.rb [new file with mode: 0644]
trunk/lib/buildr/java/deprecated.rb [new file with mode: 0644]
trunk/lib/buildr/java/groovyc.rb [new file with mode: 0644]
trunk/lib/buildr/java/jruby.rb [new file with mode: 0644]
trunk/lib/buildr/java/org/apache/buildr/BuildrNail$Main.class [new file with mode: 0644]
trunk/lib/buildr/java/org/apache/buildr/BuildrNail.class [new file with mode: 0644]
trunk/lib/buildr/java/org/apache/buildr/BuildrNail.java [new file with mode: 0644]
trunk/lib/buildr/java/org/apache/buildr/JavaTestFilter.class [new file with mode: 0644]
trunk/lib/buildr/java/org/apache/buildr/JavaTestFilter.java [new file with mode: 0644]
trunk/lib/buildr/java/packaging.rb [new file with mode: 0644]
trunk/lib/buildr/java/pom.rb [new file with mode: 0644]
trunk/lib/buildr/java/rjb.rb [new file with mode: 0644]
trunk/lib/buildr/java/test_frameworks.rb [new file with mode: 0644]
trunk/lib/buildr/java/version_requirement.rb [new file with mode: 0644]
trunk/lib/buildr/packaging.rb [new file with mode: 0644]
trunk/lib/buildr/packaging/artifact.rb [new file with mode: 0644]
trunk/lib/buildr/packaging/artifact_namespace.rb [new file with mode: 0644]
trunk/lib/buildr/packaging/artifact_search.rb [new file with mode: 0644]
trunk/lib/buildr/packaging/gems.rb [new file with mode: 0644]
trunk/lib/buildr/packaging/package.rb [new file with mode: 0644]
trunk/lib/buildr/packaging/tar.rb [new file with mode: 0644]
trunk/lib/buildr/packaging/zip.rb [new file with mode: 0644]
trunk/rakelib/apache.rake [new file with mode: 0644]
trunk/rakelib/changelog.rake [new file with mode: 0644]
trunk/rakelib/doc.rake [new file with mode: 0644]
trunk/rakelib/package.rake [new file with mode: 0644]
trunk/rakelib/release.rake [new file with mode: 0644]
trunk/rakelib/rspec.rake [new file with mode: 0644]
trunk/rakelib/rubyforge.rake [new file with mode: 0644]
trunk/rakelib/scm.rake [new file with mode: 0644]
trunk/rakelib/setup.rake [new file with mode: 0644]
trunk/rakelib/stage.rake [new file with mode: 0644]
trunk/spec/application_spec.rb [new file with mode: 0644]
trunk/spec/archive_spec.rb [new file with mode: 0644]
trunk/spec/artifact_namespace_spec.rb [new file with mode: 0644]
trunk/spec/artifact_spec.rb [new file with mode: 0644]
trunk/spec/build_spec.rb [new file with mode: 0644]
trunk/spec/checks_spec.rb [new file with mode: 0644]
trunk/spec/common_spec.rb [new file with mode: 0644]
trunk/spec/compile_spec.rb [new file with mode: 0644]
trunk/spec/groovy_compilers_spec.rb [new file with mode: 0644]
trunk/spec/java_bdd_frameworks_spec.rb [new file with mode: 0644]
trunk/spec/java_compilers_spec.rb [new file with mode: 0644]
trunk/spec/java_packaging_spec.rb [new file with mode: 0644]
trunk/spec/java_test_frameworks_spec.rb [new file with mode: 0644]
trunk/spec/packaging_helper.rb [new file with mode: 0644]
trunk/spec/packaging_spec.rb [new file with mode: 0644]
trunk/spec/project_spec.rb [new file with mode: 0644]
trunk/spec/sandbox.rb [new file with mode: 0644]
trunk/spec/scala_compilers_spec.rb [new file with mode: 0644]
trunk/spec/spec.opts [new file with mode: 0644]
trunk/spec/spec_helpers.rb [new file with mode: 0644]
trunk/spec/test_spec.rb [new file with mode: 0644]
trunk/spec/transport_spec.rb [new file with mode: 0644]
trunk/spec/version_requirement_spec.rb [new file with mode: 0644]