Skip to content

Commit 7ffbfb8

Browse files
committed
renamed the project again.
1 parent dc1d2a2 commit 7ffbfb8

8 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# jMonkey Builder 1.3.0 #
1+
# jMonkeyBuilder 1.3.0 #
22
## License: Apache Version 2.0 ##
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)
55

6-
* [Wiki](https://bitbucket.org/JavaSabr/jmonkey-builder/wiki/Home)
6+
* [Wiki](https://bitbucket.org/JavaSabr/jmonkeybuilder/wiki/Home)
77
* [Download](https://yadi.sk/d/UuKcJBNgqbV3a)
88
* [Gitter](https://gitter.im/jME3-SpaceShift-Editor/Lobby?source=orgpage)
9-
* [Official jMonkey thread](https://hub.jmonkeyengine.org/t/jmonkey-builder/35179)
9+
* [Official jMonkey thread](https://hub.jmonkeyengine.org/t/jmonkeybuilder/35179)
1010
* [Youtube channel](https://www.youtube.com/playlist?list=PLNdOH0eRoQMBkLPBvTIDn02UFhcTJWsh7)
1111

1212
## [Video about this editor](https://youtu.be/5nX8HXYdENU) ##

build-native.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="jMonkey Builder" default="do-deploy" basedir="native-build"
2+
<project name="jMonkeyBuilder" default="do-deploy" basedir="native-build"
33
xmlns:fx="javafx:com.sun.javafx.tools.ant">
44

55
<property name="editor.version" value="1.3.0"/>
@@ -149,7 +149,7 @@
149149
</copy>
150150

151151
<fx:resources id="appRes" >
152-
<fx:fileset dir="dist" includes="jmonkey-builder.jar"/>
152+
<fx:fileset dir="dist" includes="jmonkeybuilder.jar"/>
153153
<fx:fileset dir="dist" includes="licenses/*"/>
154154
<fx:fileset dir="dist" includes="licenses/libraries-licenses/*"/>
155155
<fx:fileset dir="dist" includes="libs/*"/>
@@ -159,21 +159,21 @@
159159
</fx:resources>
160160

161161
<fx:application id="fxApplication"
162-
name="jMonkey Builder"
162+
name="jMonkeyBuilder"
163163
mainClass="com.ss.editor.JFXApplication"
164164
toolkit="fx"
165165
version="${editor.version}"/>
166166

167167
<mkdir dir="build/classes/META-INF"/>
168168

169-
<fx:jar destfile="dist/jmonkey-builder.jar">
169+
<fx:jar destfile="dist/jmonkeybuilder.jar">
170170
<fx:application refid="fxApplication"/>
171171
<fileset dir="build/classes"/>
172172
<fx:resources refid="appRes"/>
173173

174174
<manifest>
175175
<attribute name="Implementation-Vendor" value="bitbucket.org/JavaSabr"/>
176-
<attribute name="Implementation-Title" value="jMonkey Builder"/>
176+
<attribute name="Implementation-Title" value="jMonkeyBuilder"/>
177177
<attribute name="Implementation-Version" value="${editor.version}"/>
178178
</manifest>
179179
</fx:jar>
@@ -188,7 +188,7 @@
188188
includeDT="false"
189189
offlineAllowed="true"
190190
outdir="${basedir}/deploy"
191-
outfile="jMonkey Builder" nativeBundles="all"
191+
outfile="jMonkeyBuilder" nativeBundles="all"
192192
updatemode="background" verbose="true">
193193

194194
<fx:platform>
@@ -200,7 +200,7 @@
200200

201201
<info category="graphics"
202202
description="The 3D Editor for jMonkeyEngine 3.2 by JavaSaBr"
203-
email="javasabr@gmail.com" license="Freeware" title="jMonkey Builder" vendor="bitbucket.org/JavaSabr"/>
203+
email="javasabr@gmail.com" license="Freeware" title="jMonkeyBuilder" vendor="bitbucket.org/JavaSabr"/>
204204

205205
<application refId="fxApplication"/>
206206
<resources refid="appRes"/>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ defaultTasks 'clean', 'install'
187187
install {
188188
repositories.mavenInstaller {
189189
pom.version = version
190-
pom.artifactId = 'jmonkey-builder'
190+
pom.artifactId = 'jmonkeybuilder'
191191
pom.project {
192192
licenses {
193193
license {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'jmonkey-builder'
1+
rootProject.name = 'jMonkeyBuilder'

src/main/java/com/ss/editor/JFXApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private static void printError(@NotNull final Throwable throwable) {
192192
throwable.printStackTrace();
193193

194194
final String userHome = System.getProperty("user.home");
195-
final String fileName = "jmonkey-builder-error.log";
195+
final String fileName = "jmonkeybuilder-error.log";
196196

197197
try (final PrintStream out = new PrintStream(newOutputStream(Paths.get(userHome, fileName)))) {
198198
throwable.printStackTrace(out);

src/main/java/com/ss/editor/config/Config.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ public final class Config {
3030
* The name of editor's folder in user home folder.
3131
*/
3232
@NotNull
33-
private static final String SS_FOLDER_IN_USER_HOME = ".jmonkey-builder";
33+
private static final String SS_FOLDER_IN_USER_HOME = ".jmonkeybuilder";
3434

3535
/**
3636
* The editor's title.
3737
*/
3838
@NotNull
39-
public static final String TITLE = "jMonkey Builder";
39+
public static final String TITLE = "jMonkeyBuilder";
4040

4141
/**
4242
* The editor's version.

src/main/java/com/ss/editor/manager/WorkspaceManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class WorkspaceManager {
2626
* The constant FOLDER_EDITOR.
2727
*/
2828
@NotNull
29-
public static final String FOLDER_EDITOR = ".jmonkey-builder";
29+
public static final String FOLDER_EDITOR = ".jmonkeybuilder";
3030

3131
/**
3232
* The constant FILE_WORKSPACE.

src/main/java/com/ss/editor/ui/dialog/about/AboutDialog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
public class AboutDialog extends AbstractSimpleEditorDialog {
3232

3333
@NotNull
34-
private static final String PROJECT_HOME = "https://bitbucket.org/JavaSabr/jmonkey-builder";
34+
private static final String PROJECT_HOME = "https://bitbucket.org/JavaSabr/jmonkeybuilder";
3535

3636
@NotNull
37-
private static final String FORUM_THREAD = "https://hub.jmonkeyengine.org/t/jmonkey-builder/35179";
37+
private static final String FORUM_THREAD = "https://hub.jmonkeyengine.org/t/jmonkeybuilder/35179";
3838

3939
@NotNull
4040
private static final Point DIALOG_SIZE = new Point(600, -1);

0 commit comments

Comments
 (0)