mcconnell 2003/07/10 16:28:28
Modified: meta project.xml
meta/api/src/test/org/apache/avalon/meta/info/test
CategoryDescriptorTestCase.java
meta/impl project.xml
meta/plugin plugin.jelly project.xml
meta/tools project.xml
Log:
Updated project.xml to exclude abstract test cases.
Revision Changes Path
1.2 +1 -0 avalon-sandbox/meta/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 10 Jul 2003 20:39:20 -0000 1.1
+++ project.xml 10 Jul 2003 23:28:28 -0000 1.2
@@ -104,6 +104,7 @@
<include>**/*TestCase*</include>
</includes>
<excludes>
+ <exclude>**/Abstract*</exclude>
</excludes>
<resources>
<resource>
1.2 +1 -1
avalon-sandbox/meta/api/src/test/org/apache/avalon/meta/info/test/CategoryDescriptorTestCase.java
Index: CategoryDescriptorTestCase.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/meta/api/src/test/org/apache/avalon/meta/info/test/CategoryDescriptorTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CategoryDescriptorTestCase.java 10 Jul 2003 21:14:21 -0000 1.1
+++ CategoryDescriptorTestCase.java 10 Jul 2003 23:28:28 -0000 1.2
@@ -58,7 +58,7 @@
/**
* CategoryTestCase does XYZ
*
- * @author <a href="mcconnell.at.apache.org">Strephen McConnell</a>
+ * @author <a href="mcconnell.at.apache.org">Stephen McConnell</a>
* @version CVS $ Revision: 1.1 $
*/
public class CategoryDescriptorTestCase extends TestCase
1.2 +1 -1 avalon-sandbox/meta/impl/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/impl/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 10 Jul 2003 20:38:48 -0000 1.1
+++ project.xml 10 Jul 2003 23:28:28 -0000 1.2
@@ -2,7 +2,7 @@
<project>
<extend>${basedir}/../project.xml</extend>
- <id>avalon-meta</id>
+ <id>avalon-meta-impl</id>
<name>Avalon Meta Model Implementation</name>
<package>org.apache.avalon.meta</package>
1.3 +1 -1 avalon-sandbox/meta/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/plugin/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 10 Jul 2003 20:38:48 -0000 1.2
+++ plugin.jelly 10 Jul 2003 23:28:28 -0000 1.3
@@ -17,7 +17,7 @@
<pathelement
path="${plugin.getDependencyPath('avalon-meta:avalon-meta-tools')}"/>
<pathelement
path="${plugin.getDependencyPath('avalon-meta:avalon-meta-api')}"/>
<pathelement
path="${plugin.getDependencyPath('avalon-meta:avalon-meta-spi')}"/>
- <pathelement path="${plugin.getDependencyPath('avalon-meta:avalon-meta')}"/>
+ <pathelement
path="${plugin.getDependencyPath('avalon-meta:avalon-meta-impl')}"/>
</classpath>
</ant:taskdef>
1.2 +1 -1 avalon-sandbox/meta/plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/plugin/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 10 Jul 2003 20:38:48 -0000 1.1
+++ project.xml 10 Jul 2003 23:28:28 -0000 1.2
@@ -38,7 +38,7 @@
<dependency>
<groupId>avalon-meta</groupId>
- <artifactId>avalon-meta</artifactId>
+ <artifactId>avalon-meta-impl</artifactId>
<version>SNAPSHOT</version>
</dependency>
1.2 +1 -1 avalon-sandbox/meta/tools/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/meta/tools/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 10 Jul 2003 20:38:48 -0000 1.1
+++ project.xml 10 Jul 2003 23:28:28 -0000 1.2
@@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>avalon-meta</groupId>
- <artifactId>avalon-meta</artifactId>
+ <artifactId>avalon-meta-impl</artifactId>
<version>SNAPSHOT</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]