From c78b70a9cd5fcab5d8319c19f5831665cd15366b Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Wed, 3 Jul 2002 01:43:27 +0000 Subject: [PATCH] Refactoring to have all the generated stuff done under target (inspired by Maven). --- .cvsignore | 4 +- build.xml | 116 ++++++++++++++++++++++++++--------------------------- 2 files changed, 59 insertions(+), 61 deletions(-) diff --git a/.cvsignore b/.cvsignore index be68aa8ce..543a6dd13 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1,3 @@ checkstyle.ipr checkstyle.iws -classes -dist -testreports +target diff --git a/build.xml b/build.xml index 4a263eb09..69dc2bf3f 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,8 @@ - + + @@ -24,7 +25,7 @@ - + @@ -41,7 +42,7 @@ - + @@ -58,8 +59,7 @@ - - + @@ -102,29 +102,29 @@ - + + destdir="target/checkstyle" closure="yes"/> + todir="target/checkstyle"/> - - + + @@ -175,10 +175,10 @@ classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"> - + - + @@ -222,27 +222,27 @@ classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"> - - - + + + - + -