Skip to content

Commit bca1253

Browse files
committed
Revert "Root" root element
1 parent 172af90 commit bca1253

File tree

1 file changed

+12
-12
lines changed
  • modello-maven-plugin/src/it/javadoc/src/main/mdo

1 file changed

+12
-12
lines changed

modello-maven-plugin/src/it/javadoc/src/main/mdo/model.mdo

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
1010
language governing permissions and limitations under the License. -->
1111

1212
<model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0"
@@ -30,7 +30,7 @@
3030

3131
<classes>
3232
<class rootElement="true">
33-
<name>TestRoot</name>
33+
<name>Root</name>
3434
<version>1.0.0+</version>
3535
<fields>
3636
<field>
@@ -75,12 +75,12 @@
7575
<interface>Interface</interface>
7676
</interfaces>
7777
</class>
78-
78+
7979
<class locationTracker="locations" java.clone="shallow">
8080
<name>Location</name>
8181
<version>1.0.0+</version>
8282
</class>
83-
83+
8484
<class sourceTracker="source">
8585
<name>Source</name>
8686
<version>1.0.0+</version>

0 commit comments

Comments
 (0)