From a88966d6fa734c5430010fb9b868362664a833df Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 24 May 2003 11:38:32 +0000 Subject: [PATCH] removed project.properties from ignore list but added build.properties instead, as it should always have been... git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113439 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/sample/.cvsignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cactus/sample/.cvsignore b/cactus/sample/.cvsignore index 717cec97..7f564524 100644 --- a/cactus/sample/.cvsignore +++ b/cactus/sample/.cvsignore @@ -1,4 +1,4 @@ target cactus_client.log maven.log -project.properties +build.properties