niclas 2004/04/04 09:41:36 Modified: facilities/finder/ecm project.xml facilities/finder/impl project.xml facilities/finder/test project.xml Log: Forgot some details. Revision Changes Path 1.3 +8 -0 avalon-components/facilities/finder/ecm/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon-components/facilities/finder/ecm/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 4 Apr 2004 16:36:23 -0000 1.2 +++ project.xml 4 Apr 2004 16:41:36 -0000 1.3 @@ -20,10 +20,18 @@ <artifactId>avalon-finder-api</artifactId> <version>${pom.currentVersion}</version> </dependency> + <dependency> <groupId>avalon-framework</groupId> <artifactId>avalon-framework-api</artifactId> <version>4.1.5</version> + </dependency> + + <!-- Generation of Meta info --> + <dependency> + <groupId>avalon-meta</groupId> + <artifactId>avalon-meta-plugin</artifactId> + <version>1.4-SNAPSHOT</version> </dependency> </dependencies> 1.3 +11 -0 avalon-components/facilities/finder/impl/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon-components/facilities/finder/impl/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 4 Apr 2004 16:36:23 -0000 1.2 +++ project.xml 4 Apr 2004 16:41:36 -0000 1.3 @@ -20,21 +20,32 @@ <artifactId>avalon-finder-api</artifactId> <version>${pom.currentVersion}</version> </dependency> + <dependency> <groupId>avalon-framework</groupId> <artifactId>avalon-framework-api</artifactId> <version>4.1.5</version> </dependency> + <dependency> <groupId>avalon-composition</groupId> <artifactId>avalon-composition-api</artifactId> <version>3.3.0</version> </dependency> + <dependency> <groupId>avalon-meta</groupId> <artifactId>avalon-meta-api</artifactId> <version>1.4-SNAPSHOT</version> </dependency> + + <!-- Generation of Meta info --> + <dependency> + <groupId>avalon-meta</groupId> + <artifactId>avalon-meta-plugin</artifactId> + <version>1.4-SNAPSHOT</version> + </dependency> + </dependencies> 1.3 +7 -0 avalon-components/facilities/finder/test/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/avalon-components/facilities/finder/test/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 4 Apr 2004 16:36:23 -0000 1.2 +++ project.xml 4 Apr 2004 16:41:36 -0000 1.3 @@ -27,6 +27,13 @@ <version>4.1.5</version> </dependency> + <!-- Generation of Meta info --> + <dependency> + <groupId>avalon-meta</groupId> + <artifactId>avalon-meta-plugin</artifactId> + <version>1.4-SNAPSHOT</version> + </dependency> + <!-- test dependencies --> <dependency>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]