# HG changeset patch # User Jaroslav Tulach # Date 1213429972 -7200 # Node ID be49ca0fff337253e9621e30649a2b0cb4a75665 # Parent ab48f8fc0858d0f8523cec8e12313d870e06c260 Rewriting the infrastructure to use shared common.xml diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/common.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samples/apifest1/day3-intermezzo/common.properties Sat Jun 14 09:52:52 2008 +0200 @@ -0,0 +1,5 @@ + +# location to root of the repository with apifest projects +apifest=${ant.file.common}/../../ +# and where is junit? +junit.jar=${apifest}/../libs/dist/junit-4.4.jar diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/common.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samples/apifest1/day3-intermezzo/common.xml Sat Jun 14 09:52:52 2008 +0200 @@ -0,0 +1,105 @@ + + + + Builds the test against first version and runs them against two + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/build.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,104 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -7,7 +7,9 @@ testing template build.xml + ../../../ project.properties + ../../common.properties diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/project.properties --- a/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-pinbasedsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,8 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. -# and where is junit? -junit.jar=../../../../libs/dist/junit-4.4.jar # name of a project to test apitotest=todo:specify_this_property_in:project.properties diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/build.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,104 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -7,7 +7,9 @@ Against Stack Based Solution build.xml + ../../../ project.properties + ../../common.properties diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/project.properties --- a/samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-stackbasedsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,8 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. -# and where is junit? -junit.jar=../../../../libs/dist/junit-4.4.jar # name of a project to test apitotest=stackbasedsolution diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/build.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,104 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -7,7 +7,9 @@ Against Subclassing Solution build.xml + ../../../ project.properties + ../../common.properties diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/project.properties --- a/samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-subclassingsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,8 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. -# and where is junit? -junit.jar=../../../../libs/dist/junit-4.4.jar # name of a project to test apitotest=subclassingsolution diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/build.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,104 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -7,7 +7,9 @@ Against Subclassing Solution build.xml + ../../../ project.properties + ../../common.properties diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/project.properties --- a/samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/jtulach/against-welltestedsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,8 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. -# and where is junit? -junit.jar=../../../../libs/dist/junit-4.4.jar # name of a project to test apitotest=welltestedsolution diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/build.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,97 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -4,10 +4,12 @@ - against-alwayscreatenewcircuit + Against alwayscreatenewcircuit Solution build.xml + ../../../ project.properties + ../../common.properties @@ -54,6 +56,9 @@ ${ant.script} + + project.properties + @@ -68,7 +73,7 @@ test - ${apiA}:${apifest}/lib/junit-3.8.2.jar + ${apiA}:${junit.jar} build/tests 1.5 diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/project.properties --- a/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,7 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. - # name of a project to test apitotest=alwayscreatenewcircuit diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/test/apifest/CircuitTest.java --- a/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/test/apifest/CircuitTest.java Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-alwayscreatenewcircuit/test/apifest/CircuitTest.java Sat Jun 14 09:52:52 2008 +0200 @@ -1,43 +1,3 @@ -/* - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - * - * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. - * - * The contents of this file are subject to the terms of either the GNU - * General Public License Version 2 only ("GPL") or the Common - * Development and Distribution License("CDDL") (collectively, the - * "License"). You may not use this file except in compliance with the - * License. You can obtain a copy of the License at - * http://www.netbeans.org/cddl-gplv2.html - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the - * specific language governing permissions and limitations under the - * License. When distributing the software, include this License Header - * Notice in each file and include the License file at - * nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this - * particular file as subject to the "Classpath" exception as provided - * by Sun in the GPL Version 2 section of the License file that - * accompanied this code. If applicable, add the following below the - * License Header, with the fields enclosed by brackets [] replaced by - * your own identifying information: - * "Portions Copyrighted [year] [name of copyright owner]" - * - * Contributor(s): - * - * The Original Software is NetBeans. The Initial Developer of the Original - * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - * Microsystems, Inc. All Rights Reserved. - * - * If you wish your version of this file to be governed by only the CDDL - * or only the GPL Version 2, indicate your decision by adding - * "[Contributor] elects to include this software in this distribution - * under the [CDDL or GPL Version 2] license." If you do not indicate a - * single choice of license, a recipient has the option to distribute - * your version of this file under either the CDDL, the GPL Version 2 or - * to extend the choice of license to its licensees as provided above. - * However, if you add GPL Version 2 code and therefore, elected the GPL - * Version 2 license, then the option applies only if the new code is - * made subject to such option by the copyright holder. - */ package apifest; import junit.framework.TestCase; diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/build.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,97 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -4,10 +4,12 @@ - against-elementbasedsolution + Against Element Based Solution build.xml + ../../../ project.properties + ../../common.properties @@ -54,6 +56,9 @@ ${ant.script} + + project.properties + @@ -68,7 +73,7 @@ test - ${apiA}:${apifest}/lib/junit-3.8.2.jar + ${apiA}:${junit.jar} build/tests 1.5 diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/project.properties --- a/samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,7 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. - # name of a project to test apitotest=elementbasedsolution diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/build.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,97 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -4,10 +4,12 @@ - against-inputandoperation + Against inputandoperation build.xml + ../../../ project.properties + ../../common.properties @@ -54,6 +56,9 @@ ${ant.script} + + project.properties + @@ -68,7 +73,7 @@ test - ${apiA}:${apifest}/lib/junit-3.8.2.jar + ${apiA}:${junit.jar} build/tests 1.5 diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/project.properties --- a/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,7 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. - # name of a project to test apitotest=inputandoperation diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/test/apifest/CircuitTest.java --- a/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/test/apifest/CircuitTest.java Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-inputandoperation/test/apifest/CircuitTest.java Sat Jun 14 09:52:52 2008 +0200 @@ -1,43 +1,3 @@ -/* - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - * - * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. - * - * The contents of this file are subject to the terms of either the GNU - * General Public License Version 2 only ("GPL") or the Common - * Development and Distribution License("CDDL") (collectively, the - * "License"). You may not use this file except in compliance with the - * License. You can obtain a copy of the License at - * http://www.netbeans.org/cddl-gplv2.html - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the - * specific language governing permissions and limitations under the - * License. When distributing the software, include this License Header - * Notice in each file and include the License file at - * nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this - * particular file as subject to the "Classpath" exception as provided - * by Sun in the GPL Version 2 section of the License file that - * accompanied this code. If applicable, add the following below the - * License Header, with the fields enclosed by brackets [] replaced by - * your own identifying information: - * "Portions Copyrighted [year] [name of copyright owner]" - * - * Contributor(s): - * - * The Original Software is NetBeans. The Initial Developer of the Original - * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - * Microsystems, Inc. All Rights Reserved. - * - * If you wish your version of this file to be governed by only the CDDL - * or only the GPL Version 2, indicate your decision by adding - * "[Contributor] elects to include this software in this distribution - * under the [CDDL or GPL Version 2] license." If you do not indicate a - * single choice of license, a recipient has the option to distribute - * your version of this file under either the CDDL, the GPL Version 2 or - * to extend the choice of license to its licensees as provided above. - * However, if you add GPL Version 2 code and therefore, elected the GPL - * Version 2 license, then the option applies only if the new code is - * made subject to such option by the copyright holder. - */ package apifest; import junit.framework.TestCase; diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/build.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,97 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -4,10 +4,12 @@ - against-stackbasedsolution + Against Stack Based Solution build.xml + ../../../ project.properties + ../../common.properties @@ -54,6 +56,9 @@ ${ant.script} + + project.properties + @@ -68,7 +73,7 @@ test - ../../../lib/junit-3.8.2.jar:../../../day1/stackbasedsolution/dist/boolcircuit.jar + ${apiA}:${junit.jar} build/tests 1.5 diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/project.properties --- a/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,7 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. - # name of a project to test apitotest=stackbasedsolution diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/test/apifest/CircuitTest.java --- a/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/test/apifest/CircuitTest.java Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-stackbasedsolution/test/apifest/CircuitTest.java Sat Jun 14 09:52:52 2008 +0200 @@ -1,43 +1,3 @@ -/* - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - * - * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. - * - * The contents of this file are subject to the terms of either the GNU - * General Public License Version 2 only ("GPL") or the Common - * Development and Distribution License("CDDL") (collectively, the - * "License"). You may not use this file except in compliance with the - * License. You can obtain a copy of the License at - * http://www.netbeans.org/cddl-gplv2.html - * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the - * specific language governing permissions and limitations under the - * License. When distributing the software, include this License Header - * Notice in each file and include the License file at - * nbbuild/licenses/CDDL-GPL-2-CP. Sun designates this - * particular file as subject to the "Classpath" exception as provided - * by Sun in the GPL Version 2 section of the License file that - * accompanied this code. If applicable, add the following below the - * License Header, with the fields enclosed by brackets [] replaced by - * your own identifying information: - * "Portions Copyrighted [year] [name of copyright owner]" - * - * Contributor(s): - * - * The Original Software is NetBeans. The Initial Developer of the Original - * Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun - * Microsystems, Inc. All Rights Reserved. - * - * If you wish your version of this file to be governed by only the CDDL - * or only the GPL Version 2, indicate your decision by adding - * "[Contributor] elects to include this software in this distribution - * under the [CDDL or GPL Version 2] license." If you do not indicate a - * single choice of license, a recipient has the option to distribute - * your version of this file under either the CDDL, the GPL Version 2 or - * to extend the choice of license to its licensees as provided above. - * However, if you add GPL Version 2 code and therefore, elected the GPL - * Version 2 license, then the option applies only if the new code is - * made subject to such option by the copyright holder. - */ package apifest; import java.util.Arrays; diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/build.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,97 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -4,10 +4,12 @@ - against-subclassingsolution + Against Subclassing Solution build.xml + ../../../ project.properties + ../../common.properties @@ -54,6 +56,9 @@ ${ant.script} + + project.properties + @@ -68,7 +73,7 @@ test - ${apiA}:${apifest}/lib/junit-3.8.2.jar + ${apiA}:${junit.jar} build/tests 1.5 diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/project.properties --- a/samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-subclassingsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,7 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. - # name of a project to test apitotest=subclassingsolution diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/build.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/build.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/build.xml Sat Jun 14 09:52:52 2008 +0200 @@ -1,97 +1,5 @@ - Builds the test against first version and runs them against two - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/nbproject/project.xml --- a/samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/nbproject/project.xml Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/nbproject/project.xml Sat Jun 14 09:52:52 2008 +0200 @@ -4,10 +4,12 @@ - Against Well Tested Solution + Against Welltested Solution build.xml + ../../../ project.properties + ../../common.properties @@ -54,6 +56,9 @@ ${ant.script} + + project.properties + @@ -68,7 +73,7 @@ test - ${apiA}:${apifest}/lib/junit-3.8.2.jar + ${apiA}:${junit.jar} build/tests 1.5 diff -r ab48f8fc0858 -r be49ca0fff33 samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/project.properties --- a/samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/project.properties Sat Jun 14 09:52:51 2008 +0200 +++ b/samples/apifest1/day3-intermezzo/pnejedly/against-welltestedsolution/project.properties Sat Jun 14 09:52:52 2008 +0200 @@ -1,7 +1,3 @@ - -# location to root of the repository with apifest projects -apifest=../../.. - # name of a project to test apitotest=welltestedsolution