jvanzyl     2004/03/10 12:45:24

  Modified:    maven-model build.sh
  Log:
  o modello can now generate xpp3 marshallers and unmarshallers based on
    a model so we are generating those now too.
  
  Revision  Changes    Path
  1.2       +4 -0      maven-components/maven-model/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  8 Mar 2004 01:31:18 -0000       1.1
  +++ build.sh  10 Mar 2004 20:45:24 -0000      1.2
  @@ -3,6 +3,9 @@
   # Generate the sources from the model
   modello --model=maven.mdo --mode=java --dir=src/main/java
   
  +# Generate the source for the xpp3 marshaller and unmarshaller
  +modello --model=maven.mdo --mode=xpp3 --dir=src/main/java
  +
   # Build the sources
   mboot
   
  @@ -11,3 +14,4 @@
   
   # Generate XDoc
   modello --model=maven.mdo --mode=xdoc --dir=.
  +
  
  
  

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

Reply via email to