Skip to content

Commit

Permalink
Bug fix: WAR file is TS1218.war, not TS1812.war
Browse files Browse the repository at this point in the history
  • Loading branch information
uschor committed Mar 2, 2019
1 parent addd854 commit b80801c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TS1218/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<property name="views.src" value="${conf.src}/views"/>

<!-- ********************* Derived Properties ************************* -->
<property name="app.name" value="TS1812"/>
<property name="app.name" value="TS1218"/>
<property name="build.app" value="${build.dir}/${app.name}"/>
<property name="dist.app" value="${dist.dir}/${app.name}.war"/>

Expand All @@ -26,7 +26,7 @@
<property name="tomcat.username" value="ts"/>
<property name="tomcat.password" value="Tanhuma2019"/>
<property name="webapp.name" value="ts-staging"/>
<property name="webapp.name.prod" value="TS1812"/>
<property name="webapp.name.prod" value="TS1218"/>

<!-- ********************** Destination Preparation ********************* -->

Expand Down

0 comments on commit b80801c

Please sign in to comment.