AntBuilder 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ has_rdoc: true
3
+ requirements:
4
+ - To use the 'javac' ant task, add your java jdk tools.jar to your CLASSPATH
5
+ - To use the 'junit' ant task, add junit.jar to your CLASSPATH
6
+ extensions: []
7
+ authors:
8
+ - JRuby-extras
9
+ default_executable:
10
+ extra_rdoc_files: []
11
+ name: AntBuilder
12
+ summary: 'AntBuilder: Use ant from JRuby. Only usable within JRuby'
13
+ bindir: bin
14
+ autorequire: antbuilder
15
+ require_paths:
16
+ - lib
17
+ email: tim@tigerfive.com
18
+ rubygems_version: 0.9.0
19
+ rubyforge_project:
20
+ rdoc_options: []
21
+ version: !ruby/object:Gem::Version
22
+ version: 0.4.1
23
+ description:
24
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
+ requirements:
26
+ - - '>'
27
+ - !ruby/object:Gem::Version
28
+ version: 0.0.0
29
+ version:
30
+ signing_key:
31
+ cert_chain:
32
+ specification_version: 1
33
+ homepage: http://jruby-extras.rubyforge.org/
34
+ date: 2006-09-11 00:00:00 +00:00
35
+ post_install_message:
36
+ executables: []
37
+ platform: ruby
38
+ test_files: []
39
+ dependencies: []
40
+ files:
41
+ - classpath/README
42
+ - classpath/leafcutter-src.jar
43
+ - classpath/leafcutter.jar
44
+ - classpath/log4j.properties
45
+ - docs/index.html
46
+ - docs/index_html_7cda332d.jpg
47
+ - docs/publish.bat
48
+ - examples/basic
49
+ - examples/basic/check_install.rb
50
+ - examples/jruby
51
+ - examples/jruby/build.rb
52
+ - examples/jruby/readme.txt
53
+ - examples/script1
54
+ - examples/script1/env
55
+ - examples/script1/env/dev
56
+ - examples/script1/env/dev/environment.jar
57
+ - examples/script1/env/prod
58
+ - examples/script1/env/prod/environment.jar
59
+ - examples/script1/env/test
60
+ - examples/script1/env/test/environment.jar
61
+ - examples/script1/readme.txt
62
+ - examples/script1/update_version.rb
63
+ - examples/script1/version.txt
64
+ - lib/antbuilder.rb
65
+ - lib/builder
66
+ - lib/builder/antbuilder.rb
67
+ - lib/builder/blankslate.rb
68
+ - lib/builder/xmlbase.rb
69
+ - LICENSE
70
+ - README