Skip to content

Commit 8553565

Browse files
committed
menacher#56 moved to 0.4.2 version of nadron and nadclient. Made corresponding
pom and README changes.
1 parent a2693f8 commit 8553565

5 files changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Maven
1414
<dependency>
1515
<groupId>com.github.menacher</groupId>
1616
<artifactId>nadron</artifactId>
17-
<version>0.4.1</version>
17+
<version>0.4.2</version>
1818
</dependency>
1919
```
2020
Using pre-built jar files

example-games/.classpath

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
<attribute value="jar:file:/C:/Users/aby/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16-javadoc.jar!/" name="javadoc_location"/>
4242
</attributes>
4343
</classpathentry>
44-
<classpathentry kind="var" path="M2_REPO/com/github/menacher/nadclient/0.4.1/nadclient-0.4.1.jar" sourcepath="M2_REPO/com/github/menacher/nadclient/0.4.1/nadclient-0.4.1-sources.jar">
44+
<classpathentry kind="var" path="M2_REPO/com/github/menacher/nadclient/0.4.2/nadclient-0.4.2.jar" sourcepath="M2_REPO/com/github/menacher/nadclient/0.4.2/nadclient-0.4.2-sources.jar">
4545
<attributes>
46-
<attribute value="jar:file:/C:/Users/aby/.m2/repository/com/github/menacher/nadclient/0.4.1/nadclient-0.4.1-javadoc.jar!/" name="javadoc_location"/>
46+
<attribute value="jar:file:/C:/Users/aby/.m2/repository/com/github/menacher/nadclient/0.4.2/nadclient-0.4.2-javadoc.jar!/" name="javadoc_location"/>
4747
</attributes>
4848
</classpathentry>
49-
<classpathentry kind="var" path="M2_REPO/com/github/menacher/nadron/0.4.1/nadron-0.4.1.jar" sourcepath="M2_REPO/com/github/menacher/nadron/0.4.1/nadron-0.4.1-sources.jar">
49+
<classpathentry kind="var" path="M2_REPO/com/github/menacher/nadron/0.4.2/nadron-0.4.2.jar" sourcepath="M2_REPO/com/github/menacher/nadron/0.4.2/nadron-0.4.2-sources.jar">
5050
<attributes>
51-
<attribute value="jar:file:/C:/Users/aby/.m2/repository/com/github/menacher/nadron/0.4.1/nadron-0.4.1-javadoc.jar!/" name="javadoc_location"/>
51+
<attribute value="jar:file:/C:/Users/aby/.m2/repository/com/github/menacher/nadron/0.4.2/nadron-0.4.2-javadoc.jar!/" name="javadoc_location"/>
5252
</attributes>
5353
</classpathentry>
5454
<classpathentry kind="var" path="M2_REPO/io/netty/netty-all/4.0.4.Final/netty-all-4.0.4.Final.jar" sourcepath="M2_REPO/io/netty/netty-all/4.0.4.Final/netty-all-4.0.4.Final-sources.jar">

example-games/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Pointers on main classes, classpaths and command line flags.
99

1010
**To start the game server**
1111
Set the classpath and provide the log4jconfiguration flag.
12-
set serverclasspath = ./nadron-0.1.jar;./....
12+
set serverclasspath = ./nadron-0.4.2.jar;./....
1313
java -cp $serverclasspath -Dlog4j.configuration=GameServerLog4j.properties io.nadron.GameServer
1414
**To start the zombie client**
15-
set clientclasspath = ./nadron-0.1.jar;./netty-all-4.0.0.CR5.jar....
15+
set clientclasspath = ./nadclient-0.4.2.jar;./netty-all-4.0.4.Final.jar....
1616
java -cp clientclasspath io.nadron.ZombieClient
1717

1818
Jar Dependencies
@@ -24,9 +24,10 @@ blazeds-core-3.2.0.3978.jar
2424
cglib-nodep-2.1_3.jar
2525
commons-logging-1.1.1.jar
2626
jetlang-0.2.9.jar
27-
nadron-0.1.jar
27+
nadron-0.4.2.jar
28+
nadclient-0.4.2.jar
2829
log4j-1.2.16.jar
29-
netty-all-4.0.0.CR5.jar
30+
netty-all-4.0.4.Final.jar
3031
slf4j-api-1.6.1.jar
3132
slf4j-log4j12-1.6.1.jar
3233
spring-aop-3.1.0.RELEASE.jar

example-games/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
<dependency>
2727
<groupId>com.github.menacher</groupId>
2828
<artifactId>nadron</artifactId>
29-
<version>0.4.1</version>
29+
<version>0.4.2</version>
3030
</dependency>
3131

3232
<!-- Nad client dependency -->
3333
<dependency>
3434
<groupId>com.github.menacher</groupId>
3535
<artifactId>nadclient</artifactId>
36-
<version>0.4.1</version>
36+
<version>0.4.2</version>
3737
</dependency>
3838

3939
<!-- SLF4J to LOG4J dependency -->

nadclient/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Maven
88
<dependency>
99
<groupId>com.github.menacher</groupId>
1010
<artifactId>nadclient</artifactId>
11-
<version>0.4.1</version>
11+
<version>0.4.2</version>
1212
</dependency>
1313
```
1414
Execution

0 commit comments

Comments
 (0)