File: geogebra-beta.jnlp

package info (click to toggle)
jsxgraph 0.99.5%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 25,808 kB
  • sloc: xml: 5,869; java: 1,072; python: 710; php: 363; makefile: 159; sh: 47
file content (55 lines) | stat: -rw-r--r-- 2,210 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for GeoGebra WebStart Application -->
<jnlp spec="1.0+" codebase="http://www.geogebra.org/webstart/beta/" href="geogebra-beta.jnlp">
  <information>
    <title>GeoGebra Beta Release</title>
    <vendor>International GeoGebra Institute</vendor>
    <homepage href="http://www.geogebra.org/"/>
    <description>Dynamic Mathematics for Everyone</description>
    <icon href="../geogebra64.gif" width="64" height="64"/>
    <offline-allowed/>
    <shortcut online="true">
      <desktop/>
      <menu submenu="GeoGebra Beta Release"/>
    </shortcut>
    <related-content href="http://www.geogebra.org/">
      <title>www.geogebra.org</title>
      <description>www.geogebra.org</description>
    </related-content>
    <related-content href="http://www.geogebra.org/forum/">
      <title>GeoGebra Forum</title>
      <description>GeoGebra Forum</description>
      <icon href="../forum.gif" width="16" height="16"/>
    </related-content>
    <related-content href="http://www.geogebra.org/en/wiki/">
      <title>GeoGebraWiki (International)</title>
      <description>GeoGebraWiki (International)</description>
      <icon href="../wiki.jpg" width="16" height="16"/>
    </related-content>
    <related-content href="http://www.geogebra.org/de/wiki/">
      <title>GeoGebraWiki (German)</title>
      <description>GeoGebraWiki (German)</description>
      <icon href="../wiki.jpg" width="16" height="16"/>
    </related-content>
  </information>
  <information locale="de">
    <description>Dynamische Mathematik für Alle</description>
    <offline-allowed/>
  </information>
  <security>
    <all-permissions/>
  </security>
	<update check="timeout" policy="always"/>
  <resources>
    <j2se version="1.5.0+" max-heap-size="512m" href="http://java.sun.com/products/autodl/j2se"/>
    <jar href="geogebra.jar" main="true"/>
    <jar href="geogebra_main.jar"/>
    <jar href="geogebra_gui.jar"/>
    <jar href="geogebra_properties.jar"/>
    <jar href="geogebra_export.jar"/>    
    <jar href="geogebra_cas.jar"/>
    <jar href="geogebra_javascript.jar"/>   
  </resources>
  <application-desc main-class="geogebra.GeoGebra">
  </application-desc>
</jnlp>