Skip to content

Commit ddceb8f

Browse files
committed
prepared to release.
1 parent f99e22c commit ddceb8f

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jMonkeyBuilder 1.5.1 #
1+
# jMonkeyBuilder 1.6.0 #
22
### It's 3D Editor to prepare/work/create graphics content for jMonkeyEngine 3.2 ###
33

44
[![Join the chat at https://gitter.im/jME3-SpaceShift-Editor/Lobby](https://badges.gitter.im/jME3-SpaceShift-Editor/Lobby.svg)](https://gitter.im/jME3-SpaceShift-Editor/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

build-native.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
<mkdir dir="${basedir}/embedded-plugins"/>
5656
<copy todir="${basedir}/embedded-plugins">
57-
<fileset dir="/embedded-plugins2" />
57+
<fileset dir="${basedir}/../embedded-plugins" />
5858
</copy>
5959

6060
<mkdir dir="${basedir}/projectRefs"/>

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ compileTestJava {
2424
options.compilerArgs += '-parameters'
2525
}
2626

27-
ext.applicationMainClass = "com.ss.editor.JFXApplication"
27+
ext.applicationMainClass = "com.ss.editor.JfxApplication"
2828
ext.applicationVendor = "[email protected]"
2929
ext.applicationTitle = "jMonkeyBuilder"
3030
ext.jmeVersion = "v3.3.dev-SNAPSHOT"
31-
ext.jmbExtVersion = "1.9.6"
31+
ext.jmbExtVersion = "1.9.7"
3232
ext.jme3_xbuf_version = '0.9.1'
3333
ext.junitPlatformVersion = "1.0.0"
3434
ext.junitJupiterVersion = "5.0.0"
@@ -62,7 +62,7 @@ dependencies {
6262

6363
compile 'com.github.JavaSaBr:RlibFX:4.1.3'
6464
compile 'com.github.JavaSaBr:RLib:6.7.4'
65-
compile "com.github.JavaSaBr:JME3-JFX:1.7.2"
65+
compile "com.github.JavaSaBr:JME3-JFX:1.7.3"
6666

6767
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
6868
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.6'
@@ -106,7 +106,6 @@ dependencies {
106106

107107
compile ("org.xbuf.jme3_xbuf:jme3_xbuf_loader:${jme3_xbuf_version}") {
108108
exclude group: 'org.jmonkeyengine'
109-
exclude group: 'com.github.JavaSaB'
110109
}
111110

112111
// https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all
-7.54 KB
Binary file not shown.

src/main/resources/credits/libraries.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## base
22

3-
rlib-fx-4.1.3 richtextfx-8.1 jme-jfx-1.7.1 common-image-3.3.2 common-io-3.3.2 commons-lang3-3.4
3+
rlib-fx-4.1.3 richtextfx-8.1 jme-jfx-1.7.3 common-image-3.3.2 common-io-3.3.2 commons-lang3-3.4
44
imageio-tiff-3.3.2 imageio-metadata-3.3.2 imageio-hdr-3.3.2 common-lang-3.3.2 gson-2.6.2
55
imageio-core-3.3.2 imageio-batik-3.3.2 rlib-6.7.4 controlsfx-8.40.13
66

@@ -25,7 +25,7 @@ commons-codec-1.9 commons-logging-1.2 httpclient-4.5.2 httpcore-4.4.4
2525

2626
## extensions
2727

28-
jme3-spaceshift-extension-1.9.5 groovy-all-2.5.0-beta-1 annotations-15.0
28+
jmonkeybuilder-extension-1.9.7 groovy-all-2.5.0-beta-1 annotations-15.0
2929

3030
## extensions ## xbuf
3131

@@ -38,4 +38,4 @@ toneg0d.emitter-2.4.1
3838

3939
## extensions ## simsilica
4040

41-
iso-surface.1.0.0 lemur-1.9.1 sim-fx-1.0.4
41+
iso-surface.1.0.0 lemur-1.9.1 sim-fx-1.3.0

0 commit comments

Comments
 (0)