Skip to content

Commit

Permalink
Rename standard helloworld lift quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Jun 19, 2012
1 parent c2b9b28 commit 1fa9712
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
standard-lift: Standard HelloWorld Lift Example
=================================================
standard-helloworld-lift: Standard HelloWorld Lift Example
==========================================================
Author: Galder Zamarreño

What is it?
Expand All @@ -26,4 +26,4 @@ To deploy the application to Escalante using Maven, start the Escalante and type

mvn package jboss-as:deploy

The application is deployed to <http://localhost:8080/escalante-standard-lift>.
The application is deployed to <http://localhost:8080/standard-helloworld-lift>.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<modelVersion>4.0.0</modelVersion>
<groupId>io.escalante.quickstarts</groupId>
<artifactId>escalante-standard-lift</artifactId>
<artifactId>standard-helloworld-lift</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Escalante Quickstarts: Standard HelloWorld Lift</name>
Expand Down

0 comments on commit 1fa9712

Please sign in to comment.