Skip to content

Commit

Permalink
Renaming io.socket to socket.io-java-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Dec 24, 2011
1 parent 3afbdbd commit 8af86ed
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 19 deletions.
8 changes: 7 additions & 1 deletion .externalToolBuilders/io.socket.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/socket.io-java-client"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="io.socket"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="socket.io-java-client"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/io.socket/build.xml}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value=""/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>io.socket</name>
<name>socket.io-java-client</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=Gottox&url=https://github.com/Gottox/io.socket&title=io.socket&language=&tags=github&category=software)
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=Gottox&url=https://github.com/Gottox/socket.io-java-client&title=socket.io-java-client&language=&tags=github&category=software)

# Socket.IO-Client for Java

Expand Down
4 changes: 2 additions & 2 deletions examples/Test.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket Test.java
* socket.io-java-client Test.java
*
* Copyright (c) 2011, Enno Boland
* io.socket is a implementation of the socket.io protocol in Java.N
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down
4 changes: 2 additions & 2 deletions src/io/socket/IOCallback.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket IOCallback.java
* socket.io-java-client IOCallback.java
*
* Copyright (c) 2011, ${author}
* io.socket is a implementation of the socket.io protocol in Java.
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down
4 changes: 2 additions & 2 deletions src/io/socket/IOConnection.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket IOConnection.java
* socket.io-java-client IOConnection.java
*
* Copyright (c) 2011, Enno Boland
* io.socket is a implementation of the socket.io protocol in Java.
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down
4 changes: 2 additions & 2 deletions src/io/socket/IOMessage.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket IOMessage.java
* socket.io-java-client IOMessage.java
*
* Copyright (c) 2011, Enno Boland
* io.socket is a implementation of the socket.io protocol in Java.
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down
4 changes: 2 additions & 2 deletions src/io/socket/IOTransport.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket IOTransport.java
* socket.io-java-client IOTransport.java
*
* Copyright (c) 2011, Enno Boland
* io.socket is a implementation of the socket.io protocol in Java.
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down
4 changes: 2 additions & 2 deletions src/io/socket/SocketIO.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket SocketIO.java
* socket.io-java-client SocketIO.java
*
* Copyright (c) 2011, Enno Boland
* io.socket is a implementation of the socket.io protocol in Java.
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down
4 changes: 2 additions & 2 deletions src/io/socket/SocketIOException.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket SocketIOException.java
* socket.io-java-client SocketIOException.java
*
* Copyright (c) 2011, Enno Boland
* io.socket is a implementation of the socket.io protocol in Java.
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down
4 changes: 2 additions & 2 deletions src/io/socket/transports/WebsocketTransport.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* io.socket WebsocketTransport.java
* socket.io-java-client WebsocketTransport.java
*
* Copyright (c) 2011, Enno Boland
* io.socket is a implementation of the socket.io protocol in Java.
* socket.io-java-client is a implementation of the socket.io protocol in Java.
*
* See LICENSE file for more information
*/
Expand Down

0 comments on commit 8af86ed

Please sign in to comment.