Author: piergiorgiolucidi
Date: 2009-03-03 14:23:14 -0500 (Tue, 03 Mar 2009)
New Revision: 251
Removed:
contrib/wikiPortlet/trunk/WebRoot/
contrib/wikiPortlet/trunk/lib/
contrib/wikiPortlet/trunk/wiki-test/WEB-INF/web.xml
Modified:
contrib/wikiPortlet/trunk/wiki-test/pom.xml
Log:
bugfix: changed webroot directory for wiki-test
Deleted: contrib/wikiPortlet/trunk/wiki-test/WEB-INF/web.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-test/WEB-INF/web.xml 2009-03-03 18:56:10 UTC (rev 250)
+++ contrib/wikiPortlet/trunk/wiki-test/WEB-INF/web.xml 2009-03-03 19:23:14 UTC (rev 251)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<web-app
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
-
-
-
-
-</web-app>
-
Modified: contrib/wikiPortlet/trunk/wiki-test/pom.xml
===================================================================
--- contrib/wikiPortlet/trunk/wiki-test/pom.xml 2009-03-03 18:56:10 UTC (rev 250)
+++ contrib/wikiPortlet/trunk/wiki-test/pom.xml 2009-03-03 19:23:14 UTC (rev 251)
@@ -53,8 +53,8 @@
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
- <webappDirectory>${basedir}</webappDirectory>
- <warSourceDirectory>${basedir}</warSourceDirectory>
+ <webappDirectory>${basedir}/src/web/</webappDirectory>
+ <warSourceDirectory>${basedir}/src/web/</warSourceDirectory>
<warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
<excludes>**/.svn/**</excludes>
<warName>wiki-test</warName>