Skip to content

Commit

Permalink
JavaOctave lib appended to project due to missing repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Broseten committed May 24, 2017
1 parent 2775b6f commit 49410b4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,10 @@ allprojects {
maven { url "http://jsbml.sourceforge.net/m2repo" }
// mangosdk
maven { url 'http://www.ebi.ac.uk/~maven/m2repo' }
// javaoctave
maven { url 'https://kenai.com/svn/javaoctave~maven-repository/maven2/' }
/*
Note for IDEA users - the IDE can't find javaoctave when sychronizing with gradle. You have to download
it from url above and include it in the project manually
*/
}

//global configuration
ext {
javaoctave = '0.6.4'
commonsLogging = '1.1.1'
jsbml = '1.2-beta1'
}
Expand All @@ -46,6 +39,7 @@ allprojects {
compile 'org.javassist:javassist:3.22.0-CR1'
compile 'org.slf4j:slf4j-log4j12:1.7.2'
compile 'org.apache.commons:commons-lang3:3.5'
compile files("${project.rootProject.rootDir}/lib/javaoctave-0.6.4.jar")
}

license {
Expand Down
1 change: 0 additions & 1 deletion extensions/computation-simulation-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ dependencies {
compile project(':model:trajectory')
compile project(':model:space')
compile project(':core')
compile "dk.ange:javaoctave:$javaoctave"
compile "commons-logging:commons-logging:$commonsLogging"
}
Binary file added lib/javaoctave-0.6.4.jar
Binary file not shown.
1 change: 0 additions & 1 deletion model/ode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ group = 'org.sybila.parasim.model.ode'

dependencies {
compile project(':model:trajectory')
compile "dk.ange:javaoctave:$javaoctave"
compile "commons-logging:commons-logging:$commonsLogging"
compile "org.sbml.jsbml:jsbml:$jsbml"
}

0 comments on commit 49410b4

Please sign in to comment.