allow ref to default xml config from wiki snippet, got lost in the tidying up of the config

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1021484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-10-11 19:49:21 +00:00
parent a5135f175d
commit 7e8d90eb5d
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- START SNIPPET: example -->
<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.apache.org/schema/core"
@ -133,3 +134,4 @@
<import resource="jetty.xml"/>
</beans>
<!-- END SNIPPET: example -->