Skip to content

Commit a689dff

Browse files
author
Sebastian Bär
authored
Merge pull request #182 from itsallcode/develop
2.0.2
2 parents 7371ef0 + 59f1790 commit a689dff

88 files changed

Lines changed: 1249 additions & 1165 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.settings/org.eclipse.jdt.core.prefs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line
160160
org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=next_line
161161
org.eclipse.jdt.core.formatter.brace_position_for_switch=next_line
162162
org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=next_line
163+
org.eclipse.jdt.core.formatter.comment.align_tags_descriptions_grouped=false
164+
org.eclipse.jdt.core.formatter.comment.align_tags_names_descriptions=false
163165
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false
164166
org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
165167
org.eclipse.jdt.core.formatter.comment.count_line_length_from_starting_position=false

.settings/org.eclipse.jdt.ui.prefs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ cleanup_profile=_ursusminor.de
5959
cleanup_settings_version=2
6060
eclipse.preferences.version=1
6161
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
62-
formatter_profile=_ursusminor.de
63-
formatter_settings_version=13
62+
formatter_profile=_itsallcode style
63+
formatter_settings_version=14
6464
org.eclipse.jdt.ui.ignorelowercasenames=true
6565
org.eclipse.jdt.ui.importorder=java;javax;org;com;
6666
org.eclipse.jdt.ui.ondemandthreshold=4

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ The list below show all build time dependencies in alphabetical order. Note that
104104
| [Apache Maven](https://maven.apache.org/) | Build tool | Apache License 2.0 |
105105
| [Equals Verifier](https://github.com/jqno/equalsverifier) | Automatic contract checker for `equals()` and `hash()` | Apache License 2.0 |
106106
| [Hamcrest Auto Matcher](https://github.com/itsallcode/hamcrest-auto-matcher) | Speed-up for building Hamcrest matchers | GNU General Public License V3 |
107-
| [JUnit](https://junit.org/junit4/index.html) | Unit testing framework | Eclipse Public License 1.0 |
107+
| [JUnit](https://junit.org/junit5) | Unit testing framework | Eclipse Public License 1.0 |
108108
| [Mockito](http://site.mockito.org/) | Mocking framework | MIT License |
109-
| [System rules](https://stefanbirkner.github.io/system-rules/) | JUnit rules for testing `STDOUT`, `STDIN` and `STDERR` | Common Public License 1.0 |
109+
| [JUnit5 System Extensions](https://github.com/itsallcode/junit5-system-extensions) | JUnit extension for testing `System.x` calls | Eclipse Public License 2.0 |
110110
| [Pitest](http://pitest.org/) | Mutation testing | Apache License 2.0 |
111111

112112
### Essential Build Steps
@@ -117,7 +117,7 @@ The list below show all build time dependencies in alphabetical order. Note that
117117

118118
### Using Eclipse
119119

120-
Import as a Maven project using *File > Import... > Maven > Existing Maven Projects*
120+
Import as a Maven project using *"File" → "Import..." → "Maven" → "Existing Maven Projects"*
121121

122122
### Configure Logging
123123

@@ -162,7 +162,7 @@ mvn -DwithHistory org.pitest:pitest-maven:mutationCoverage
162162
```xml
163163
<servers>
164164
<server>
165-
<id>bintray-openfasttrack-maven-repo</id>
165+
<id>itsallcode-maven-repo</id>
166166
<username>[bintray-username]</username>
167167
<password>[bintray-api-key]</password>
168168
</server>
@@ -176,10 +176,10 @@ mvn -DwithHistory org.pitest:pitest-maven:mutationCoverage
176176
```bash
177177
mvn deploy
178178
```
179-
180-
1. Create a [release](https://github.com/itsallcode/openfasttrace/releases) on GitHub.
179+
1. Merge to `master` branch
180+
1. Create a [release](https://github.com/itsallcode/openfasttrace/releases) of the `master` branch on GitHub.
181181
1. Sign in at [bintray.com](https://bintray.com)
182-
1. Go to the [bintray project page](https://bintray.com/itsallcode/itsallcode/openfasttrace)
183-
1. There should be a notice saying "You have 6 unpublished item(s) for this package". Click the "Publish" link. Binaries will be available for download at [jcenter](https://jcenter.bintray.com/org/itsallcode/openfasttrace/)
182+
1. Go to the [Bintray project page](https://bintray.com/itsallcode/itsallcode/openfasttrace)
183+
1. There should be a notice saying "You have 6 unpublished item(s) for this package". Click the "Publish" link. Binaries will be available for download at [JCenter](https://jcenter.bintray.com/org/itsallcode/openfasttrace/)
184184
1. Publish to Maven Central by clicking the "Sync" button at https://bintray.com/itsallcode/itsallcode/openfasttrace#central. After some time the new version will appear at https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/.
185185

doc/images/uml/class/cl_importer_overview.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)