Skip to content

Commit

Permalink
Docking frame
Browse files Browse the repository at this point in the history
  • Loading branch information
macbury committed May 6, 2015
1 parent 3506c1d commit 7473ce5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ project(":editor") {
compile files("${rootDir}/libs/swing-bits-0.5.0.jar")
compile files("${rootDir}/libs/miglayout-3.7.2.jar")
compile files("${rootDir}/libs/forms_rt-14.0.3.jar")
compile files("${rootDir}/libs/docking-frames-core.jar")
compile files("${rootDir}/libs/docking-frames-common.jar")
}
}

Expand Down
9 changes: 9 additions & 0 deletions editor/editor.eml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
<lib name="ColorPicker.jar" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/libs/ColorPicker.jar!/"/>
</lib>
<lib name="Gradle: forms_rt-14.0.3" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/libs/forms_rt-14.0.3.jar!/"/>
</lib>
<lib name="Gradle: docking-frames-core" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/libs/docking-frames-core.jar!/"/>
</lib>
<lib name="Gradle: docking-frames-common" scope="COMPILE">
<relative-module-cls project-related="jar://$PROJECT_DIR$/libs/docking-frames-common.jar!/"/>
</lib>
<levels>
<level name="Gradle: net.contentobjects.jnotify:jnotify:0.94" value="project"/>
<level name="Gradle: org.nuiton.thirdparty:l2fprod-common:0.1" value="project"/>
Expand Down
Binary file added libs/docking-frames-common.jar
Binary file not shown.
Binary file added libs/docking-frames-core.jar
Binary file not shown.

0 comments on commit 7473ce5

Please sign in to comment.