Update of /cvsroot/xdoclet/xdoclet2/plugins/xmlFacade
In directory sc8-pr-cvs1:/tmp/cvs-serv31948/plugins/xmlFacade

Modified Files:
        maven.xml project.properties project.xml 
Log Message:
-Simplifying build scripts


Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/plugins/xmlFacade/maven.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** maven.xml   19 Nov 2002 23:10:46 -0000      1.1.1.1
--- maven.xml   22 Nov 2002 21:29:27 -0000      1.2
***************
*** 6,9 ****
--- 6,12 ----
           xmlns:castor="castor">
  
+   <!--
+   Generates some test data for our tests.
+   -->
    <preGoal name="test:compile">
  
***************
*** 26,47 ****
  
    </preGoal>
- 
-   <postGoal name="java:compile">
-     <attainGoal name="xdoclet:plugin-xml"/>
-   </postGoal>
- 
-   <goal name="xdoclet:plugin-xml">
-     <!-- TODO We should run XDoclet here to generate xdoclet-plugin.xml -->    
-     <!-- Or maybe use XRAI or Jon Tirsen's nannings.sf.net -->
- 
-     <!-- For now, let's just keep the xdoclet-plugin.xml in CVS and copy it -->
-     <!-- Under all circumstances we have to copy the jaxb.properties -->
-     <!--copy todir="${maven.build.dest}">
-       <fileset dir="${pom.build.SourceDirectory}">
-         <include name="**/*.xml"/>
-         <include name="**/*.properties"/>
-       </fileset>
-     </copy-->
-   </goal>
  
  </project>
--- 29,32 ----

Index: project.properties
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/plugins/xmlFacade/project.properties,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** project.properties  19 Nov 2002 23:10:46 -0000      1.1.1.1
--- project.properties  22 Nov 2002 21:29:27 -0000      1.2
***************
*** 1 ****
--- 1,2 ----
  
maven.repo.remote=file:${basedir}/../../lib,http://www.ibiblio.org/maven,http://xdoclet.sf.net/maven-repo
+ maven.jarResources.basedir=${pom.build.SourceDirectory}

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/plugins/xmlFacade/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** project.xml 22 Nov 2002 20:36:35 -0000      1.2
--- project.xml 22 Nov 2002 21:29:27 -0000      1.3
***************
*** 106,109 ****
--- 106,110 ----
        <includes>
          <include>**/*.vm</include>
+         <include>**/*.xml</include>
        </includes>
      </resources>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to