Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Truffle] Add repository for secondary truffle modules.
Browse files Browse the repository at this point in the history
chrisseaton committed Sep 22, 2015
1 parent 1c54972 commit f2509b4
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions truffle-om-dsl-api/pom.rb
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@

jar 'org.jruby:jruby-core', '${project.version}', :scope => 'provided'

repository( :url => 'http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots/',
:id => 'truffle' )

truffle_version = '7a6719b66a744b822d9761cf8f2cd34904e22b2d-SNAPSHOT'
jar 'com.oracle.truffle:truffle-api:' + truffle_version

3 changes: 3 additions & 0 deletions truffle-om-dsl-processor/pom.rb
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@

jar 'org.jruby:jruby-truffle-om-dsl-api', '${project.version}', :scope => 'provided'

repository( :url => 'http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots/',
:id => 'truffle' )

truffle_version = '7a6719b66a744b822d9761cf8f2cd34904e22b2d-SNAPSHOT'
jar 'com.oracle.truffle:truffle-api:' + truffle_version

0 comments on commit f2509b4

Please sign in to comment.