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
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://localhost:8080/bluecove-webstart"
href="$outputFile">
<information>
<title>MicroEmulator</title>
<vendor>Vlad Skarzhevskyy</vendor>
<homepage href="http://www.microemu.org/"/>
<description>MicroEmulator</description>
<description kind="short">MicroEmulator</description>
<icon href="icon.png"/>
<offline-allowed/>
</information>

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

<resources>
<j2se version="1.4+"/>
<!--property name="bluecove.debug" value="true" /-->
<!--propertyRewrite-->
$dependencies
</resources>

<application-desc main-class="$mainClass">
<argument>--impl</argument>
<argument>com.intel.bluetooth.BlueCoveImpl</argument>
<!--jadRewrite-->
</application-desc>

</jnlp>

Change log

r2546 by skarzhevskyy on Dec 10, 2008   Diff
more webstarts for TCK tests
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
r1955 by skarzhevskyy on Mar 25, 2008   Diff
may enable debug
r161 by skarzhevskyy on Mar 10, 2007   Diff
Fixed access to ServiceRecord in
webstart
All revisions of this file

File info

Size: 913 bytes, 34 lines
Powered by Google Project Hosting