Author: tchemit Date: 2010-04-16 12:47:28 +0200 (Fri, 16 Apr 2010) New Revision: 1753 Log: use apt doc (avoid cyclic when wants to release jrst and maven-license-plugin) Removed: trunk/src/site/rst/ Modified: trunk/pom.xml trunk/src/license/project.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-15 19:00:41 UTC (rev 1752) +++ trunk/pom.xml 2010-04-16 10:47:28 UTC (rev 1753) @@ -332,6 +332,8 @@ <properties> + <siteSourcesType>apt</siteSourcesType> + <processor.version>1.0.2</processor.version> <!-- version of project license descriptor model --> @@ -403,7 +405,7 @@ </plugins> - <pluginManagement> + <!--pluginManagement> <plugins> <plugin> @@ -424,7 +426,7 @@ </plugin> </plugins> - </pluginManagement> + </pluginManagement--> </build> Modified: trunk/src/license/project.xml =================================================================== --- trunk/src/license/project.xml 2010-04-15 19:00:41 UTC (rev 1752) +++ trunk/src/license/project.xml 2010-04-16 10:47:28 UTC (rev 1753) @@ -48,10 +48,10 @@ </header> <header> - <commentStyle>rst</commentStyle> + <commentStyle>apt</commentStyle> <fileSet> <basedir>src/site</basedir> - <include>**/*.rst</include> + <include>**/*.apt</include> </fileSet> </header>
participants (1)
-
tchemit@users.nuiton.org