Skip to content

Commit

Permalink
moving DockFX to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 3, 2021
1 parent 1341a38 commit e6d2d9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "libraries/bowler-script-kernel"]
path = libraries/bowler-script-kernel
url = https://github.com/CommonWealthRobotics/bowler-script-kernel.git
[submodule "libraries/dockfx"]
path = libraries/dockfx
url = https://github.com/CommonWealthRobotics/dockfx.git
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ dependencies {
//compile "org.jfxtras:jfxtras-labs:8.0-r4"

//https://bintray.com/clearcontrol/ClearControl/DockFX
compile 'org.dockfx:DockFX:0.1.12'
//compile 'org.dockfx:DockFX:0.1.12'
//compile 'com.github.movisens:SmartGattLib:1.7'
// https://mvnrepository.com/artifact/org.apache.xmlrpc/xmlrpc-client
compile group: 'org.apache.xmlrpc', name: 'xmlrpc-client', version: '3.1.3'
Expand All @@ -308,6 +308,7 @@ dependencies {
compile project(':libraries:bowler-script-kernel:java-bowler')
compile project(':libraries:bowler-script-kernel')
compile project(':libraries:bowler-script-kernel:JCSG')
compile project(':libraries:dockfx')
//compile project(':kinematics-chef')
//compile 'com.neuronrobotics:kinematics-chef-core:0.0.15'

Expand Down
1 change: 1 addition & 0 deletions libraries/dockfx
Submodule dockfx added at 6459d9
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ':libraries:bowler-script-kernel'
include ':libraries:bowler-script-kernel:java-bowler'
include ':libraries:bowler-script-kernel:JCSG'

include ':libraries:dockfx'
rootProject.name = 'BowlerStudio'

//includeBuild('kinematics-chef'){
Expand Down

0 comments on commit e6d2d9d

Please sign in to comment.