From dbbb9aa09b4f09bd2ee8660d6f736ca6b4517c0e Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 4 Apr 2005 08:48:27 +0000 Subject: [PATCH] Renamed test projects to more meaningful names. Had some issue with subclipse, sorry for the numerous commits... :-( git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@160009 13f79535-47bb-0310-9956-ffa450edef68 --- .../testWhenNoReportsGenerated/.cvsignore | 2 ++ .../project.properties | 19 ++++++++++ .../testWhenNoReportsGenerated/project.xml | 36 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore create mode 100644 dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties create mode 100644 dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml diff --git a/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore b/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore new file mode 100644 index 00000000..d2f60874 --- /dev/null +++ b/dashboard/src/plugin-test/testWhenNoReportsGenerated/.cvsignore @@ -0,0 +1,2 @@ +target +maven.log diff --git a/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties new file mode 100644 index 00000000..2adeb673 --- /dev/null +++ b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.properties @@ -0,0 +1,19 @@ +# ------------------------------------------------------------------- +# Copyright 2001-2004 The Apache Software Foundation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ------------------------------------------------------------------- + +# ------------------------------------------------------------------- +# P R O J E C T P R O P E R T I E S +# ------------------------------------------------------------------- diff --git a/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml new file mode 100644 index 00000000..c1662243 --- /dev/null +++ b/dashboard/src/plugin-test/testWhenNoReportsGenerated/project.xml @@ -0,0 +1,36 @@ + + + + + ${basedir}/../common/project.xml + testWhenNoReportsGenerated + Test When No Reports Generated + + + maven-changes-plugin + maven-tasklist-plugin + maven-linkcheck-plugin + maven-javadoc-plugin + maven-jxr-plugin + maven-jdepend-plugin + maven-checkstyle-plugin + maven-junit-report-plugin + +