Skip to content

Commit

Permalink
Finish 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaSaBr committed Dec 1, 2017
2 parents a79260a + 841df44 commit f9779ef
Show file tree
Hide file tree
Showing 24 changed files with 114 additions and 2,541 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jMonkeyBuilder 1.3.2 #
# jMonkeyBuilder 1.4.0 #
### It's 3D Editor to prepare/work/create graphics content for jMonkeyEngine 3.2 ###

[![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)
Expand Down
2 changes: 1 addition & 1 deletion app.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2
1.4.0
2 changes: 1 addition & 1 deletion build-native.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project name="jMonkeyBuilder" default="do-deploy" basedir="native-build"
xmlns:fx="javafx:com.sun.javafx.tools.ant">

<property name="editor.version" value="1.3.2"/>
<property name="editor.version" value="1.4.0"/>
<property environment="env"/>

<condition property="gradle.executable" value="${basedir}/../gradlew.bat"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'idea'
apply plugin: 'org.junit.platform.gradle.plugin'

group = 'com.spaceshift'
version = '1.3.2'
version = '1.4.0'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {
compile 'org.controlsfx:controlsfx:8.40.13'

compile 'com.github.JavaSaBr:RlibFX:4.1.3'
compile 'com.github.JavaSaBr:RLib:6.5.1'
compile 'com.github.JavaSaBr:RLib:6.5.3'
compile 'com.github.JavaSaBr:JME3-JFX:1.6.1'

// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
Expand Down
Binary file not shown.
201 changes: 0 additions & 201 deletions src/main/java/com/jme3/scene/control/LightControl.java

This file was deleted.

108 changes: 0 additions & 108 deletions src/main/java/com/jme3/terrain/executor/TerrainExecutorService.java

This file was deleted.

Loading

0 comments on commit f9779ef

Please sign in to comment.