dain        2004/04/03 17:20:10

  Modified:    modules/core maven.xml project.xml
  Log:

  More deployment code.
  The base structure is in, and now we just need to expand it.
  Also fixed a bunch of serialization errors.
  
  Revision  Changes    Path
  1.3       +4 -4      openejb/modules/core/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 1 Apr 2004 22:36:51 -0000       1.2
  +++ maven.xml 3 Apr 2004 22:20:10 -0000       1.3
  @@ -7,9 +7,9 @@
       xmlns:ant="jelly:ant"
       xmlns:xmlbeans="geronimo:xmlbeans">
   
  -    <preGoal name="xdoc:jelly-transform">
  -        <attainGoal name="html2xdoc"/>
  -    </preGoal>
  +<!--    <preGoal name="xdoc:jelly-transform">-->
  +<!--        <attainGoal name="html2xdoc"/>-->
  +<!--    </preGoal>-->
   
       <preGoal name="java:compile">
           <xmlbeans:schema2java
  
  
  
  1.9       +13 -1     openejb/modules/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/modules/core/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       1 Apr 2004 22:36:51 -0000       1.8
  +++ project.xml       3 Apr 2004 22:20:10 -0000       1.9
  @@ -120,6 +120,12 @@
           </dependency>
   
           <dependency>
  +            <groupId>geronimo</groupId>
  +            <artifactId>geronimo-system</artifactId>
  +            <version>DEV</version>
  +        </dependency>
  +
  +        <dependency>
               <groupId>geronimo-spec</groupId>
               <artifactId>geronimo-spec-j2ee-deployment</artifactId>
               <version>DEV</version>
  @@ -308,6 +314,12 @@
                       <include>*.properties</include>
                   </includes>
               </resource>
  +            <resource>
  +                <directory>${basedir}/target/xmlbeans</directory>
  +                <includes>
  +                    <include>schema/**</include>
  +                </includes>
  +            </resource>
           </resources>
           <unitTest>
               <includes>
  
  
  

Reply via email to