Skip to content

Commit

Permalink
Merge pull request sonatype#2 from taylorleese/9be2ad00e6fd4a9de16ee6…
Browse files Browse the repository at this point in the history
…ed4ef35a89d62cffdc

fixed prj-liftbased example
  • Loading branch information
davidB committed May 15, 2012
2 parents fb5b006 + 9be2ad0 commit cf118c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/prj-liftbased/pom.xml
Expand Up @@ -12,7 +12,7 @@
<name>toto01 Project</name>
<inceptionYear>2010</inceptionYear>
<properties>
<scala.version>2.8.0.RC6</scala.version>
<scala.version>2.8.0</scala.version>
<!-- Common plugin settings -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
Expand Down
@@ -0,0 +1,10 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Lift Example</title>
</head>
<body>
<lift:bind name="content" />
<lift:Menu.builder />
<lift:msgs/>
</body>
</html>

0 comments on commit cf118c9

Please sign in to comment.