Skip to content

Commit b2ea59f

Browse files
author
Torridity
committed
Updated Unix start script in order to enable start via double click
Updated version number to 3.43
1 parent 7f1e769 commit b2ea59f

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>de.tor.dswb</groupId>
55
<artifactId>dsworkbench</artifactId>
6-
<version>3.42</version>
6+
<version>3.43</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>de.tor.dswb</groupId>
1111
<artifactId>core</artifactId>
1212
<name>Core</name>
1313
<packaging>jar</packaging>
14-
<version>3.42</version>
14+
<version>3.43</version>
1515

1616
<description></description>
1717

Core/src/main/java/de/tor/tribes/util/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
public class Constants {
2727

28-
public final static double VERSION = 3.42;
28+
public final static double VERSION = 3.43;
2929
public final static String VERSION_ADDITION = "";
3030
public final static Color DS_BACK = new Color(225, 213, 190);
3131
public final static Color DS_BACK_LIGHT = new Color(239, 235, 223);

ParserPlugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>de.tor.dswb</groupId>
55
<artifactId>dsworkbench</artifactId>
6-
<version>3.42</version>
6+
<version>3.43</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>de.tor.dswb</groupId>
1111
<artifactId>parserplugin</artifactId>
1212
<name>ParserPlugin</name>
1313
<packaging>jar</packaging>
14-
<version>3.42</version>
14+
<version>3.43</version>
1515

1616
<description></description>
1717

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>de.tor.dswb</groupId>
2525
<artifactId>Core</artifactId>
26-
<version>3.42</version>
26+
<version>3.43</version>
2727
</dependency>
2828
</dependencies>
2929
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>dsworkbench</artifactId>
66
<name>DSWorkbench</name>
77
<packaging>pom</packaging>
8-
<version>3.42</version>
8+
<version>3.43</version>
99

1010
<description>
1111
Parent project for DS Workbench. The project contains two modules: core and plugins which are put together during the assembly process.
@@ -14,7 +14,7 @@
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<release.version>3.42</release.version>
17+
<release.version>3.43</release.version>
1818
</properties>
1919

2020
<repositories>

resources/Scripts/DSWorkbench

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ done
3535
PRGDIR=`dirname "$PRG"`
3636
BASEDIR=`cd "$PRGDIR/" >/dev/null; pwd`
3737

38+
cd $BASEDIR
3839
# Reset the REPO variable. If you need to influence this use the environment setup file.
3940
REPO=
4041

0 commit comments

Comments
 (0)