Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25237/maven-xdoclet2-plugin

Modified Files:
        maven.xml project.xml 
Log Message:
Added goal 'dist' which creates full-pack distribuition

Index: maven.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** maven.xml   30 Oct 2004 17:31:50 -0000      1.1
--- maven.xml   28 Apr 2005 11:15:45 -0000      1.2
***************
*** 1,3 ****
  <project default="plugin:plugin">
!   <goal name="main" prereqs="plugin:plugin"/>
  </project>
--- 1,7 ----
  <project default="plugin:plugin">
!     <goal name="main" prereqs="plugin:plugin"/>
! 
!     <goal name="xdoclet:dist-plugin" prereqs="plugin:plugin">
!         <copy file="${maven.build.dir}/${maven.final.name}.jar" 
todir="${basedir}/../target/distribution/plugins"/>
!     </goal>
  </project>

Index: project.xml
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/maven-xdoclet2-plugin/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** project.xml 20 Apr 2005 19:37:03 -0000      1.14
--- project.xml 28 Apr 2005 11:15:45 -0000      1.15
***************
*** 24,38 ****
      </developers>
      <dependencies>
-         <dependency>
-             <groupId>xdoclet-plugins</groupId>
-             <artifactId>xdoclet-plugin-qtags</artifactId>
-             <version>SNAPSHOT</version>
-             <url>http://xdoclet.sf.net/</url>
-         </dependency>
-               
            <dependency>
              <groupId>xdoclet</groupId>
              <artifactId>xdoclet</artifactId>
!             <version>SNAPSHOT</version>
              <url>http://xdoclet.codehaus.org/</url>
          </dependency>
--- 24,31 ----
      </developers>
      <dependencies>
            <dependency>
              <groupId>xdoclet</groupId>
              <artifactId>xdoclet</artifactId>
!             <version>2.0.2</version>
              <url>http://xdoclet.codehaus.org/</url>
          </dependency>
***************
*** 69,73 ****
              <groupId>generama</groupId>
              <artifactId>generama</artifactId>
!             <version>SNAPSHOT</version>
                        <url>http://generama.codehaus.org/</url>
          </dependency>
--- 62,66 ----
              <groupId>generama</groupId>
              <artifactId>generama</artifactId>
!             <version>1.1</version>
                        <url>http://generama.codehaus.org/</url>
          </dependency>



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to