From: dion g. <dio...@us...> - 2004-07-31 13:29:35
|
diongillard 04/07/31 06:29:29 Modified: . project.properties Log: Common property for plugins to use the taliored announcement template. Maybe we need a new directory for shared plugin stuff like this file, project.properties and plugin-project.xml Revision Changes Path 1.8 +4 -1 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.properties 13 Jul 2004 06:29:13 -0000 1.7 +++ project.properties 31 Jul 2004 13:29:28 -0000 1.8 @@ -20,4 +20,7 @@ maven.ui.banner.background=white # Add distribution URL for later xdoc releases -maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins \ No newline at end of file +maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/maven/maven-plugins/plugins + +# announcement plugin template +maven.announcement.stylesheet.path=${basedir}/../announcement.jsl \ No newline at end of file |