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.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-05-26 23:08:31 +00:00
parent 680c8d9774
commit ee5bc4d5f9
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ buildMavenProject()
buildTestDest=target/test-classes
[ -d $buildDir ] && rm -rf $buildDir
##[ -d $buildDir ] && rm -rf $buildDir
echo "Building project in `pwd`"

View File

@ -58,7 +58,7 @@ export MBOOT_HOME=`dirname $0`
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"`