Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 84069 invoked from network); 25 Mar 2004 22:14:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 22:14:28 -0000 Received: (qmail 75091 invoked by uid 500); 25 Mar 2004 22:14:12 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 75040 invoked by uid 500); 25 Mar 2004 22:14:11 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 75027 invoked by uid 500); 25 Mar 2004 22:14:11 -0000 Received: (qmail 75023 invoked from network); 25 Mar 2004 22:14:11 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 25 Mar 2004 22:14:11 -0000 Received: (qmail 84032 invoked by uid 1289); 25 Mar 2004 22:14:23 -0000 Date: 25 Mar 2004 22:14:23 -0000 Message-ID: <20040325221423.84031.qmail@minotaur.apache.org> From: rdonkin@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/jelly/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme ExecutionTestCase.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N rdonkin 2004/03/25 14:14:23 Added: jelly/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme ExecutionTestCase.java Log: Initial import for jaxme tag library. Revision Changes Path 1.1 jakarta-commons/jelly/jelly-tags/jaxme/src/test/org/apache/commons/jelly/tags/jaxme/ExecutionTestCase.java Index: ExecutionTestCase.java =================================================================== /** * Copyright 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. */ package org.apache.commons.jelly.tags.jaxme; import org.apache.commons.jelly.tags.junit.JellyTestSuite; import junit.framework.TestSuite; /** * * * @author Jakarta Commons Development Team * @version $Revision: 1.1 $ */ public class ExecutionTestCase extends JellyTestSuite { public static TestSuite suite() throws Exception { return createTestSuite(ExecutionTestCase.class, "suite.jelly"); } } --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org