hammant 2002/10/27 22:01:11
Added: src/test/org/apache/avalon/phoenix/tools/metagenerate/test
TestParentBlock.java
Log:
Ooops
Revision Changes Path
1.1
jakarta-avalon-phoenix/src/test/org/apache/avalon/phoenix/tools/metagenerate/test/TestParentBlock.java
Index: TestParentBlock.java
===================================================================
/*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file.
*/
package org.apache.avalon.phoenix.tools.metagenerate.test;
import org.apache.avalon.framework.service.ServiceException;
import org.apache.avalon.framework.service.ServiceManager;
import org.apache.avalon.framework.service.Serviceable;
/**
* Foo!
*
* @phoenix:service name="blah.FooService"
*
*/
public class TestParentBlock implements Serviceable
{
/**
* @phoenix:dependency name="blah.OtherFooService"
*/
public void service( final ServiceManager serviceManager )
throws ServiceException
{
}
}
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>