jvanzyl     2004/05/26 16:08:31

  Modified:    maven-mboot/src/bash maven.functions pluggy
  Log:
  o need modello in order to generate the jelly bean wrapper code
  o don't nuke the target directory before the build, as we are starting
    to deal with generated code, not sure why I put that there anyway.
  
  Revision  Changes    Path
  1.38      +1 -1      maven-components/maven-mboot/src/bash/maven.functions
  
  Index: maven.functions
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- maven.functions   19 May 2004 08:40:38 -0000      1.37
  +++ maven.functions   26 May 2004 23:08:30 -0000      1.38
  @@ -196,7 +196,7 @@
   
         buildTestDest=target/test-classes
         
  -      [ -d $buildDir ] && rm -rf $buildDir
  +      ##[ -d $buildDir ] && rm -rf $buildDir
   
         echo "Building project in `pwd`"
   
  
  
  
  1.2       +1 -1      maven-components/maven-mboot/src/bash/pluggy
  
  Index: pluggy
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/pluggy,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pluggy    16 May 2004 04:31:26 -0000      1.1
  +++ pluggy    26 May 2004 23:08:31 -0000      1.2
  @@ -58,7 +58,7 @@
   
   findAndSetMavenRepoLocal
   
  
-CP=$repoLocal/maven/jars/maven-plugin-2.0-SNAPSHOT.jar:$repoLocal/qdox/jars/qdox-1.2.jar:$repoLocal/xstream/jars/xstream-1.0-SNAPSHOT.jar:$repoLocal/xpp3/jars/xpp3-1.1.3.3.jar
  
+CP=$repoLocal/modello/jars/modello-1.0-SNAPSHOT.jar:$repoLocal/maven/jars/maven-plugin-2.0-SNAPSHOT.jar:$repoLocal/qdox/jars/qdox-1.2.jar:$repoLocal/xstream/jars/xstream-1.0-SNAPSHOT.jar:$repoLocal/xpp3/jars/xpp3-1.1.3.3.jar
   
   if $cygwin; then
     CP=`cygpath -pw "$CP"`
  
  
  

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

Reply via email to