You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/03/21 19:35:46 UTC

cvs commit: cocoon-lenya/src/targets publication-test-build-template.xml publication-test-build.xml

gregor      2004/03/21 10:35:46

  Modified:    src/targets publication-test-build-template.xml
                        publication-test-build.xml
  Log:
  build system updated to use the ant 1.6 import task
    -> you need ant 1.6 or higher 
  applied ASL 2.0
  
  Revision  Changes    Path
  1.2       +26 -2     cocoon-lenya/src/targets/publication-test-build-template.xml
  
  Index: publication-test-build-template.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/targets/publication-test-build-template.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- publication-test-build-template.xml	12 Jan 2004 17:04:58 -0000	1.1
  +++ publication-test-build-template.xml	21 Mar 2004 18:35:46 -0000	1.2
  @@ -1,3 +1,27 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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.
  +-->
  +
  +<!-- $Id$ -->
  +<project name="pubtest">
  +
  +  <description>
  +    Publication Test Targets
  +  </description>
  +
   <target depends="init, tests.prepare" name="test.publications">
  -</target>
  \ No newline at end of file
  +</target>
  +</project>
  \ No newline at end of file
  
  
  
  1.3       +23 -13    cocoon-lenya/src/targets/publication-test-build.xml
  
  Index: publication-test-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/targets/publication-test-build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- publication-test-build.xml	12 Jan 2004 17:04:58 -0000	1.2
  +++ publication-test-build.xml	21 Mar 2004 18:35:46 -0000	1.3
  @@ -1,17 +1,27 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  -<target depends="init, tests.prepare" name="test.publications">
  -<!--..... Start configuration from 'test-build' -->&#13;
  +<?xml version="1.0"?>
  +<!--
  +  Copyright 1999-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
   
  -  <property name="newzz.pub.id" value="newzz"/>
  +  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.
  +-->
   
  -  <!-- Article Test -->
  -  <java classname="ch.nzz.newzz.lenya.cms.publication.ArticleTest" fork="yes">
  -    <jvmarg value="-enableassertions"/>
  -    <arg value="${tomcat.home.dir}/${tomcat.webapps.dir}"/>
  -    <arg value="${newzz.pub.id}"/>
  -    <classpath refid="classpath.default"/>
  -  </java>
  +<!-- $Id$ -->
  +<project name="pubtest">
   
  -<!--..... End configuration from 'test-build' -->&#13;
  -</target>
  \ No newline at end of file
  +  <description>
  +    Publication Test Targets
  +  </description>
  +
  +<target depends="init, tests.prepare" name="test.publications">
  +</target>
  +</project>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org