Author: bentmann
Date: Thu May 15 10:50:11 2008
New Revision: 656758
URL: http://svn.apache.org/viewvc?rev=656758&view=rev
Log:
o Set svn:eol-style=native
Modified:
maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT (contents,
props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/pom.xml (contents, props
changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataLoader.java
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataLoaderBeanInfo.java
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataNode.java
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataObject.java
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptHyperlinkProvider.java
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptUptodateStatusProvider.java
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/nbm/module.xml
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/AptResolver.xml
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/AptTemplate.apt
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/Bundle.properties
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/apt/Bundle.properties
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/apt/CodeTemplates.xml
(props changed)
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/layer.xml
(props changed)
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/httpbean.mdo
(contents, props changed)
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/linkcheck.mdo
(contents, props changed)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
(contents, props changed)
Modified: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT?rev=656758&r1=656757&r2=656758&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT (original)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT Thu May 15
10:50:11 2008
@@ -1,30 +1,30 @@
-Eclipse plugin for Apache Maven Doxia
-
-Required Prerequisites:
-* Eclipse SDK Platform (http://download.eclipse.org/eclipse/downloads/)
-* Web Tools Platform (http://download.eclipse.org/webtools/downloads/)
- - EMF
- - EMF XSD
- - GEF
- - DTP
- - WTP Tool Developers
-* doxia-converter
(https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-converter)
- - Need to build it
- - Put apache-doxia-1.0-SNAPSHOT-jar-with-dependencies.jar in
./plugins/org.apache.maven.doxia.ide.eclipse.common.ui/lib - unneeded since
r650510
-* needs Java 5 to build since Eclipse uses Java 5
-* M2_HOME needs to be set - unneeded since r651102
-
-Known Limitations:
-* Needs to bump to WSTP M6 due to:
- - https://bugs.eclipse.org/bugs/show_bug.cgi?id=212330
- - https://bugs.eclipse.org/bugs/show_bug.cgi?id=224040
-
-TODO:
-* mavenize the plugins - done in r650510
-* Add more PatternRule for text plugin (Apt, confluence, twiki) - done in
r650506, r650503, r650502
-* Review editor colors - done in r650501
-* add more actions like add list, comment/uncomment in Apt...
-
-References:
-* DOXIA-233: Create an Eclipse plugin to edit Doxia files
+Eclipse plugin for Apache Maven Doxia
+
+Required Prerequisites:
+* Eclipse SDK Platform (http://download.eclipse.org/eclipse/downloads/)
+* Web Tools Platform (http://download.eclipse.org/webtools/downloads/)
+ - EMF
+ - EMF XSD
+ - GEF
+ - DTP
+ - WTP Tool Developers
+* doxia-converter
(https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-converter)
+ - Need to build it
+ - Put apache-doxia-1.0-SNAPSHOT-jar-with-dependencies.jar in
./plugins/org.apache.maven.doxia.ide.eclipse.common.ui/lib - unneeded since
r650510
+* needs Java 5 to build since Eclipse uses Java 5
+* M2_HOME needs to be set - unneeded since r651102
+
+Known Limitations:
+* Needs to bump to WSTP M6 due to:
+ - https://bugs.eclipse.org/bugs/show_bug.cgi?id=212330
+ - https://bugs.eclipse.org/bugs/show_bug.cgi?id=224040
+
+TODO:
+* mavenize the plugins - done in r650510
+* Add more PatternRule for text plugin (Apt, confluence, twiki) - done in
r650506, r650503, r650502
+* Review editor colors - done in r650501
+* add more actions like add list, comment/uncomment in Apt...
+
+References:
+* DOXIA-233: Create an Eclipse plugin to edit Doxia files
* DOXIA-228: Create a new tool to handle module conversion
\ No newline at end of file
Propchange: maven/doxia/doxia-tools/trunk/doxia-ide/eclipse/README.TXT
------------------------------------------------------------------------------
svn:eol-style = native
Modified: maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/pom.xml?rev=656758&r1=656757&r2=656758&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/pom.xml Thu May 15
10:50:11 2008
@@ -1,94 +1,94 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.doxia.ide</groupId>
- <artifactId>netbeans</artifactId>
- <packaging>nbm</packaging>
- <version>1.0-SNAPSHOT</version>
- <name>Doxia Editing integration for NetBeans</name>
-
- <repositories>
- <!-- this is a remote repository hosting the netbeans api artifacts.
- the versions of the artifacts are netbeans IDE release based, eg.
RELEASE41, RELEASE50.
- You might want to use your own repository. To create one, use the
nbm:populate-repository goal.
- -->
- <repository>
- <id>netbeans</id>
- <name>repository hosting netbeans.org api artifacts</name>
- <url>http://deadlock.netbeans.org/maven2</url>
- </repository>
- </repositories>
-
- <dependencies>
- <dependency>
- <groupId>org.netbeans.api</groupId>
- <artifactId>org-openide-util</artifactId>
- <version>RELEASE60</version>
- </dependency>
- <dependency>
- <groupId>org.netbeans.api</groupId>
- <artifactId>org-openide-filesystems</artifactId>
- <version>RELEASE60</version>
- </dependency>
- <dependency>
- <groupId>org.netbeans.api</groupId>
- <artifactId>org-openide-loaders</artifactId>
- <version>RELEASE60</version>
- </dependency>
- <dependency>
- <groupId>org.netbeans.api</groupId>
- <artifactId>org-openide-nodes</artifactId>
- <version>RELEASE60</version>
- </dependency>
- <dependency>
- <groupId>org.netbeans.api</groupId>
- <artifactId>org-openide-text</artifactId>
- <version>RELEASE60</version>
- </dependency>
- <dependency>
- <groupId>org.netbeans.api</groupId>
- <artifactId>org-openide-windows</artifactId>
- <version>RELEASE60</version>
- </dependency>
- <dependency>
- <groupId>org.netbeans.api</groupId>
- <artifactId>org-netbeans-modules-editor-lib</artifactId>
- <version>RELEASE60</version>
- </dependency>
- <!--dependency>
- <groupId>org.netbeans.modules</groupId>
- <artifactId>org-netbeans-spi-editor-hints</artifactId>
- <version>RELEASE60</version>
- </dependency-->
-
- <dependency>
- <groupId>org.netbeans.api</groupId>
-
<artifactId>org-netbeans-modules-editor-errorstripe-api</artifactId>
- <version>RELEASE60</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>nbm-maven-plugin</artifactId>
- <version>2.6.2</version>
- <extensions>true</extensions>
- <configuration>
- <descriptor>src/main/nbm/module.xml</descriptor>
- </configuration>
- </plugin>
-
- <!-- netbeans modules in 5.5+ are 1.5 compatible -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.maven.doxia.ide</groupId>
+ <artifactId>netbeans</artifactId>
+ <packaging>nbm</packaging>
+ <version>1.0-SNAPSHOT</version>
+ <name>Doxia Editing integration for NetBeans</name>
+
+ <repositories>
+ <!-- this is a remote repository hosting the netbeans api artifacts.
+ the versions of the artifacts are netbeans IDE release based, eg.
RELEASE41, RELEASE50.
+ You might want to use your own repository. To create one, use the
nbm:populate-repository goal.
+ -->
+ <repository>
+ <id>netbeans</id>
+ <name>repository hosting netbeans.org api artifacts</name>
+ <url>http://deadlock.netbeans.org/maven2</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+ <artifactId>org-openide-util</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+ <artifactId>org-openide-filesystems</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+ <artifactId>org-openide-loaders</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+ <artifactId>org-openide-nodes</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+ <artifactId>org-openide-text</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+ <artifactId>org-openide-windows</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+ <artifactId>org-netbeans-modules-editor-lib</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ <!--dependency>
+ <groupId>org.netbeans.modules</groupId>
+ <artifactId>org-netbeans-spi-editor-hints</artifactId>
+ <version>RELEASE60</version>
+ </dependency-->
+
+ <dependency>
+ <groupId>org.netbeans.api</groupId>
+
<artifactId>org-netbeans-modules-editor-errorstripe-api</artifactId>
+ <version>RELEASE60</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>nbm-maven-plugin</artifactId>
+ <version>2.6.2</version>
+ <extensions>true</extensions>
+ <configuration>
+ <descriptor>src/main/nbm/module.xml</descriptor>
+ </configuration>
+ </plugin>
+
+ <!-- netbeans modules in 5.5+ are 1.5 compatible -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Propchange: maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataLoader.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataLoaderBeanInfo.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataNode.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptDataObject.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptHyperlinkProvider.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/java/org/apache/maven/doxia/ide/netbeans/apt/AptUptodateStatusProvider.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/nbm/module.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/AptResolver.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/AptTemplate.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/Bundle.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/apt/Bundle.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/apt/CodeTemplates.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/doxia/doxia-tools/trunk/doxia-ide/netbeans/src/main/resources/org/apache/maven/doxia/ide/netbeans/layer.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/httpbean.mdo
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/httpbean.mdo?rev=656758&r1=656757&r2=656758&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/httpbean.mdo
(original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/httpbean.mdo Thu
May 15 10:50:11 2008
@@ -1,140 +1,140 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<model>
- <id>http</id>
- <name>HttpBean</name>
- <description>Bean for supported HTTP parameters.</description>
- <defaults>
- <default>
- <key>package</key>
- <value>org.apache.maven.doxia.linkcheck</value>
- </default>
- </defaults>
- <classes>
- <class>
- <name>HttpBean</name>
- <description><![CDATA[
- Http bean to encapsulate the supported HTTP parameters.
-
- @see org.apache.commons.httpclient.HttpMethod
- ]]></description>
- <version>1.0.0</version>
- <fields>
- <field>
- <name>method</name>
- <description><![CDATA[
- The HTTP method to use. Currently supported are "GET" and "HEAD".
- <dl>
- <dt>HTTP GET</dt>
- <dd>
- The HTTP GET method is defined in section 9.3 of
- <a HREF="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
- <blockquote>
- The GET method means retrieve whatever information (in the form of an
- entity) is identified by the Request-URI.
- </blockquote>
- </dd>
- <dt>HTTP HEAD</dt>
- <dd>
- The HTTP HEAD method is defined in section 9.4 of
- <a HREF="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
- <blockquote>
- The HEAD method is identical to GET except that the server MUST NOT
- return a message-body in the response.
- </blockquote>
- </dd>
- </dl>
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>String</type>
- <defaultValue>head</defaultValue>
- </field>
- <field>
- <name>followRedirects</name>
- <description><![CDATA[
- if the HTTP method should automatically follow HTTP redirects
- (status code 302, etc.), <tt>false</tt> otherwise.
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>boolean</type>
- </field>
- <field>
- <name>proxyHost</name>
- <description><![CDATA[
- The proxy host.
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>String</type>
- </field>
- <field>
- <name>proxyPort</name>
- <description><![CDATA[
- The proxy port.
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>int</type>
- <defaultValue>0</defaultValue>
- </field>
- <field>
- <name>proxyUser</name>
- <description><![CDATA[
- The proxy user.
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>String</type>
- </field>
- <field>
- <name>proxyPassword</name>
- <description><![CDATA[
- The proxy password.
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>String</type>
- </field>
- <field>
- <name>proxyNtlmHost</name>
- <description><![CDATA[
- The proxy NTLM (NT Lan Manager) host.
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>String</type>
- </field>
- <field>
- <name>proxyNtlmDomain</name>
- <description><![CDATA[
- The proxy NTLM (NT Lan Manager) domain.
- ]]></description>
- <version>1.0.0</version>
- <identifier>true</identifier>
- <type>String</type>
- </field>
- </fields>
- </class>
- </classes>
-</model>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<model>
+ <id>http</id>
+ <name>HttpBean</name>
+ <description>Bean for supported HTTP parameters.</description>
+ <defaults>
+ <default>
+ <key>package</key>
+ <value>org.apache.maven.doxia.linkcheck</value>
+ </default>
+ </defaults>
+ <classes>
+ <class>
+ <name>HttpBean</name>
+ <description><![CDATA[
+ Http bean to encapsulate the supported HTTP parameters.
+
+ @see org.apache.commons.httpclient.HttpMethod
+ ]]></description>
+ <version>1.0.0</version>
+ <fields>
+ <field>
+ <name>method</name>
+ <description><![CDATA[
+ The HTTP method to use. Currently supported are "GET" and "HEAD".
+ <dl>
+ <dt>HTTP GET</dt>
+ <dd>
+ The HTTP GET method is defined in section 9.3 of
+ <a HREF="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
+ <blockquote>
+ The GET method means retrieve whatever information (in the form of an
+ entity) is identified by the Request-URI.
+ </blockquote>
+ </dd>
+ <dt>HTTP HEAD</dt>
+ <dd>
+ The HTTP HEAD method is defined in section 9.4 of
+ <a HREF="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
+ <blockquote>
+ The HEAD method is identical to GET except that the server MUST NOT
+ return a message-body in the response.
+ </blockquote>
+ </dd>
+ </dl>
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>String</type>
+ <defaultValue>head</defaultValue>
+ </field>
+ <field>
+ <name>followRedirects</name>
+ <description><![CDATA[
+ if the HTTP method should automatically follow HTTP redirects
+ (status code 302, etc.), <tt>false</tt> otherwise.
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>boolean</type>
+ </field>
+ <field>
+ <name>proxyHost</name>
+ <description><![CDATA[
+ The proxy host.
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>String</type>
+ </field>
+ <field>
+ <name>proxyPort</name>
+ <description><![CDATA[
+ The proxy port.
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>int</type>
+ <defaultValue>0</defaultValue>
+ </field>
+ <field>
+ <name>proxyUser</name>
+ <description><![CDATA[
+ The proxy user.
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>String</type>
+ </field>
+ <field>
+ <name>proxyPassword</name>
+ <description><![CDATA[
+ The proxy password.
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>String</type>
+ </field>
+ <field>
+ <name>proxyNtlmHost</name>
+ <description><![CDATA[
+ The proxy NTLM (NT Lan Manager) host.
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>String</type>
+ </field>
+ <field>
+ <name>proxyNtlmDomain</name>
+ <description><![CDATA[
+ The proxy NTLM (NT Lan Manager) domain.
+ ]]></description>
+ <version>1.0.0</version>
+ <identifier>true</identifier>
+ <type>String</type>
+ </field>
+ </fields>
+ </class>
+ </classes>
+</model>
Propchange:
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/httpbean.mdo
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/linkcheck.mdo
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/linkcheck.mdo?rev=656758&r1=656757&r2=656758&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/linkcheck.mdo
(original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/linkcheck.mdo
Thu May 15 10:50:11 2008
@@ -1,274 +1,274 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<model>
- <id>linkcheck</id>
- <name>LinkcheckModel</name>
- <description>Model for the linkcheck report.</description>
- <defaults>
- <default>
- <key>package</key>
- <value>org.apache.maven.doxia.linkcheck.model</value>
- </default>
- </defaults>
- <classes>
- <class rootElement="true" xml.tagName="linkcheck">
- <name>LinkcheckModel</name>
- <description><![CDATA[
- The <code><linkcheck></code> element is the root of the
linkcheck descriptor.
- ]]></description>
- <version>1.0.0</version>
- <fields>
- <field xml.listStyle="flat">
- <name>files</name>
- <description><![CDATA[
- List of <code><file></code> elements.
- ]]></description>
- <version>1.0.0</version>
- <association>
- <type>LinkcheckFile</type>
- <multiplicity>*</multiplicity>
- </association>
- <identifier>true</identifier>
- </field>
- </fields>
- </class>
- <class>
- <name>LinkcheckFile</name>
- <description><![CDATA[
- The <code><file></code> to be checked.
- ]]></description>
- <version>1.0.0</version>
- <fields>
- <field>
- <name>absolutePath</name>
- <version>1.0.0</version>
- <description><![CDATA[
- The file to check as String Object.
- ]]></description>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field>
- <name>relativePath</name>
- <version>1.0.0</version>
- <description><![CDATA[
- The relative path of the file.
- ]]></description>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field>
- <name>successful</name>
- <version>1.0.0</version>
- <description><![CDATA[
- The number of successful links in this file.
- ]]></description>
- <type>int</type>
- <identifier>true</identifier>
- <defaultValue>-1</defaultValue>
- </field>
- <field>
- <name>unsuccessful</name>
- <version>1.0.0</version>
- <description><![CDATA[
- The number of unsuccessful links in this file.
- ]]></description>
- <type>int</type>
- <identifier>true</identifier>
- <defaultValue>-1</defaultValue>
- </field>
- <field>
- <name>results</name>
- <version>1.0.0</version>
- <description><![CDATA[
- All error details in this file.
- ]]></description>
- <association>
- <type>LinkcheckFileResult</type>
- <multiplicity>*</multiplicity>
- </association>
- <identifier>true</identifier>
- </field>
- </fields>
- <codeSegments>
- <codeSegment>
- <version>1.0.0</version>
- <code>
- <![CDATA[
- /**
- * Get the number of links for this file depending the level wanted.
- *
- * [EMAIL PROTECTED] LinkcheckFileResult#ERROR_LEVEL}
- * [EMAIL PROTECTED] LinkcheckFileResult#UNKNOWN_LEVEL}
- * [EMAIL PROTECTED] LinkcheckFileResult#VALID_LEVEL}
- * [EMAIL PROTECTED] LinkcheckFileResult#WARNING_LEVEL}
- *
- * @param level the restricted level
- * @return the number of links for the restrict level, -1 if the level is
not a valid one
- * or no results was found.
- * @throws UnsupportedOperationException if the level is unsupported.
- */
- public int getNumberOfLinks( int level )
- {
- if ( results == null )
- {
- return -1;
- }
-
- if ( !( level == LinkcheckFileResult.ERROR_LEVEL || level ==
LinkcheckFileResult.WARNING_LEVEL
- || level == LinkcheckFileResult.VALID_LEVEL || level ==
LinkcheckFileResult.UNKNOWN_LEVEL ) )
- {
- throw new UnsupportedOperationException( "This level [" + level +
"] is unsupported." );
- }
-
- int number = 0;
- for ( java.util.Iterator it = results.iterator(); it.hasNext(); )
- {
- LinkcheckFileResult linkcheckFileResult = (LinkcheckFileResult)
it.next();
-
- if ( linkcheckFileResult.getStatusLevel() == level )
- {
- number++;
- }
- }
-
- return number;
- }
-
- /**
- * Get the number of links for this file.
- *
- * @param level
- * @return
- */
- public int getNumberOfLinks()
- {
- if ( results == null )
- {
- return -1;
- }
-
- return results.size();
- }
- ]]>
- </code>
- </codeSegment>
- </codeSegments>
- </class>
- <class>
- <name>LinkcheckFileResult</name>
- <description><![CDATA[
- An class containing the results of a single check of a link.
- ]]></description>
- <version>1.0.0</version>
- <fields>
- <field>
- <name>target</name>
- <description><![CDATA[
- The target URL.
- ]]></description>
- <version>1.0.0</version>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field>
- <name>status</name>
- <description><![CDATA[
- The status.
- ]]></description>
- <version>1.0.0</version>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field>
- <name>errorMessage</name>
- <description><![CDATA[
- The error message.
- ]]></description>
- <version>1.0.0</version>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- </fields>
- <codeSegments>
- <codeSegment>
- <version>1.0.0</version>
- <code>
- <![CDATA[
- /** The vm line separator. */
- private static final String EOL = System.getProperty( "line.separator" );
-
- /** Validation result level: error. */
- public static final int ERROR_LEVEL = 1;
-
- /** Validation result level: warning. */
- public static final int WARNING_LEVEL = 2;
-
- /** Validation result level: valid. */
- public static final int VALID_LEVEL = 3;
-
- /** Validation result level: unknown. */
- public static final int UNKNOWN_LEVEL = 4;
-
- /** Validation result: error. */
- public static final String ERROR = "error";
-
- /** Validation result: warning. */
- public static final String WARNING = "warning";
-
- /** Validation result: valid. */
- public static final String VALID = "valid";
-
- /** Validation result: unknown. */
- public static final String UNKNOWN = "unknown";
-
- /**
- * Returns the status as an integer.
- *
- * @return One of ERROR, WARNING, VALID or UNKNOWN.
- */
- public int getStatusLevel()
- {
- int level = UNKNOWN_LEVEL;
-
- if ( VALID.equals( getStatus() ) )
- {
- level = VALID_LEVEL;
- }
- else if ( WARNING.equals( getStatus() ) )
- {
- level = WARNING_LEVEL;
- }
- else if ( ERROR.equals( getStatus() ) )
- {
- level = ERROR_LEVEL;
- }
-
- return level;
- }
- ]]>
- </code>
- </codeSegment>
- </codeSegments>
- </class>
- </classes>
-</model>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<model>
+ <id>linkcheck</id>
+ <name>LinkcheckModel</name>
+ <description>Model for the linkcheck report.</description>
+ <defaults>
+ <default>
+ <key>package</key>
+ <value>org.apache.maven.doxia.linkcheck.model</value>
+ </default>
+ </defaults>
+ <classes>
+ <class rootElement="true" xml.tagName="linkcheck">
+ <name>LinkcheckModel</name>
+ <description><![CDATA[
+ The <code><linkcheck></code> element is the root of the
linkcheck descriptor.
+ ]]></description>
+ <version>1.0.0</version>
+ <fields>
+ <field xml.listStyle="flat">
+ <name>files</name>
+ <description><![CDATA[
+ List of <code><file></code> elements.
+ ]]></description>
+ <version>1.0.0</version>
+ <association>
+ <type>LinkcheckFile</type>
+ <multiplicity>*</multiplicity>
+ </association>
+ <identifier>true</identifier>
+ </field>
+ </fields>
+ </class>
+ <class>
+ <name>LinkcheckFile</name>
+ <description><![CDATA[
+ The <code><file></code> to be checked.
+ ]]></description>
+ <version>1.0.0</version>
+ <fields>
+ <field>
+ <name>absolutePath</name>
+ <version>1.0.0</version>
+ <description><![CDATA[
+ The file to check as String Object.
+ ]]></description>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field>
+ <name>relativePath</name>
+ <version>1.0.0</version>
+ <description><![CDATA[
+ The relative path of the file.
+ ]]></description>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field>
+ <name>successful</name>
+ <version>1.0.0</version>
+ <description><![CDATA[
+ The number of successful links in this file.
+ ]]></description>
+ <type>int</type>
+ <identifier>true</identifier>
+ <defaultValue>-1</defaultValue>
+ </field>
+ <field>
+ <name>unsuccessful</name>
+ <version>1.0.0</version>
+ <description><![CDATA[
+ The number of unsuccessful links in this file.
+ ]]></description>
+ <type>int</type>
+ <identifier>true</identifier>
+ <defaultValue>-1</defaultValue>
+ </field>
+ <field>
+ <name>results</name>
+ <version>1.0.0</version>
+ <description><![CDATA[
+ All error details in this file.
+ ]]></description>
+ <association>
+ <type>LinkcheckFileResult</type>
+ <multiplicity>*</multiplicity>
+ </association>
+ <identifier>true</identifier>
+ </field>
+ </fields>
+ <codeSegments>
+ <codeSegment>
+ <version>1.0.0</version>
+ <code>
+ <![CDATA[
+ /**
+ * Get the number of links for this file depending the level wanted.
+ *
+ * [EMAIL PROTECTED] LinkcheckFileResult#ERROR_LEVEL}
+ * [EMAIL PROTECTED] LinkcheckFileResult#UNKNOWN_LEVEL}
+ * [EMAIL PROTECTED] LinkcheckFileResult#VALID_LEVEL}
+ * [EMAIL PROTECTED] LinkcheckFileResult#WARNING_LEVEL}
+ *
+ * @param level the restricted level
+ * @return the number of links for the restrict level, -1 if the level is
not a valid one
+ * or no results was found.
+ * @throws UnsupportedOperationException if the level is unsupported.
+ */
+ public int getNumberOfLinks( int level )
+ {
+ if ( results == null )
+ {
+ return -1;
+ }
+
+ if ( !( level == LinkcheckFileResult.ERROR_LEVEL || level ==
LinkcheckFileResult.WARNING_LEVEL
+ || level == LinkcheckFileResult.VALID_LEVEL || level ==
LinkcheckFileResult.UNKNOWN_LEVEL ) )
+ {
+ throw new UnsupportedOperationException( "This level [" + level +
"] is unsupported." );
+ }
+
+ int number = 0;
+ for ( java.util.Iterator it = results.iterator(); it.hasNext(); )
+ {
+ LinkcheckFileResult linkcheckFileResult = (LinkcheckFileResult)
it.next();
+
+ if ( linkcheckFileResult.getStatusLevel() == level )
+ {
+ number++;
+ }
+ }
+
+ return number;
+ }
+
+ /**
+ * Get the number of links for this file.
+ *
+ * @param level
+ * @return
+ */
+ public int getNumberOfLinks()
+ {
+ if ( results == null )
+ {
+ return -1;
+ }
+
+ return results.size();
+ }
+ ]]>
+ </code>
+ </codeSegment>
+ </codeSegments>
+ </class>
+ <class>
+ <name>LinkcheckFileResult</name>
+ <description><![CDATA[
+ An class containing the results of a single check of a link.
+ ]]></description>
+ <version>1.0.0</version>
+ <fields>
+ <field>
+ <name>target</name>
+ <description><![CDATA[
+ The target URL.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field>
+ <name>status</name>
+ <description><![CDATA[
+ The status.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field>
+ <name>errorMessage</name>
+ <description><![CDATA[
+ The error message.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ </fields>
+ <codeSegments>
+ <codeSegment>
+ <version>1.0.0</version>
+ <code>
+ <![CDATA[
+ /** The vm line separator. */
+ private static final String EOL = System.getProperty( "line.separator" );
+
+ /** Validation result level: error. */
+ public static final int ERROR_LEVEL = 1;
+
+ /** Validation result level: warning. */
+ public static final int WARNING_LEVEL = 2;
+
+ /** Validation result level: valid. */
+ public static final int VALID_LEVEL = 3;
+
+ /** Validation result level: unknown. */
+ public static final int UNKNOWN_LEVEL = 4;
+
+ /** Validation result: error. */
+ public static final String ERROR = "error";
+
+ /** Validation result: warning. */
+ public static final String WARNING = "warning";
+
+ /** Validation result: valid. */
+ public static final String VALID = "valid";
+
+ /** Validation result: unknown. */
+ public static final String UNKNOWN = "unknown";
+
+ /**
+ * Returns the status as an integer.
+ *
+ * @return One of ERROR, WARNING, VALID or UNKNOWN.
+ */
+ public int getStatusLevel()
+ {
+ int level = UNKNOWN_LEVEL;
+
+ if ( VALID.equals( getStatus() ) )
+ {
+ level = VALID_LEVEL;
+ }
+ else if ( WARNING.equals( getStatus() ) )
+ {
+ level = WARNING_LEVEL;
+ }
+ else if ( ERROR.equals( getStatus() ) )
+ {
+ level = ERROR_LEVEL;
+ }
+
+ return level;
+ }
+ ]]>
+ </code>
+ </codeSegment>
+ </codeSegments>
+ </class>
+ </classes>
+</model>
Propchange:
maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/main/mdo/linkcheck.mdo
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo?rev=656758&r1=656757&r2=656758&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
Thu May 15 10:50:11 2008
@@ -1,157 +1,157 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-<model xsd.namespace="http://maven.apache.org/FML/1.0.0"
xsd.target-namespace="http://maven.apache.org/FML/1.0.0">
- <id>fml</id>
- <name>Fml</name>
- <description><![CDATA[
- <p>This is a reference for the FML (FAQ Markup Language) descriptor used
in Maven Doxia.</p>
- <p>An XSD is available at:</p>
- <ul>
- <li><a
href="http://maven.apache.org/xsd/fml-1.0.0.xsd">http://maven.apache.org/xsd/fml-1.0.0.xsd</a>
for Doxia 1.0.</li>
- </ul>
- ]]></description>
- <defaults>
- <default>
- <key>package</key>
- <value>org.apache.maven.doxia.module.fml.model</value>
- </default>
- </defaults>
- <classes>
- <class rootElement="true" xml.tagName="faqs" xsd.compositor="sequence">
- <name>Faqs</name>
- <description><![CDATA[
- The <code><faqs></code> element is the root of the FML
descriptor.
- The following table lists all of the possible child elements.
- ]]></description>
- <version>1.0.0</version>
- <fields>
- <field xml.attribute="true">
- <name>title</name>
- <description><![CDATA[
- The title name of this FAQ.
- ]]></description>
- <version>1.0.0</version>
- <type>String</type>
- <defaultValue>FAQ</defaultValue>
- <identifier>true</identifier>
- </field>
- <field xml.attribute="true">
- <name>toplink</name>
- <description><![CDATA[
- Boolean to generate optionally [top] links.
- ]]></description>
- <version>1.0.0</version>
- <type>boolean</type>
- <defaultValue>true</defaultValue>
- <identifier>true</identifier>
- </field>
- <field xml.listStyle="flat">
- <name>parts</name>
- <description><![CDATA[
- List of FAQ part.
- ]]></description>
- <version>1.0.0</version>
- <association>
- <type>Part</type>
- <multiplicity>*</multiplicity>
- </association>
- <identifier>true</identifier>
- </field>
- </fields>
- </class>
- <class xsd.compositor="sequence">
- <name>Part</name>
- <description><![CDATA[
- FAQ part.
- ]]></description>
- <version>1.0.0</version>
- <fields>
- <field xml.attribute="true">
- <name>id</name>
- <version>1.0.0</version>
- <description><![CDATA[
- The identifier of the part.
- ]]></description>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field>
- <name>title</name>
- <version>1.0.0</version>
- <description><![CDATA[
- The title of the FAQ part.
- ]]></description>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field xml.listStyle="flat">
- <name>faqs</name>
- <description><![CDATA[
- A list of FAQ.
- ]]></description>
- <version>1.0.0</version>
- <association>
- <type>Faq</type>
- <multiplicity>*</multiplicity>
- </association>
- <identifier>true</identifier>
- </field>
- </fields>
- </class>
- <class xsd.compositor="sequence">
- <name>Faq</name>
- <description><![CDATA[
- A Faq.
- ]]></description>
- <version>1.0.0</version>
- <fields>
- <field xml.attribute="true">
- <name>id</name>
- <description><![CDATA[
- The FAQ identifier.
- ]]></description>
- <version>1.0.0</version>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field>
- <name>question</name>
- <description><![CDATA[
- The question.
- ]]></description>
- <version>1.0.0</version>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- <field>
- <name>answer</name>
- <description><![CDATA[
- The answer.
- ]]></description>
- <version>1.0.0</version>
- <type>String</type>
- <identifier>true</identifier>
- </field>
- </fields>
- </class>
- </classes>
-</model>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<model xsd.namespace="http://maven.apache.org/FML/1.0.0"
xsd.target-namespace="http://maven.apache.org/FML/1.0.0">
+ <id>fml</id>
+ <name>Fml</name>
+ <description><![CDATA[
+ <p>This is a reference for the FML (FAQ Markup Language) descriptor used
in Maven Doxia.</p>
+ <p>An XSD is available at:</p>
+ <ul>
+ <li><a
href="http://maven.apache.org/xsd/fml-1.0.0.xsd">http://maven.apache.org/xsd/fml-1.0.0.xsd</a>
for Doxia 1.0.</li>
+ </ul>
+ ]]></description>
+ <defaults>
+ <default>
+ <key>package</key>
+ <value>org.apache.maven.doxia.module.fml.model</value>
+ </default>
+ </defaults>
+ <classes>
+ <class rootElement="true" xml.tagName="faqs" xsd.compositor="sequence">
+ <name>Faqs</name>
+ <description><![CDATA[
+ The <code><faqs></code> element is the root of the FML
descriptor.
+ The following table lists all of the possible child elements.
+ ]]></description>
+ <version>1.0.0</version>
+ <fields>
+ <field xml.attribute="true">
+ <name>title</name>
+ <description><![CDATA[
+ The title name of this FAQ.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <defaultValue>FAQ</defaultValue>
+ <identifier>true</identifier>
+ </field>
+ <field xml.attribute="true">
+ <name>toplink</name>
+ <description><![CDATA[
+ Boolean to generate optionally [top] links.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>boolean</type>
+ <defaultValue>true</defaultValue>
+ <identifier>true</identifier>
+ </field>
+ <field xml.listStyle="flat">
+ <name>parts</name>
+ <description><![CDATA[
+ List of FAQ part.
+ ]]></description>
+ <version>1.0.0</version>
+ <association>
+ <type>Part</type>
+ <multiplicity>*</multiplicity>
+ </association>
+ <identifier>true</identifier>
+ </field>
+ </fields>
+ </class>
+ <class xsd.compositor="sequence">
+ <name>Part</name>
+ <description><![CDATA[
+ FAQ part.
+ ]]></description>
+ <version>1.0.0</version>
+ <fields>
+ <field xml.attribute="true">
+ <name>id</name>
+ <version>1.0.0</version>
+ <description><![CDATA[
+ The identifier of the part.
+ ]]></description>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field>
+ <name>title</name>
+ <version>1.0.0</version>
+ <description><![CDATA[
+ The title of the FAQ part.
+ ]]></description>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field xml.listStyle="flat">
+ <name>faqs</name>
+ <description><![CDATA[
+ A list of FAQ.
+ ]]></description>
+ <version>1.0.0</version>
+ <association>
+ <type>Faq</type>
+ <multiplicity>*</multiplicity>
+ </association>
+ <identifier>true</identifier>
+ </field>
+ </fields>
+ </class>
+ <class xsd.compositor="sequence">
+ <name>Faq</name>
+ <description><![CDATA[
+ A Faq.
+ ]]></description>
+ <version>1.0.0</version>
+ <fields>
+ <field xml.attribute="true">
+ <name>id</name>
+ <description><![CDATA[
+ The FAQ identifier.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field>
+ <name>question</name>
+ <description><![CDATA[
+ The question.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ <field>
+ <name>answer</name>
+ <description><![CDATA[
+ The answer.
+ ]]></description>
+ <version>1.0.0</version>
+ <type>String</type>
+ <identifier>true</identifier>
+ </field>
+ </fields>
+ </class>
+ </classes>
+</model>
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/main/mdo/fml.mdo
------------------------------------------------------------------------------
svn:eol-style = native