Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added MoparClassicKeystore
Binary file not shown.
13 changes: 3 additions & 10 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,13 @@
<pathelement location="${lib}/xpp3.jar" />
<pathelement location="${lib}/xstream.jar" />
<pathelement location="${lib}/hex-string.jar" />
<pathelement location="${lib}/MoparScape_src.jar" />
<pathelement location="${lib}/MoparScape.jar" />
<pathelement path="${java.class.path}/" />
</classpath>
</javac>
<jar basedir="${build}" destfile="${jar}">
<zipgroupfileset dir="${lib}" includes="*.jar" excludes="MoparScape.jar" />
<zipgroupfileset dir="${lib}" includes="*.jar" />
</jar>
</target>
<target name="runclient">
<java classname="org.rscdaemon.client.mudclient" fork="true">
<arg value="${settings}" />
<classpath>
<pathelement path="${jar}/" />
</classpath>
</java>
<signjar jar="${jar}" alias="MoparClassic" keystore="MoparClassicKeystore" storepass="moparscape"/>
</target>
</project>
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<html>
<head>
<title>MoparClassic</title>
</head>
<body>
<applet archive="moparscape-classic.jar" code="client">
</applet>
</body>
</html>
Binary file modified lib/MoparScape.jar
Binary file not shown.