Explorar el Código

Some build and readme updates.

DrLecter hace 16 años
padre
commit
c2545e96d5

+ 4 - 4
L2_GameServer/README.txt

@@ -57,7 +57,7 @@ II. LEGAL
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 This program is distributed in the hope that it will be useful, but
@@ -112,7 +112,7 @@ and get to know the wiki sites.
 They contain all the info you need to setup and run a L2J Server.
 
 L2J Server wiki: Server Guides, How-to's, bugtracker:
-https://l2jserver.com/trac/wiki
+https://www.l2jserver.com/trac/wiki
 
 L2J-Datapack wiki: Datapack Guides, How-to's, bugtracker:
 http://www.l2jdp.com/trac/wiki
@@ -225,7 +225,7 @@ IX. CONTACT
 ====================
 
 Website: http://www.l2jserver.com
-Forum: http://forum.l2jserver.com
+Forum: http://www.l2jserver.com/forum
 IRC: #l2j @ Freenode (irc.freenode.net)
 
 Please note that L2J Devs can't help players with connecting issues or
@@ -286,7 +286,7 @@ http://forum.l2jserver.com/team.php
 Have fun playing L2J ;)
 Dev Team
 
-    L2J Server, Copyright (C) 2006-2008 
+    L2J Server, Copyright (C) 2006-2009 
     L2J Server comes with ABSOLUTELY NO WARRANTY.
     This is free software, and you are welcome to redistribute it
     under certain conditions.

+ 2 - 16
L2_GameServer/build.xml

@@ -5,7 +5,7 @@
         
         This program is free software; you can redistribute it and/or modify
         it under the terms of the GNU General Public License as published by
-        the Free Software Foundation; either version 2, or (at your option)
+        the Free Software Foundation; either version 3, or (at your option)
         any later version.
         
         This program is distributed in the hope that it will be useful,
@@ -98,20 +98,7 @@
         </copy>
         
 	</target>
-    
 
-    <!--
-	<target name="compile.gcj"
-            depends="jar"
-            description="Build machine executable binary">  
-            
-        <exec dir="." executable="gcj" failifexecutionfails="false" os="linux:Linux:freebsd:FreeBSD" >
-            <arg line="-O3 ${build.dist}/l2jserver.jar  -o ${build.dist}/l2jserver - -main=net.sf.l2j.Server"/>
-        </exec>
-    </target>
-	-->
- 
- 
     <target name="dist" depends="jar">
     	
     	<copy todir="${build.dist.login}">
@@ -264,8 +251,7 @@
         </filterchain>
 </concat>
 </target>
-	
-    
+
     <target name="clean"
             description="Remove the output directories">
 

+ 1 - 1
L2_GameServer/dist/RegisterGameServer.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
-java -Djava.util.logging.config.file=console.cfg -cp ./../libs/*:l2jserver.jar net.sf.l2j.gsregistering.GameServerRegister
+java -Djava.util.logging.config.file=console.cfg -cp ./../libs/*:l2jserver.jar net.sf.l2j.gsregistering.GameServerRegister

+ 1 - 2
L2_GameServer/dist/startGameServer.sh

@@ -1,4 +1,3 @@
 #! /bin/sh
 
-./GameServer_loop.sh &
-
+./GameServer_loop.sh &

+ 0 - 3
L2_GameServer/dist/startLoginServer.sh

@@ -1,6 +1,3 @@
 #!/bin/bash
 
 ./LoginServer_loop.sh &
-
-
-