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
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://www.bluecove.org/bluecove-examples/bluecove-tester"
href="awt-bctest-1.2.3.jnlp">
<information>
<title>bluecove-tester 1.2.3</title>
<vendor>BlueCove; Vlad Skarzhevskyy</vendor>
<homepage href="http://www.bluecove.org/"/>
<description>bluecove-tester</description>
<description kind="short">bluecove-tester with BlueCove 1.2.3</description>
<icon href="icon.png"/>
<offline-allowed/>
</information>

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

<resources>
<j2se version="1.1+"/>
<jar href="bluecove-1.2.3-signed.jar"/>
<jar href="bluecove-tester-signed.jar" main="true"/>
</resources>

<application-desc main-class="net.sf.bluecove.awt.Main">
</application-desc>

</jnlp>

Change log

r2616 by skarzhevskyy on Dec 18, 2008   Diff
create one jar with all the classes
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
r1325 by skarzhevskyy on Dec 5, 2007   Diff
bluecove.org
r590 by skarzhevskyy on Jun 29, 2007   Diff
build using CC
All revisions of this file

File info

Size: 868 bytes, 30 lines
Powered by Google Project Hosting