Add collection notation to reportSets.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@712619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2008-11-10 07:05:45 +00:00
parent 4256e417b9
commit 9929e8101d
1 changed files with 10 additions and 10 deletions

View File

@ -1144,18 +1144,18 @@ public class ProjectUri
public static class ReportSets
{
public static String xUri =
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets";
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets#collection";
public static class ReportSet
{
public static String xUri =
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets/reportSet";
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets#collection/reportSet";
public static String id =
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets/reportSet/id";
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets#collection/reportSet/id";
public static String configuration =
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets/reportSet/configuration";
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets#collection/reportSet/configuration";
public static String inherited =
"http://apache.org/maven/project/profiles#collection/profile/reporting/plugins/plugin/reportSets/reportSet/inherited";
@ -1511,24 +1511,24 @@ public class ProjectUri
public static class ReportSets
{
public static String xUri =
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets";
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets#collection";
public static class ReportSet
{
public static String xUri =
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets/reportSet";
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets#collection/reportSet";
public static String id =
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets/reportSet/id";
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets#collection/reportSet/id";
public static String configuration =
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets/reportSet/configuration";
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets#collection/reportSet/configuration";
public static String inherited =
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets/reportSet/inherited";
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets#collection/reportSet/inherited";
public static String reports =
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets/reportSet/reports";
"http://apache.org/maven/project/reporting/plugins#collection/plugin/reportSets#collection/reportSet/reports";
}
}
}