Path changes to match new domain.

This commit is contained in:
MobiusDevelopment
2019-04-15 05:07:14 +00:00
parent ea7f52e5e0
commit 3c9a54d8c9
75267 changed files with 4811314 additions and 4811314 deletions

View File

@@ -78,9 +78,9 @@
<manifest>
<attribute name="Build-By" value="${user.name}" />
<attribute name="Build-Date" value="${time.stamp}" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.com/" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
<attribute name="Class-Path" value="${manifest.libs}" />
<attribute name="Main-Class" value="com.l2jmobius.loginserver.LoginServer" />
<attribute name="Main-Class" value="org.l2jmobius.loginserver.LoginServer" />
</manifest>
</jar>
<jar destfile="${build.dist.libs}/GameServer.jar" level="9">
@@ -93,9 +93,9 @@
<manifest>
<attribute name="Build-By" value="${user.name}" />
<attribute name="Build-Date" value="${time.stamp}" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.com/" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
<attribute name="Class-Path" value="${manifest.libs}" />
<attribute name="Main-Class" value="com.l2jmobius.gameserver.GameServer" />
<attribute name="Main-Class" value="org.l2jmobius.gameserver.GameServer" />
</manifest>
</jar>
<jar destfile="${build.dist.dbinstaller}/Database_Installer_GS.jar" level="9">
@@ -109,8 +109,8 @@
<attribute name="Build-By" value="${user.name}" />
<attribute name="Build-Date" value="${time.stamp}" />
<attribute name="Class-Path" value="${manifest.libs}" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.com/" />
<attribute name="Main-Class" value="com.l2jmobius.tools.dbinstaller.LauncherGS" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
<attribute name="Main-Class" value="org.l2jmobius.tools.dbinstaller.LauncherGS" />
</manifest>
</jar>
<jar destfile="${build.dist.dbinstaller}/Database_Installer_LS.jar" level="9">
@@ -124,8 +124,8 @@
<attribute name="Build-By" value="${user.name}" />
<attribute name="Build-Date" value="${time.stamp}" />
<attribute name="Class-Path" value="${manifest.libs}" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.com/" />
<attribute name="Main-Class" value="com.l2jmobius.tools.dbinstaller.LauncherLS" />
<attribute name="Implementation-URL" value="http://www.l2jmobius.org/" />
<attribute name="Main-Class" value="org.l2jmobius.tools.dbinstaller.LauncherLS" />
</manifest>
</jar>
</target>