[mozzes] r30 committed - Fixed Vaadin example for Linux hosts.

0 views
Skip to first unread message

moz...@googlecode.com

unread,
Mar 5, 2010, 10:01:11 AM3/5/10
to mozzes-d...@googlegroups.com
Revision: 30
Author: perica.milosevic
Date: Fri Mar 5 06:00:34 2010
Log: Fixed Vaadin example for Linux hosts.
http://code.google.com/p/mozzes/source/detail?r=30

Modified:

/trunk/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleVaadin/pom.xml

=======================================
---
/trunk/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleVaadin/pom.xml
Sat Feb 27 09:02:30 2010
+++
/trunk/mozzesApplication/mozzesApplicationExample/mozzesApplicationExampleVaadin/pom.xml
Fri Mar 5 06:00:34 2010
@@ -31,7 +31,7 @@
<plugins>
<!--
A simple Jetty test server at
- http://localhost:8080/mozzesClientAppClientVaadin can be launched
+ http://localhost:8080/example can be launched
with the Maven goal jetty:run and stopped with jetty:stop
-->
<plugin>
@@ -46,18 +46,10 @@
automatic redeployment
-->
<scanIntervalSeconds>0</scanIntervalSeconds>
- <!-- make sure Jetty also finds the widgetset -->
<webAppConfig>
<contextPath>/example</contextPath>
<baseResource
implementation="org.mortbay.resource.ResourceCollection">
- <!--
- Workaround for Maven/Jetty issue
- http://jira.codehaus.org/browse/JETTY-680
- -->
-
<resources>src/main/webapp,${project.build.directory}/${project.build.finalName}</resources>
- <!--

<resourcesAsCSV>src/main/webapp,${project.build.directory}/${project.build.finalName}</resourcesAsCSV>
- -->
</baseResource>
</webAppConfig>
</configuration>

Reply all
Reply to author
Forward
0 new messages