Skip to content

Commit 4b679bd

Browse files
committed
Issue #37 updating netty binaries to 3.6.2-Final for better support of
Chrome Websocket client.
1 parent 50c06f0 commit 4b679bd

File tree

11 files changed

+34
-38
lines changed

11 files changed

+34
-38
lines changed

example-games/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
<attribute value="jar:file:/C:/Users/aby/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16-javadoc.jar!/" name="javadoc_location"/>
5353
</attributes>
5454
</classpathentry>
55-
<classpathentry kind="var" path="M2_REPO/io/netty/netty/3.5.11.Final/netty-3.5.11.Final.jar" sourcepath="M2_REPO/io/netty/netty/3.5.11.Final/netty-3.5.11.Final-sources.jar">
55+
<classpathentry kind="var" path="M2_REPO/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar" sourcepath="M2_REPO/io/netty/netty/3.6.2.Final/netty-3.6.2.Final-sources.jar">
5656
<attributes>
57-
<attribute value="jar:file:/C:/Users/aby/.m2/repository/io/netty/netty/3.5.11.Final/netty-3.5.11.Final-javadoc.jar!/" name="javadoc_location"/>
57+
<attribute value="jar:file:/C:/Users/aby/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final-javadoc.jar!/" name="javadoc_location"/>
5858
</attributes>
5959
</classpathentry>
6060
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1-sources.jar">

jetclient/.classpath

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<classpath>
2-
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
3-
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
4-
<classpathentry kind="output" path="target/classes"/>
5-
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar" sourcepath="M2_REPO/junit/junit/4.8.2/junit-4.8.2-sources.jar">
6-
<attributes>
7-
<attribute value="jar:file:/C:/Documents%20and%20Settings/abraham/.m2/repository/junit/junit/4.8.2/junit-4.8.2-javadoc.jar!/" name="javadoc_location"/>
8-
</attributes>
9-
</classpathentry>
10-
<classpathentry kind="var" path="M2_REPO/io/netty/netty/3.3.1.Final/netty-3.3.1.Final.jar" sourcepath="M2_REPO/io/netty/netty/3.3.1.Final/netty-3.3.1.Final-sources.jar">
11-
<attributes>
12-
<attribute value="jar:file:/C:/Documents%20and%20Settings/abraham/.m2/repository/io/netty/netty/3.3.1.Final/netty-3.3.1.Final-javadoc.jar!/" name="javadoc_location"/>
13-
</attributes>
14-
</classpathentry>
15-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1+
<classpath>
2+
<classpathentry kind="src" path="src/test/java" output="target/test-classes" including="**/*.java"/>
3+
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
4+
<classpathentry kind="output" path="target/classes"/>
5+
<classpathentry kind="var" path="M2_REPO/junit/junit/4.8.2/junit-4.8.2.jar" sourcepath="M2_REPO/junit/junit/4.8.2/junit-4.8.2-sources.jar">
6+
<attributes>
7+
<attribute value="jar:file:/C:/Users/aby/.m2/repository/junit/junit/4.8.2/junit-4.8.2-javadoc.jar!/" name="javadoc_location"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="var" path="M2_REPO/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar" sourcepath="M2_REPO/io/netty/netty/3.6.2.Final/netty-3.6.2.Final-sources.jar">
11+
<attributes>
12+
<attribute value="jar:file:/C:/Users/aby/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final-javadoc.jar!/" name="javadoc_location"/>
13+
</attributes>
14+
</classpathentry>
15+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1616
</classpath>

jetclient/.project

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>jetclient</name>
4-
<comment>This is a client library for jetserver https://github.com/menacher/java-game-server/tree/master/jet/server. Java clients can use this program to connect and interact with jetserver. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
</buildSpec>
14-
<natures>
15-
<nature>org.eclipse.jdt.core.javanature</nature>
16-
</natures>
17-
</projectDescription>
1+
<projectDescription>
2+
<name>jetclient</name>
3+
<comment>This is a client library for jetserver https://github.com/menacher/java-game-server/tree/master/jetserver. Java clients can use this program to connect and interact with jetserver. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
4+
<projects/>
5+
<buildSpec>
6+
<buildCommand>
7+
<name>org.eclipse.jdt.core.javabuilder</name>
8+
</buildCommand>
9+
</buildSpec>
10+
<natures>
11+
<nature>org.eclipse.jdt.core.javanature</nature>
12+
</natures>
13+
</projectDescription>

jetclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.netty</groupId>
2525
<artifactId>netty</artifactId>
26-
<version>3.5.11.Final</version>
26+
<version>3.6.2.Final</version>
2727
</dependency>
2828
</dependencies>
2929

jetserver/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<attribute value="jar:file:/C:/Users/aby/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16-javadoc.jar!/" name="javadoc_location"/>
3838
</attributes>
3939
</classpathentry>
40-
<classpathentry kind="var" path="M2_REPO/io/netty/netty/3.5.11.Final/netty-3.5.11.Final.jar" sourcepath="M2_REPO/io/netty/netty/3.5.11.Final/netty-3.5.11.Final-sources.jar">
40+
<classpathentry kind="var" path="M2_REPO/io/netty/netty/3.6.2.Final/netty-3.6.2.Final.jar" sourcepath="M2_REPO/io/netty/netty/3.6.2.Final/netty-3.6.2.Final-sources.jar">
4141
<attributes>
42-
<attribute value="jar:file:/C:/Users/aby/.m2/repository/io/netty/netty/3.5.11.Final/netty-3.5.11.Final-javadoc.jar!/" name="javadoc_location"/>
42+
<attribute value="jar:file:/C:/Users/aby/.m2/repository/io/netty/netty/3.6.2.Final/netty-3.6.2.Final-javadoc.jar!/" name="javadoc_location"/>
4343
</attributes>
4444
</classpathentry>
4545
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1-sources.jar">
88.3 KB
Binary file not shown.
13.5 KB
Binary file not shown.

jetserver/binaries/jetserver-0.1.jar

28.9 KB
Binary file not shown.

jetserver/lib/netty-3.2.7.Final.jar

-783 KB
Binary file not shown.

jetserver/lib/netty-3.6.2.Final.jar

1.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)