You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2007/09/12 13:47:07 UTC

svn commit: r574893 - /roller/trunk/apps/planet/nbproject/project.xml

Author: snoopdave
Date: Wed Sep 12 04:47:06 2007
New Revision: 574893

URL: http://svn.apache.org/viewvc?rev=574893&view=rev
Log:
Fix for NB project, <web-inf> no longer needed

Modified:
    roller/trunk/apps/planet/nbproject/project.xml

Modified: roller/trunk/apps/planet/nbproject/project.xml
URL: http://svn.apache.org/viewvc/roller/trunk/apps/planet/nbproject/project.xml?rev=574893&r1=574892&r2=574893&view=diff
==============================================================================
--- roller/trunk/apps/planet/nbproject/project.xml (original)
+++ roller/trunk/apps/planet/nbproject/project.xml Wed Sep 12 04:47:06 2007
@@ -124,7 +124,6 @@
                 <doc-root>web</doc-root>
                 <context-path>/planet</context-path>
                 <j2ee-spec-level>1.5</j2ee-spec-level>
-                <web-inf>web/WEB-INF</web-inf>
             </web-module>
         </web-data>
     </configuration>