My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://www.bluecove.org/bluecove-examples/obex-install"
href="push.jnlp">
<information>
<title>obex-install</title>
<vendor>BlueCove; Vlad Skarzhevskyy</vendor>
<homepage href="www.bluecove.org/"/>
<description>OBEX push J2ME application installer</description>
<description kind="short">BlueCove OBEX Push J2ME application installer</description>
<icon href="icon.png"/>
<offline-allowed/>
</information>

<security>
<all-permissions/>
</security>
<update check="always"/>

<resources>
<j2se version="1.4+"/>
<jar href="bluecove-obex-install-mini.jar"/>
<!--property name="bluecove.debug" value="true" /-->
</resources>

<application-desc main-class="net.sf.bluecove.obex.Main">
<!--jadRewrite-->
</application-desc>

</jnlp>

Change log

r2555 by skarzhevskyy on Dec 10, 2008   Diff
fixed webstart
Go to: 
Project members, sign in to write a code review

Older revisions

r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r1616 by skarzhevskyy on Jan 19, 2008   Diff
commented bluecove.debug
r1325 by skarzhevskyy on Dec 5, 2007   Diff
bluecove.org
All revisions of this file

File info

Size: 901 bytes, 31 lines
Powered by Google Project Hosting