Skip to content

Commit 964fce3

Browse files
committed
doc updates
1 parent 99fe778 commit 964fce3

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

doc/readme.creole

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<<toc /x____x>>
44

55

6-
Version 0.4.* and later require Gradle 1.0-milestone-6 or later.
6+
Versions 0.6.* and later require Gradle 1.2 or later.
7+
Versions 0.4.* and later require Gradle 1.0-milestone-6 or later.
78

89
**IMPORTANT:** Users who are upgrading Gradle or upgrading JavaPropFile should
910
read the file ##upgrade.txt## in the ##doc## subdirectory.
@@ -311,7 +312,7 @@ filter { String line -> output one line }
311312
# known as 'behaviorRefPrefixes'.
312313
}}}
313314

314-
=== Sequene of Assignmentts and References
315+
=== Sequence of Assignments and References
315316
In all cases, sequence is consistent and understandable.
316317
According to Java's property file rules, it is useless to assign to a
317318
single property twice in a single properties file. We therefore prohibit

doc/readme.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1 id="jcsect_JavapropfileGradlePlugin"><span class="jcreole_hbody"> JavaPropFi
259259
<li><a href="#jcsect_Definitions">Definitions</a></li>
260260
<li><a href="#jcsect_ImportantKeyValueDelimiter">IMPORTANT! Key/Value Delimiter</a></li>
261261
<li><a href="#jcsect_ReferenceSyntax">Reference Syntax</a></li>
262-
<li><a href="#jcsect_SequeneOfAssignmenttsAndReferences">Sequene of Assignmentts and References</a></li>
262+
<li><a href="#jcsect_SequenceOfAssignmentsAndReferences">Sequence of Assignments and References</a></li>
263263
<li><a href="#jcsect_Escaping">Escaping</a></li>
264264
<li><a href="#jcsect_ProvidedPublicMethods">Provided Public Methods:</a><ul>
265265
<ul>
@@ -295,7 +295,8 @@ <h1 id="jcsect_JavapropfileGradlePlugin"><span class="jcreole_hbody"> JavaPropFi
295295

296296

297297

298-
<p>Version 0.4.* and later require Gradle 1.0-milestone-6 or later.</p>
298+
<p>Versions 0.6.* and later require Gradle 1.2 or later.</p>
299+
<p>Versions 0.4.* and later require Gradle 1.0-milestone-6 or later.</p>
299300

300301
<p><strong>IMPORTANT:</strong> Users who are upgrading Gradle or upgrading JavaPropFile should
301302
read the file <tt>upgrade.txt</tt> in the <tt>doc</tt> subdirectory.</p>
@@ -596,7 +597,7 @@ <h3 id="jcsect_ReferenceSyntax"><span class="jcreole_hbody"> Reference Syntax</s
596597
# known as 'behaviorRefPrefixes'.
597598
</pre>
598599

599-
<h3 id="jcsect_SequeneOfAssignmenttsAndReferences"><span class="jcreole_hbody"> Sequene of Assignmentts and References</span></h3>
600+
<h3 id="jcsect_SequenceOfAssignmentsAndReferences"><span class="jcreole_hbody"> Sequence of Assignments and References</span></h3>
600601
<p> In all cases, sequence is consistent and understandable.
601602
According to Java's property file rules, it is useless to assign to a
602603
single property twice in a single properties file. We therefore prohibit

doc/upgrade.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Important information for users upgrading JavaPropFile
22

33
GOTCHAS
44

5+
* Version 0.6.* and later require Gradle 1.2 or later.
56
* Version 0.4.* and later require Gradle 1.0-milestone-6 or later.
67
(This is due to compatibility-killing Groovy upgrade in Gradle).
78
* If you upgrade gradle to milestone-6, completely wipe out your Gradle
@@ -12,6 +13,8 @@ GOTCHAS
1213
Recent functional changes. The new features are all documented in the file
1314
"README.txt" in the project root directory.
1415

16+
Now works with JSE 1.5 (in addition to 1.6+)
17+
1518
BehaviorRefPrefixes allow for property-specific unset-property behaviors.
1619

1720
}-escaping

0 commit comments

Comments
 (0)