Created
January 21, 2009 17:50
-
-
Save k0001/50065 to your computer and use it in GitHub Desktop.
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
<?xml version="1.0" encoding="utf-8"?> | |
<jnlp spec="1.0+" codebase="http://ego:8080/scrumworks/jnlp/" href="scrumworks.jnlp"> | |
<information> | |
<title>ScrumWorks Basic Client</title> | |
<vendor>ScrumWorks, LLC.</vendor> | |
<homepage href="/scrumworks" /> | |
<description>ScrumWorks Basic - Unleash Team Self-Organization</description> | |
<description kind="short">ScrumWorks Basic Application</description> | |
<icon href="SWP_logoD_64.gif" /> | |
<icon kind="splash" href="sw_web_logo.jpg" /> | |
</information> | |
<security> | |
<all-permissions /> | |
</security> | |
<resources os="Mac OS X"> | |
<property name="apple.laf.useScreenMenuBar" value="true" /> | |
</resources> | |
<resources> | |
<j2se version="1.5+" /> | |
<jar href="ScrumWorks-client.jar" main="true"/> | |
<jar href="jfreechart-1.0.1.jar" /> | |
<jar href="jcommon-1.0.0.jar" /> | |
<jar href="gnujaxp.jar" /> | |
<jar href="log4j.jar" /> | |
<jar href="poi-3.0-alpha2-20060616.jar" /> | |
<jar href="jcalendar.jar"/> | |
<jar href="TableLayout.jar"/> | |
</resources> | |
<application-desc main-class="com.danube.scrumbag.client.product.ScrumWorks" /> | |
</jnlp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment