brett 2004/04/03 19:55:48
Modified: faq maven.xml project.xml
Log:
remove use of target, replace with properties
Revision Changes Path
1.3 +2 -2 maven-plugins/faq/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven-plugins/faq/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 4 Mar 2004 18:05:31 -0000 1.2
+++ maven.xml 4 Apr 2004 03:55:48 -0000 1.3
@@ -18,8 +18,8 @@
<project default="plugin:install">
<postGoal name="xdoc:copy-resources">
- <copy todir="${basedir}/target/docs">
- <fileset dir="${basedir}/xdocs">
+ <copy todir="${maven.docs.dest}">
+ <fileset dir="${maven.docs.src}">
<include name="**/*.fml"/>
</fileset>
</copy>
1.26 +1 -1 maven-plugins/faq/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/faq/project.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- project.xml 10 Mar 2004 11:30:43 -0000 1.25
+++ project.xml 4 Apr 2004 03:55:48 -0000 1.26
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-faq-plugin</id>
<name>Maven FAQ Plug-in</name>
- <currentVersion>1.2</currentVersion>
+ <currentVersion>1.3-SNAPSHOT</currentVersion>
<!-- Gump integration -->
<gumpRepositoryId>jakarta</gumpRepositoryId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]