MELERIX 14 anni fa
parent
commit
35fb899741
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      L2_CommunityServer/.project
  2. 2 2
      L2_CommunityServer/build.xml

+ 1 - 1
L2_CommunityServer/.project

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>CommunityServer</name>
+	<name>L2J_CommunityServer</name>
 	<comment></comment>
 	<projects>
 	</projects>

+ 2 - 2
L2_CommunityServer/build.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project name="L2_CommunityServer" default="dist" basedir=".">
+<project name="L2J_CommunityServer" default="dist" basedir=".">
     <property name="src" location="java"/>
     <property name="lib" location="lib"/>
     <property name="build" location="build"/>
@@ -100,7 +100,7 @@
 			</fileset>
         </copy>
 
-        <zip destfile="${build}/l2j-community.zip"
+        <zip destfile="${build}/L2J_CommunityServer.zip"
              basedir="${build.dist}" />
     </target>