Modified: jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/project.properties URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/project.properties?rev=634045&r1=634044&r2=634045&view=diff ============================================================================== --- jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/project.properties (original) +++ jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/project.properties Wed Mar 5 14:02:16 2008 @@ -1,11 +1,16 @@ -maven.war.src=${basedir}/src/web -cactus.src.dir=${basedir}/src/test-cactus -# properties to be tested -cactus.sysproperties=prop1 prop2 -prop1=value1 -prop2=value2 -# set which test shoud be run by cactus:test and cactus:match -testcase=org.apache.cactus.integration.maven.test.TestProperties -testmatch=org.apache.cactus.integration.maven.test.TestProperties -# makes sure test passes on JDK 5.0 -maven.compile.target=${java.specification.version} +# ------------------------------------------------------------------- +# Copyright 2005 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. +# ------------------------------------------------------------------- +maven.ear.appxml.generate=true
Modified: jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/src/test-cactus/org/apache/cactus/integration/maven/test/TestProperties.java URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/src/test-cactus/org/apache/cactus/integration/maven/test/TestProperties.java?rev=634045&r1=634044&r2=634045&view=diff ============================================================================== --- jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/src/test-cactus/org/apache/cactus/integration/maven/test/TestProperties.java (original) +++ jakarta/cactus/trunk/integration/maven/src/plugin-test/testCactusSysProperties/src/test-cactus/org/apache/cactus/integration/maven/test/TestProperties.java Wed Mar 5 14:02:16 2008 @@ -18,7 +18,7 @@ * ======================================================================== */ -package org.apache.cactus.test; +package org.apache.cactus.integration.maven.test; import java.util.Map; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]