|
1 | | -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
2 | | - license agreements. See the NOTICE file distributed with this work for additional |
3 | | - information regarding copyright ownership. The ASF licenses this file to |
4 | | - you under the Apache License, Version 2.0 (the "License"); you may not use |
5 | | - this file except in compliance with the License. You may obtain a copy of |
6 | | - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
7 | | - by applicable law or agreed to in writing, software distributed under the |
8 | | - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
9 | | - OF ANY KIND, either express or implied. See the License for the specific |
| 1 | +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
| 2 | + license agreements. See the NOTICE file distributed with this work for additional |
| 3 | + information regarding copyright ownership. The ASF licenses this file to |
| 4 | + you under the Apache License, Version 2.0 (the "License"); you may not use |
| 5 | + this file except in compliance with the License. You may obtain a copy of |
| 6 | + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
| 7 | + by applicable law or agreed to in writing, software distributed under the |
| 8 | + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
| 9 | + OF ANY KIND, either express or implied. See the License for the specific |
10 | 10 | language governing permissions and limitations under the License. --> |
11 | 11 |
|
12 | 12 | <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0" |
|
30 | 30 |
|
31 | 31 | <classes> |
32 | 32 | <class rootElement="true"> |
33 | | - <name>TestRoot</name> |
| 33 | + <name>Root</name> |
34 | 34 | <version>1.0.0+</version> |
35 | 35 | <fields> |
36 | 36 | <field> |
|
75 | 75 | <interface>Interface</interface> |
76 | 76 | </interfaces> |
77 | 77 | </class> |
78 | | - |
| 78 | + |
79 | 79 | <class locationTracker="locations" java.clone="shallow"> |
80 | 80 | <name>Location</name> |
81 | 81 | <version>1.0.0+</version> |
82 | 82 | </class> |
83 | | - |
| 83 | + |
84 | 84 | <class sourceTracker="source"> |
85 | 85 | <name>Source</name> |
86 | 86 | <version>1.0.0+</version> |
|
0 commit comments