You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2013/07/25 16:26:19 UTC

svn commit: r1506984 - in /roller/trunk: app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml docs/roller-install-guide.odt

Author: gmazza
Date: Thu Jul 25 14:26:19 2013
New Revision: 1506984

URL: http://svn.apache.org/r1506984
Log:
Modifications added to allow JBoss users to store their roller-custom.properties file *outside* of the WAR following: https://community.jboss.org/wiki/HowToPutAnExternalFileInTheClasspath

Added:
    roller/trunk/app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
Modified:
    roller/trunk/docs/roller-install-guide.odt

Added: roller/trunk/app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml?rev=1506984&view=auto
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml (added)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml Thu Jul 25 14:26:19 2013
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-deployment-structure>
+  <deployment>
+    <dependencies>
+      <module name="org.apache.roller.configuration"/>
+    </dependencies>
+  </deployment>
+</jboss-deployment-structure>
+

Modified: roller/trunk/docs/roller-install-guide.odt
URL: http://svn.apache.org/viewvc/roller/trunk/docs/roller-install-guide.odt?rev=1506984&r1=1506983&r2=1506984&view=diff
==============================================================================
Binary files - no diff available.