Skip to content

Commit

Permalink
Corretta gestione della URL nei descrittori openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jun 5, 2019
1 parent 2b7c795 commit fb87797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<unzip src="${file}" dest="${file}.tmp" />
<foreach target="filler" param="file">
<fileset dir="${file}.tmp">
<include name="*.yaml" />
<include name="*.html" />
<include name="**/*.yaml" />
<include name="**/*.html" />
</fileset>
</foreach>
<delete file="${file}" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE installer PUBLIC "-//tp23 //DTD Ant Installer Config//EN" "http://antinstaller.sf.net/dtd/antinstall-config-0.8.dtd">
<installer name="GovPay v3.0 Installer" defaultImageResource="/logoSetup.png"
<installer name="GovPay v3.1 Installer" defaultImageResource="/logoSetup.png"
windowIcon="/iconaSetup.png" wide="550:275">

<!-- Se si caricano i loadDefaults non funzionano piu' i cambi di stato per il db -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/setup/prepareSetup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION=3.1.0-SNAPSHOT

mvn -f ../../../../pom.xml -Denv=installer_template clean install
#mvn -f ../../../../pom.xml -Denv=installer_template clean package

# Directory
COPYING_FILE=../../../../COPYING
Expand Down

0 comments on commit fb87797

Please sign in to comment.