Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from NASA-PDS/rename-commands-fix
Browse files Browse the repository at this point in the history
Update assembly .xml files for renamed commands
  • Loading branch information
jordanpadams authored Oct 27, 2023
2 parents b56aa47 + a82cea9 commit 7f59a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/assembly/tar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<directory>src/main/resources/bin</directory>
<outputDirectory>bin</outputDirectory>
<includes>
<include>catalog</include>
<include>catalog-legacy</include>
</includes>
<fileMode>755</fileMode>
<lineEnding>unix</lineEnding>
Expand Down
4 changes: 2 additions & 2 deletions src/main/assembly/zip-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<directory>src/main/resources/bin</directory>
<outputDirectory>bin</outputDirectory>
<includes>
<include>catalog</include>
<include>catalog.bat</include>
<include>catalog-legacy</include>
<include>catalog-legacy.bat</include>
</includes>
<fileMode>755</fileMode>
<lineEnding>keep</lineEnding>
Expand Down

0 comments on commit 7f59a3c

Please sign in to comment.