Skip to content

Commit

Permalink
revert een paar aanpassingen van 8eb2535 om integratiestest te herste…
Browse files Browse the repository at this point in the history
…llen (#702)
  • Loading branch information
mprins committed Nov 4, 2019
1 parent e271a22 commit 10a3624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion brmo-commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>./lib/</classpathPrefix>
<classpathPrefix>../lib/</classpathPrefix>
<mainClass>nl.b3p.brmo.commandline.Main</mainClass>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import java.util.Comparator;
import java.util.List;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.stream.Stream;
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;
Expand Down Expand Up @@ -103,7 +101,7 @@ private static Options buildOptions() {
Option.builder("e").desc("Maak van berichten uit staging gezipte xml-files in de opgegeven directory. Dit zijn alleen BRK mutaties van GDS2 processen.")
.longOpt("exportgds").hasArg().numberOfArgs(1).type(File.class).argName("output-directory").build(),
//
Option.builder("al").desc("Controleer of de berichtin in de opgegeven afgiftelijst in de staging staan.")
Option.builder("al").desc("Controleer of de berichten in de opgegeven afgiftelijst in de staging staan.")
.longOpt("afgiftelijst").hasArg().numberOfArgs(2).type(File.class).argName("afgiftelijst> <uitvoerbestand").build()

});
Expand Down

0 comments on commit 10a3624

Please sign in to comment.