File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 169
169
170
170
"org.truffleruby" : {
171
171
"dir" : "src/main" ,
172
- "sourceDirs" : ["java" , "ruby" ],
172
+ "sourceDirs" : ["java" ],
173
173
"dependencies" : [
174
174
"truffleruby:TRUFFLERUBY-ANNOTATIONS" ,
175
175
"truffleruby:TRUFFLERUBY-SHARED" ,
193
193
"BSD-simplified" , # MRI
194
194
"MIT" , # Joni, JCodings
195
195
],
196
+ },
197
+
198
+ "org.truffleruby.ruby" : {
199
+ "dir" : "src/main/ruby" ,
200
+ "sourceDirs" : ["." ],
201
+ "javaCompliance" : "1.8+" ,
202
+ "license" : [
203
+ "EPL-1.0" , # JRuby (we're choosing EPL out of EPL,GPL,LGPL)
204
+ "BSD-new" , # Rubinius
205
+ ],
196
206
"externalProjects" : {
197
207
"ruby-core" : {
198
208
"type" : "ruby" ,
199
- "path" : "ruby/ truffleruby" ,
209
+ "path" : "truffleruby" ,
200
210
"source" : ["core" , "post-boot" ],
201
211
"load_path" : ["core" ]
202
212
}
320
330
"mainClass" : "org.truffleruby.launcher.RubyLauncher" ,
321
331
"dependencies" : [
322
332
"org.truffleruby" ,
333
+ "org.truffleruby.ruby" ,
323
334
],
324
335
"distDependencies" : [
325
336
"truffle:TRUFFLE_API" ,
You can’t perform that action at this time.
0 commit comments