FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
jruby/default.build.properties at master · lxp/jruby · GitHub
lxp
/
jruby
Public
forked from
jruby/jruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
jruby
/
default.build.properties
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (38 loc) · 1.12 KB
Breadcrumbs
jruby
/
default.build.properties
Copy path
File metadata and controls
40 lines (38 loc) · 1.12 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
Defaults. To override, create a file called build.properties in
#
the same directory and put your changes in that.
#
src.dir=src
test.dir
=
test
lib.dir
=
lib
build.dir
=
target
pkg.dir
=
${build.dir}/pkg
dest.lib.dir
=
${lib.dir}
spec.dir
=
spec
jruby.gem.home
=
lib/ruby/gems/shared
rubyspec.dir
=
${spec.dir}/ruby
prawn.git.repo
=
git://github.com/sandal/prawn.git
prawn.dir
=
${test.dir}/prawn
prawn.stable.version
=
0.4.1
rails.git.repo
=
git://github.com/rails/rails.git
rails.dir
=
${test.dir}/rails
mspec.dir
=
${spec.dir}/mspec
mspec.bin
=
${mspec.dir}/bin/mspec
mspec.tar.file
=
${build.dir}/mspec.tgz
rubyspec.1.8.dir
=
${rubyspec.dir}/1.8
spec.tags.dir
=
${spec.dir}/tags
build.lib.dir
=
test/target
parser.dir
=
core/src/main/java/org/jruby/parser
jflex.bin
=
jflex
jay.bin
=
jay
jruby.win32ole.gem
=
jruby-win32ole
installer.gems
=
${jruby.win32ole.gem}
test.classes.dir
=
${test.dir}/target/test-classes
release.dir
=
release
test.results.dir
=
${build.dir}/test-results
jruby.launch.memory
=
1024M
rake.args
=
install4j.executable
=
/Applications/install4j 4/bin/install4jc
#
Ruby versions
version.ruby
=
2.3.0
version.ruby.major
=
2.3
version.ruby.minor
=
0
version.ruby.revision
=
52539
Back
|
FazBrowse Home
|
New Git URL