forked from hpcc-systems/hpcc4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPCC4J-583 Update filespray and dfuxref clients to 9.6.x
- Updates filespray wsdl2java maven profile Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
- Loading branch information
Showing
128 changed files
with
92,335 additions
and
80,640 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,28 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "java", | ||
"name": "Launch with Arguments Prompt", | ||
"request": "launch", | ||
"mainClass": "", | ||
"args": "${command:SpecifyProgramArgs}" | ||
}, | ||
{ | ||
"type": "java", | ||
"name": "Launch Current File", | ||
"request": "launch", | ||
"mainClass": "${file}" | ||
}, | ||
{ | ||
"type": "java", | ||
"name": "Launch RDF2HPCC", | ||
"request": "launch", | ||
"mainClass": "org.hpccsystems.rdf.rdf2hpcc.RDF2HPCC", | ||
"projectName": "rdf2hpcc" | ||
} | ||
] | ||
} |
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.