Author: lindner
Date: Mon Apr 19 09:55:51 2010
New Revision: 935506
URL: http://svn.apache.org/viewvc?rev=935506&view=rev
Log:
content refactor - simplify web.xml
Removed:
shindig/trunk/java/server/src/main/webapp/WEB-INF/web.full.xml
shindig/trunk/java/server/src/main/webapp/WEB-INF/web.gadgets.xml
shindig/trunk/java/server/src/main/webapp/WEB-INF/web.social.xml
Modified:
shindig/trunk/java/server/pom.xml
shindig/trunk/pom.xml
Modified: shindig/trunk/java/server/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/server/pom.xml?rev=935506&r1=935505&r2=935506&view=diff
==============================================================================
--- shindig/trunk/java/server/pom.xml (original)
+++ shindig/trunk/java/server/pom.xml Mon Apr 19 09:55:51 2010
@@ -38,10 +38,6 @@
<url>http://svn.apache.org/viewvc/shindig/trunk/java/server</url>
</scm>
- <properties>
- <runType>full</runType>
- </properties>
-
<build>
<plugins>
<plugin>
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=935506&r1=935505&r2=935506&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Apr 19 09:55:51 2010
@@ -437,9 +437,6 @@
<profile>
<id>run</id>
- <properties>
- <runType>full</runType>
- </properties>
<dependencies>
<!-- project dependencies -->
<dependency>
@@ -485,7 +482,6 @@
<tempDirectory>${basedir}/java/server/target/work</tempDirectory>
<webApp>${basedir}/java/server/target/shindig-server-${pom.version}.war</webApp>
<contextPath>/</contextPath>
-
<webXml>${basedir}/java/server/target/shindig-server-${pom.version}/WEB-INF/web.${runType}.xml</webXml>
</configuration>
</plugin>
</plugins>