jvanzyl     02/03/13 22:40:00

  Modified:    .        project.xml
  Log:
  Almost having the build working with Fulcrum. The only issue left is
  dealing with the very strange way our security service generates
  itself. The generated code must be laid down over top of the existing
  code in order for the compile to work.
  
  Maven currently doesn't copy the sources to be compiled into a
  'holding cell' so either maven is going to have to deal with copying
  all the sources into a 'holding cell' or something else will have
  to be figured out here. I'll think about it tomorrow.
  
  Revision  Changes    Path
  1.2       +12 -1     jakarta-turbine-fulcrum/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       11 Mar 2002 15:51:57 -0000      1.1
  +++ project.xml       14 Mar 2002 06:40:00 -0000      1.2
  @@ -105,6 +105,13 @@
       </dependency>
   
       <dependency>
  +      <name>jaf</name>
  +      <type>required</type>
  +      <version>1.0.1</version>
  +      <jar>activation-1.0.1.jar</jar>
  +    </dependency>
  +
  +    <dependency>
         <name>jakarta-regexp</name>
         <type>required</type>
         <version>1.3-dev</version>
  @@ -200,7 +207,11 @@
     <build>
           
       <sourceDirectories>
  -      <sourceDirectory>src/java</sourceDirectory>
  +      <sourceDirectory>src/core</sourceDirectory>
  +      <sourceDirectory>src/services</sourceDirectory>
  +      <sourceDirectory>src/util</sourceDirectory>
  +      <!-- This is created after the "om" target is run -->
  +      <sourceDirectory>target/src</sourceDirectory>
       </sourceDirectories>  
   
       <testSourceDirectories>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to