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

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


Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/plugins/ejb-jar/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** maven.xml   20 Nov 2002 00:43:06 -0000      1.7
--- maven.xml   22 Nov 2002 21:29:27 -0000      1.8
***************
*** 20,46 ****
        srcpackage="xdoclet.plugins.ejbJar.ejbJar_2_1"
      />
- 
-     <property name="fooh" refid="maven.compile.src.set"/>
- 
- <echo>${fooh}</echo>
    </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>
--- 20,24 ----

Index: project.properties
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/plugins/ejb-jar/project.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** project.properties  19 Nov 2002 22:08:45 -0000      1.5
--- project.properties  22 Nov 2002 21:29:27 -0000      1.6
***************
*** 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/ejb-jar/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** project.xml 22 Nov 2002 20:36:34 -0000      1.9
--- project.xml 22 Nov 2002 21:29:27 -0000      1.10
***************
*** 141,144 ****
--- 141,145 ----
        <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