Skip to content

Commit 39a83fd

Browse files
committed
10.2.0
2 parents aac3903 + 15cc01a commit 39a83fd

16 files changed

Lines changed: 29 additions & 22 deletions

File tree

base.properties

100755100644
File mode changed.

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<property name="src" location="src"/>
66
<property name="build" location="classes"/>
77
<property name="home" value="."/>
8-
<property name="version" value="10.1.0"/>
8+
<property name="version" value="10.2.0"/>
99

1010
<import file="base.xml"/>
1111

deb/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: javaforce
2-
Version: 10.1.0
2+
Version: 10.2.0
33
Architecture: amd64
44
Maintainer: Peter Quiring <pquiring@jflinux.org>
55
Installed-Size: 290

javaforce.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Buildroot: /.
22
Name: javaforce
3-
Version: 10.1.0
3+
Version: 10.2.0
44
Release: 1
55
Summary: JavaForce Core Library
66
License: LGPL

projects/jfproxy/build.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,27 @@
33
<!-- set global properties for this build -->
44
<property name="app" value="jfproxy"/>
55
<property name="home" location="../.."/>
6-
<property name="version" value="0.2"/>
6+
<property name="version" value="0.3"/>
77

88
<import file="../../base.xml"/>
99

1010
<target name="depjars" description="jar">
11-
<copy file="../../jars/javaforce.jar" todir="."/>
11+
<copy file="${home}/jars/javaforce.jar" todir="."/>
1212
</target>
1313

14-
<target name="jar" description="jar">
14+
<target name="jar" depends="depjars" description="jar">
1515
</target>
1616

17-
<target name="release-bin" depends="" description="create release zip file">
18-
<copy file="../../jars/javaforce.jar" todir="."/>
19-
<zip destfile="jfproxy-${version}.zip">
17+
<target name="release-bin" depends="depjars" description="create release zip file">
18+
<zip destfile="jfproxy-bin-${version}.zip">
2019
<fileset dir=".">
2120
<include name="*.jar"/>
2221
<include name="*.txt"/>
2322
<include name="run.bat"/>
2423
</fileset>
2524
<fileset dir="../.." includes="license.txt"/>
2625
</zip>
27-
<move file="jfproxy-${version}.zip" todir="${home}/release"/>
26+
<move file="jfproxy-bin-${version}.zip" todir="${home}/release"/>
2827
</target>
2928

3029
<!-- sudo ant install -->

projects/jfproxy/deb/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: jfproxy
2-
Version: 0.2
2+
Version: 0.3
33
Architecture: @ARCH@
44
Maintainer: Peter Quiring <pquiring@jflinux.org>
55
Installed-Size: 1

projects/jfproxy/jfproxy.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Buildroot: .
22
Name: jfproxy
3-
Version: 0.2
3+
Version: 0.3
44
Release: 1
55
Summary: Proxy Server
66
License: LGPL

projects/jfproxy/wix32.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" UpgradeCode="{F6420D32-DDFA-42FB-A3A6-20A60EC9BED7}" Version="0.2" Language="1033" Name="jfProxy" Manufacturer="Peter Quiring">
3+
<Product Id="*" UpgradeCode="{F6420D32-DDFA-42FB-A3A6-20A60EC9BED7}" Version="0.3" Language="1033" Name="jfProxy" Manufacturer="Peter Quiring">
44
<Package InstallerVersion="300" Compressed="yes"/>
55
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
66
<UIRef Id="WixUI_Minimal" />

projects/jfproxy/wix64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" UpgradeCode="{F6420D32-DDFA-42FB-A3A6-20A60EC9BED7}" Version="0.2" Language="1033" Name="jfProxy" Manufacturer="Peter Quiring">
3+
<Product Id="*" UpgradeCode="{F6420D32-DDFA-42FB-A3A6-20A60EC9BED7}" Version="0.3" Language="1033" Name="jfProxy" Manufacturer="Peter Quiring">
44
<Package InstallerVersion="300" Compressed="yes" Platform="x64"/>
55
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
66
<UIRef Id="WixUI_Minimal" />

projects/jfvideo/src/down.png

100755100644
File mode changed.

0 commit comments

Comments
 (0)