-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<jnlp codebase="https://allstarlink.org/voterpal/" href="launch.jnlp" spec="1.0+"> | ||
<information> | ||
<title>VoterPal</title> | ||
<vendor>Jim Dixon, WB6NIL</vendor> | ||
<homepage href="http://allstarlink.org"/> | ||
<description>Simulator for chan_voter</description> | ||
<description kind="short">VoterPal</description> | ||
|
||
|
||
<offline-allowed/> | ||
</information> | ||
<security> | ||
<all-permissions/> | ||
</security> | ||
<resources> | ||
<j2se version="1.5+"/> | ||
<jar eager="true" href="VoterPal.jar" main="true"/> | ||
|
||
|
||
<jar href="lib/appframework-1.0.3.jar"/> | ||
<jar href="lib/swing-worker-1.1.jar"/> | ||
</resources> | ||
<application-desc main-class="voterpal.VoterPalApp"> | ||
|
||
</application-desc> | ||
</jnlp> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DirectoryIndex launch.jnlp | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<jnlp codebase="https://allstarlink.org/votersim/" href="launch.jnlp" spec="1.0+"> | ||
<information> | ||
<title>VoterSim</title> | ||
<vendor>Jim Dixon, WB6NIL</vendor> | ||
<homepage href="http://allstarlink.org"/> | ||
<description>Simulator for chan_voter</description> | ||
<description kind="short">VoterSim</description> | ||
|
||
|
||
<offline-allowed/> | ||
</information> | ||
<security> | ||
<all-permissions/> | ||
</security> | ||
<resources> | ||
<j2se version="1.5+"/> | ||
<jar eager="true" href="VoterSim.jar" main="true"/> | ||
|
||
|
||
<jar href="lib/appframework-1.0.3.jar"/> | ||
<jar href="lib/swing-worker-1.1.jar"/> | ||
</resources> | ||
<application-desc main-class="votersim.VoterSimApp"> | ||
|
||
</application-desc> | ||
</jnlp> |
Binary file not shown.
Binary file not shown.