mcconnell 2004/04/01 14:42:58
Modified: component-examples/instrument-manager project.xml
component-tests project.xml
component project.xml
fortress/bean project.xml
fortress/cli project.xml
fortress/container-impl project.xml
fortress/container-test project.xml
instrument-client project.xml
Log:
Update projhects to reflect the new excalibur-instrumentation dependencies (spi,
impl, etc.)
Revision Changes Path
1.7 +6 -1
avalon-excalibur/component-examples/instrument-manager/project.xml
Index: project.xml
===================================================================
RCS file:
/home/cvs/avalon-excalibur/component-examples/instrument-manager/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.xml 30 Mar 2004 14:18:29 -0000 1.6
+++ project.xml 1 Apr 2004 22:42:57 -0000 1.7
@@ -52,7 +52,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
1.5 +6 -1 avalon-excalibur/component-tests/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/component-tests/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 31 Mar 2004 08:01:13 -0000 1.4
+++ project.xml 1 Apr 2004 22:42:58 -0000 1.5
@@ -61,7 +61,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
1.14 +6 -1 avalon-excalibur/component/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/component/project.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- project.xml 30 Mar 2004 14:15:23 -0000 1.13
+++ project.xml 1 Apr 2004 22:42:58 -0000 1.14
@@ -60,7 +60,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
1.11 +6 -1 avalon-excalibur/fortress/bean/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/fortress/bean/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.xml 30 Mar 2004 12:15:15 -0000 1.10
+++ project.xml 1 Apr 2004 22:42:58 -0000 1.11
@@ -68,7 +68,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
1.5 +6 -1 avalon-excalibur/fortress/cli/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/fortress/cli/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 31 Mar 2004 10:28:58 -0000 1.4
+++ project.xml 1 Apr 2004 22:42:58 -0000 1.5
@@ -68,7 +68,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
1.18 +6 -1 avalon-excalibur/fortress/container-impl/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/fortress/container-impl/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 30 Mar 2004 12:15:16 -0000 1.17
+++ project.xml 1 Apr 2004 22:42:58 -0000 1.18
@@ -69,7 +69,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
1.4 +6 -1 avalon-excalibur/fortress/container-test/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/fortress/container-test/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 30 Mar 2004 12:15:16 -0000 1.3
+++ project.xml 1 Apr 2004 22:42:58 -0000 1.4
@@ -75,7 +75,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
1.6 +6 -1 avalon-excalibur/instrument-client/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/instrument-client/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- project.xml 30 Mar 2004 12:15:17 -0000 1.5
+++ project.xml 1 Apr 2004 22:42:58 -0000 1.6
@@ -67,7 +67,12 @@
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-manager</artifactId>
+ <artifactId>excalibur-instrument-spi</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-impl</artifactId>
<version>1.2</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]