Skip to content

Commit 95f9188

Browse files
committed
We'll promise this as 1.0.0.
1 parent 9f3d09e commit 95f9188

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGES.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Gradle and Eclipse RCP
22

3-
### Version 1.0.0 - TBD
3+
### Version 1.0.0 - July 14th 2016
4+
5+
This version tests that you can clone, then run
6+
7+
- `gradlew ide`
8+
- `gradlew assemble.all`
9+
10+
and get a nice IDE on win/mac/linux, and that it will generate launcher artifacts for win/mac/linux.
11+
12+
It has a known bug ([#4](https://github.com/diffplug/gradle_and_eclipse_rcp/issues/4)) regarding the mac launcher when building on mac.

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
stable=none
2-
version=1.0.0.SNAPSHOT
1+
stable=1.0.0
2+
version=1.0.0
33
name=gradle_and_eclipse_rcp
44
group=com.diffplug.talks
55
description=Gradle and Eclipse RCP
66
org=diffplug
77

88
# Build requirements
99
VER_JAVA=1.8
10-
VER_GOOMPH=3.0.1-SNAPSHOT
10+
VER_GOOMPH=3.0.1
1111
VER_BND_PLATFORM=1.4.0
1212

1313
# The version of PDE (and eclipse platform plugins)

0 commit comments

Comments
 (0)