You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/12/19 09:07:31 UTC

[08/11] isis git commit: ISIS-982: changing the names of the generated war files for simpleapp and todoapp.

ISIS-982: changing the names of the generated war files for simpleapp and todoapp.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/eea7e73f
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/eea7e73f
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/eea7e73f

Branch: refs/heads/master
Commit: eea7e73f2dc0a41ad968bf27e43024e5bd17c988
Parents: 2520b00
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Dec 19 07:56:16 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Dec 19 07:56:16 2014 +0000

----------------------------------------------------------------------
 example/application/simpleapp/webapp/pom.xml | 2 +-
 example/application/todoapp/webapp/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/eea7e73f/example/application/simpleapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/webapp/pom.xml b/example/application/simpleapp/webapp/pom.xml
index 0b6ad19..1b9961c 100644
--- a/example/application/simpleapp/webapp/pom.xml
+++ b/example/application/simpleapp/webapp/pom.xml
@@ -78,7 +78,7 @@
             <plugin>
                 <artifactId>maven-war-plugin</artifactId>
                 <configuration>
-                    <warName>simple</warName>
+                    <warName>simpleapp</warName>
                     <archive>
                         <manifest>
                             <addClasspath>false</addClasspath>

http://git-wip-us.apache.org/repos/asf/isis/blob/eea7e73f/example/application/todoapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/todoapp/webapp/pom.xml b/example/application/todoapp/webapp/pom.xml
index 7ea3bac..deba3b7 100644
--- a/example/application/todoapp/webapp/pom.xml
+++ b/example/application/todoapp/webapp/pom.xml
@@ -78,7 +78,7 @@
             <plugin>
                 <artifactId>maven-war-plugin</artifactId>
                 <configuration>
-                    <warName>quickstart</warName>
+                    <warName>todoapp</warName>
                     <archive>
                         <manifest>
                             <addClasspath>false</addClasspath>