-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Sebastian Bär <[email protected]>
- Loading branch information
1 parent
bf0b66d
commit 159a20e
Showing
54 changed files
with
1,832 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Add a new third-party plugin | ||
about: Update OFT documentation to include a new third-party plugin | ||
|
||
--- | ||
|
||
## Plugin Details | ||
|
||
* Name: | ||
* Description: | ||
* Web page: | ||
* Source code repository: | ||
* Plugin type (importer, exporter or reporter): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "java", | ||
"name": "Run Self-Trace", | ||
"request": "launch", | ||
"mainClass": "org.itsallcode.openfasttrace.core.cli.CliStarter", | ||
"projectName": "openfasttrace", | ||
"args": [ | ||
"trace", | ||
"--log-level", | ||
"INFO", | ||
"${workspaceFolder}/doc/spec", | ||
"${workspaceFolder}/importer/lightweightmarkup/src", | ||
"${workspaceFolder}/importer/markdown/src", | ||
"${workspaceFolder}/importer/restructuredtext/src", | ||
"${workspaceFolder}/importer/specobject/src", | ||
"${workspaceFolder}/importer/zip/src", | ||
"${workspaceFolder}/importer/tag/src", | ||
"${workspaceFolder}/core/src/main", | ||
"${workspaceFolder}/core/src/test/java", | ||
"${workspaceFolder}/reporter/plaintext/src", | ||
"${workspaceFolder}/reporter/html/src", | ||
"${workspaceFolder}/reporter/aspec/src", | ||
"${workspaceFolder}/product/src/test/java", | ||
"${workspaceFolder}/api/src", | ||
"${workspaceFolder}/exporter/specobject/src", | ||
"${workspaceFolder}/exporter/common/src", | ||
"${workspaceFolder}/testutil/src" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.