You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2011/04/19 11:32:45 UTC

svn commit: r1094969 - /geronimo/samples/trunk/samples/osgi/showmethemoney/showmethemoney-web/src/main/webapp/WEB-INF/geronimo-web.xml

Author: rwonly
Date: Tue Apr 19 09:32:45 2011
New Revision: 1094969

URL: http://svn.apache.org/viewvc?rev=1094969&view=rev
Log:
GERONIMO-5899 osgi sample "showmethemoney" 's running failure

Modified:
    geronimo/samples/trunk/samples/osgi/showmethemoney/showmethemoney-web/src/main/webapp/WEB-INF/geronimo-web.xml

Modified: geronimo/samples/trunk/samples/osgi/showmethemoney/showmethemoney-web/src/main/webapp/WEB-INF/geronimo-web.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/osgi/showmethemoney/showmethemoney-web/src/main/webapp/WEB-INF/geronimo-web.xml?rev=1094969&r1=1094968&r2=1094969&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/osgi/showmethemoney/showmethemoney-web/src/main/webapp/WEB-INF/geronimo-web.xml (original)
+++ geronimo/samples/trunk/samples/osgi/showmethemoney/showmethemoney-web/src/main/webapp/WEB-INF/geronimo-web.xml Tue Apr 19 09:32:45 2011
@@ -31,6 +31,7 @@ under the License.
       <sys:type>car</sys:type>
     </sys:moduleId>
     <sys:dependencies/>
+    <sys:import-package>org.apache.geronimo.samples.osgi.showmethemoney.api</sys:import-package>
     <sys:hidden-classes/>
     <sys:non-overridable-classes/>
   </sys:environment>