~ubuntu-branches/ubuntu/maverick/libcommons-digester-java/maverick

« back to all changes in this revision

Viewing changes to src/test/org/apache/commons/digester/plugins/test5b.xml

  • Committer: Bazaar Package Importer
  • Author(s): Wolfgang Baer
  • Date: 2006-01-15 16:51:19 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060115165119-e7cgj3f6o1fmvlg3
Tags: 1.7-2
* Kaffe compiler transition
* Remove Takashi from uploaders to reflect current maintainership

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
 Copyright 2001-2004 The Apache Software Foundation.
 
3
  
 
4
 Licensed under the Apache License, Version 2.0 (the "License");
 
5
 you may not use this file except in compliance with the License.
 
6
 You may obtain a copy of the License at
 
7
  
 
8
      http://www.apache.org/licenses/LICENSE-2.0
 
9
  
 
10
 Unless required by applicable law or agreed to in writing, software
 
11
 distributed under the License is distributed on an "AS IS" BASIS,
 
12
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
13
 See the License for the specific language governing permissions and
 
14
 limitations under the License.
 
15
-->
 
16
 
 
17
<root>
 
18
  <plugin 
 
19
     id="textlabel2" 
 
20
     class="org.apache.commons.digester.plugins.TextLabel2"
 
21
     ruleclass="org.apache.commons.digester.plugins.TextLabel2RuleInfo"
 
22
     method="addAltRules"/>
 
23
 
 
24
  <widget plugin-id="textlabel2" id="badid">
 
25
    <label>std label</label>
 
26
    <alt-label>alt label</alt-label>
 
27
  </widget>
 
28
</root>