| Commit in servicemix/base on MAIN | |||
| project.xml | +1035 | -1024 | 1.70 -> 1.71 |
Added resource in unitTest those zip file found in src/assemblies and components. These files are used by ComponentAssemblyInstallationTest.java
servicemix/base
diff -u -r1.70 -r1.71 --- project.xml 15 Aug 2005 05:54:15 -0000 1.70 +++ project.xml 16 Aug 2005 08:25:25 -0000 1.71 @@ -1,1034 +1,1045 @@
<?xml version="1.0" encoding="UTF-8"?> <project>
- <pomVersion>3</pomVersion> - <name>ServiceMix</name> - <id>servicemix</id> - <currentVersion>1.0-M2</currentVersion> - - <organization> - <name>ServiceMix.</name> - <url>http://www.servicemix.co.com</url> - <logo>http://www.logicblaze.com/images/logos/products/ServiceMix/ServiceMix_logo_150.jpg</logo> - </organization> - <logo></logo> - - <inceptionYear>2005</inceptionYear> - - <packageGroups> - <packageGroup> - <title>JBI Specification APIs</title> - <packages>javax.*</packages> - </packageGroup> - <packageGroup> - <title>ServiceMix Core APIs</title> - <packages>org.servicemix</packages> - </packageGroup> - <packageGroup> - <title>JBI Client API</title> - <packages>org.servicemix.client</packages> - </packageGroup> - <packageGroup> - <title>JBI Components</title> - <packages>org.servicemix.components.*</packages> - </packageGroup> - <packageGroup> - <title>JBI Container</title> - <packages>org.servicemix.jbi.container</packages> - </packageGroup> - <packageGroup> - <title>Normalized Message Router</title> - <packages>org.servicemix.jbi.nmr</packages> - </packageGroup> - <packageGroup> - <title>Message Router Dispatching</title> - <packages>org.servicemix.jbi.nmr.flow.*</packages> - </packageGroup> - <packageGroup> - <title>Normalized Message Service implemenation</title> - <packages>org.servicemix.jbi.messaging</packages> - </packageGroup> - <packageGroup> - <title>Endpoint resolving and choosing strategies</title> - <packages>org.servicemix.jbi.resolver</packages> - </packageGroup> - <packageGroup> - <title>JAXP utilities</title> - <packages>org.servicemix.jbi.jaxp</packages> - </packageGroup> - <packageGroup> - <title>JBI Container implementation</title> - <packages>org.servicemix.jbi:org.servicemix.jbi.*</packages> - </packageGroup> - </packageGroups> - - <shortDescription> - ServiceMix is an open source ESB - </shortDescription>
+ <pomVersion>3</pomVersion> + <name>ServiceMix</name> + <id>servicemix</id> + <currentVersion>1.0-M2</currentVersion> + + <organization> + <name>ServiceMix.</name> + <url>http://www.servicemix.co.com</url> + <logo>http://www.logicblaze.com/images/logos/products/ServiceMix/ServiceMix_logo_150.jpg</logo> + </organization> + <logo></logo> + + <inceptionYear>2005</inceptionYear> + + <packageGroups> + <packageGroup> + <title>JBI Specification APIs</title> + <packages>javax.*</packages> + </packageGroup> + <packageGroup> + <title>ServiceMix Core APIs</title> + <packages>org.servicemix</packages> + </packageGroup> + <packageGroup> + <title>JBI Client API</title> + <packages>org.servicemix.client</packages> + </packageGroup> + <packageGroup> + <title>JBI Components</title> + <packages>org.servicemix.components.*</packages> + </packageGroup> + <packageGroup> + <title>JBI Container</title> + <packages>org.servicemix.jbi.container</packages> + </packageGroup> + <packageGroup> + <title>Normalized Message Router</title> + <packages>org.servicemix.jbi.nmr</packages> + </packageGroup> + <packageGroup> + <title>Message Router Dispatching</title> + <packages>org.servicemix.jbi.nmr.flow.*</packages> + </packageGroup> + <packageGroup> + <title>Normalized Message Service implemenation</title> + <packages>org.servicemix.jbi.messaging</packages> + </packageGroup> + <packageGroup> + <title>Endpoint resolving and choosing strategies</title> + <packages>org.servicemix.jbi.resolver</packages> + </packageGroup> + <packageGroup> + <title>JAXP utilities</title> + <packages>org.servicemix.jbi.jaxp</packages> + </packageGroup> + <packageGroup> + <title>JBI Container implementation</title> + <packages>org.servicemix.jbi:org.servicemix.jbi.*</packages> + </packageGroup> + </packageGroups> + + <shortDescription> + ServiceMix is an open source ESB + </shortDescription>
- <gumpRepositoryId>servicemix</gumpRepositoryId>
+ <gumpRepositoryId>servicemix</gumpRepositoryId>
- <description>
+ <description>
ServiceMix is an open source ESB based on the Java Business Integration framework - JSR-208
- </description>
+ </description>
- <url>http://servicemix.codehaus.org/</url> - <issueTrackingUrl>http://jira.codehaus.org/browse/SM</issueTrackingUrl>
+ <url>http://servicemix.codehaus.org/</url> + <issueTrackingUrl>http://jira.codehaus.org/browse/SM</issueTrackingUrl>
- <siteAddress>beaver.codehaus.org</siteAddress> - <siteDirectory>/home/projects/servicemix/public_html/maven</siteDirectory> - <distributionDirectory>/home/projects/servicemix/dist</distributionDirectory> - - <repository> - <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/projects/servicemix/scm:servicemix</connection> - <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/home/projects/servicemix/scm:servicemix</developerConnection> - <url>http://cvs.servicemix.codehaus.org/servicemix/</url> - </repository> - - <mailingLists> - </mailingLists> - - - <versions> - <version> - <id>1.0-M1</id> - <name>1.0-M1</name> - <tag>SERVICEMIX_1_0_M1</tag> - </version> - <version> - <id>1.0-M2</id> - <name>1.0-M2</name> - <tag>SERVICEMIX_1_0_M2</tag> - </version> - </versions> - <branches></branches> - - <developers> - <developer> - <name>Rob Davies</name> - <id>rajdavies</id> - <email>[EMAIL PROTECTED]</email> - <organization>Exist Labs</organization> - </developer> - <developer> - <name>James Strachan</name> - <id>jstrachan</id> - <email>[EMAIL PROTECTED]</email> - <organization>LogicBlaze</organization> - </developer> - <developer> - <name>Hiram Chirino</name> - <id>chirino</id> - <email>[EMAIL PROTECTED]</email> - <organization>LogicBlaze</organization> - </developer> - <developer> - <name>Dan Diephouse</name> - <id>dandiep</id> - <email>[EMAIL PROTECTED]</email> - </developer> - <developer> - <name>Philip Dodds</name> - <id>pdodds</id> - <email>[EMAIL PROTECTED]</email> - <organization>Unity Systems</organization> - </developer> - </developers> - - <contributors> - </contributors> - - <dependencies> - - <dependency> - <groupId>mx4j</groupId> - <artifactId>mx4j</artifactId> - <version>2.1.1</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - <dependency> - <groupId>mx4j</groupId> - <artifactId>mx4j-jmx</artifactId> - <version>2.1.1</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <groupId>mx4j</groupId> - <artifactId>mx4j-remote</artifactId> - <version>2.1.1</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <groupId>mx4j</groupId> - <artifactId>mx4j-tools</artifactId> - <version>2.1.1</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <groupId>mx4j</groupId> - <artifactId>mx4j-impl</artifactId> - <version>2.1.1</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!--For remote management tasks--> - - <dependency> - <id>ant</id> - <version>1.6</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <id>activation</id> - <jar>activation.jar</jar> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.3</version> - <url>http://jakarta.apache.org/commons/logging/</url> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <id>concurrent</id> - <version>1.3.4</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <id>wsdl4j</id> - <version>1.4</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <dependency> - <id>commons-beanutils</id> - <version>1.7.0</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - - <!-- for DOM, SAX, StAX and XPath support --> - - <!-- To use XPath using JAXP 1.3 (std in Java 5) --> - <!-- - <dependency> - <groupId>servicemix</groupId> - <artifactId>jaxp</artifactId> - <version>1.4-20050623</version> - </dependency> - <dependency> - <groupId>servicemix</groupId> - <artifactId>jaxp-xercesImpl</artifactId> - <version>1.4-20050623</version> - </dependency> - <dependency> - <groupId>servicemix</groupId> - <artifactId>jaxp-xalan</artifactId> - <version>1.4-20050623</version> - </dependency> - --> - - <dependency> - <groupId>servicemix</groupId> - <artifactId>jaxp</artifactId> - <version>1.3</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!-- - <dependency> - <groupId>servicemix</groupId> - <artifactId>jaxp-xercesImpl</artifactId> - <version>1.3</version> - </dependency> - <dependency> - <groupId>servicemix</groupId> - <artifactId>jaxp-xalan</artifactId> - <version>1.3</version> - </dependency> - - --> - - <dependency> - <id>stax+api</id> - <version>1.0</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <id>jaxen</id> - <version>1.1-beta-6</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- possible StAX implementations: START --> - - <!-- fast implementation of StAX --> - <dependency> - <groupId>woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <version>2.0</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - - <!-- reference implementation --> - <!-- - <dependency> - <id>stax</id> - <version>1.1.1-dev</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - --> - <!-- possible StAX implementations: END --> - - - <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.6.2</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> - <version>2.6.2</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!-- mostly included for some DOM/SAX tools we could maybe replace with JAXP versions --> - <dependency> - <id>xalan</id> - <version>2.6.0</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - - <!-- for spring integration --> - <!-- use our patched version for now - <dependency> - <groupId>springframework</groupId> - <artifactId>spring</artifactId> - <version>1.2</version> - </dependency> - --> - <dependency> - <groupId>servicemix</groupId> - <artifactId>spring</artifactId> - <version>1.2.2-dev-2</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - - <!-- utility library for adapting StAX to SAX and JAXP Source --> - <dependency> - <id>stax-utils</id> - <version>snapshot-20040917</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - - - - <!-- - || Optional Components - --> - - <!-- http binding --> - <dependency> - <id>servletapi</id> - <version>2.3</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- for email binding --> - <dependency> - <id>mail</id> - <jar>mail.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- FTP binding --> - <dependency> - <id>commons-net</id> - <version>1.4.0</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>oro</id> - <version>2.0.8</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - - <!-- VFS binding --> - <dependency> - <id>commons-vfs</id> - <version>20050307052300</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - - <!-- for drools component --> - <!-- re-enable when 2.1-M1 is out - <dependency> - <groupId>drools</groupId> - <artifactId>drools-all</artifactId> - <version>2.1-M1</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - --> - <dependency> - <groupId>drools</groupId> - <artifactId>drools-all</artifactId> - <version>2.1-SNAPSHOT20050731</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <dependency> - <groupId>janino</groupId> - <artifactId>janino</artifactId> - <version>2.3.2</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>antlr</groupId> - <artifactId>antlr</artifactId> - <version>2.7.5</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- for quartz binding --> - <dependency> - <id>quartz</id> - <version>1.4.0</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- SAAJ / JAX-RPC binding --> - <dependency> - <id>jaxrpc</id> - <version>1.0</version> - <jar>jaxrpc.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>axis</id> - <version>1.2.1</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>commons-discovery</id> - <version>0.2</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- HTTP client --> - <dependency> - <id>commons-httpclient</id> - <version>3.0-rc2</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>commons-codec</id> - <version>1.3</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- transaction manager --> - <dependency> - <groupId>servicemix</groupId> - <artifactId>jotm</artifactId> - <version>2.0.10</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>servicemix</groupId> - <artifactId>jotm-jrmp-stubs</artifactId> - <version>2.0.10</version> - <type>jar</type> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>servicemix</groupId> - <artifactId>jotm-howl</artifactId> - <version>2.0.10</version> - <type>jar</type> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>servicemix</groupId> - <artifactId>carol-all</artifactId> - <version>2.0.5</version> - <type>jar</type> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- Rome RSS Reader --> - <dependency> - <id>rome</id> - <version>0.5</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - - - <dependency> - <id>jdom</id> - <version>1.0</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - - - - <!-- JMS binding start --> - - <!-- lets use freely distributable J2EE jars --> - <dependency> - <id>geronimo-spec+jms</id> - <version>1.1-rc4</version> - <properties> - <war.bundle>true</war.bundle> - <lib>true</lib> - </properties> - </dependency> - <dependency> - <id>geronimo-spec+jta</id> - <version>1.0.1B-rc4</version> - <properties> - <war.bundle>true</war.bundle> - <lib>true</lib> - </properties> - </dependency> - <dependency> - <id>geronimo-spec+j2ee-management</id> - <version>1.0-rc4</version> - <properties> - <war.bundle>true</war.bundle> - <lib>true</lib> - </properties> - </dependency> - <dependency> - <groupId>geronimo-spec</groupId> - <artifactId>geronimo-spec-j2ee-connector</artifactId> - <version>1.5-rc4</version> - <properties> - <rar.bundle>false</rar.bundle> - <lib>true</lib> - </properties> - </dependency> - - - <!-- default JMS provider used for implementation --> - <dependency> - <id>activemq</id> - <version>3.1-M6</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!-- For clustering services --> - <dependency> - <id>activecluster</id> - <version>1.1-SNAPSHOT</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- JCA container --> - <dependency> - <id>activemq+container</id> - <version>3.1-M6</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!-- JCA RA for testing --> - <dependency> - <id>activemq+ra</id> - <version>3.1-M6</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!-- Jabber component --> - <dependency> - <groupId>activemq</groupId> - <artifactId>smack</artifactId> - <version>1.5.0</version> - </dependency> - <dependency> - <groupId>activemq</groupId> - <artifactId>smackx</artifactId> - <version>1.5.0</version> - </dependency> - - - <!-- Lingo components --> - <dependency> - <id>lingo</id> - <version>1.0-SNAPSHOT</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - - <!-- for ActiveSOAP bindings --> - <dependency> - <id>activesoap</id> - <version>1.0-SNAPSHOT</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- For XMLBeans --> - <dependency> - <groupId>xmlbeans</groupId> - <artifactId>xbean</artifactId> - <version>2.0.0-beta1</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <!-- - <dependency> - <groupId>xmlbeans</groupId> - <artifactId>xmlpublic</artifactId> - <version>2.0.0-beta1</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - --> - <dependency> - <groupId>xmlbeans</groupId> - <artifactId>xbean_xpath</artifactId> - <version>2.0.0-beta1</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- for WSIF binding --> - <dependency> - <groupId>servicemix</groupId> - <artifactId>wsif</artifactId> - <version>2.0</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>servicemix</groupId> - <artifactId>wsif-j2c</artifactId> - <version>2.0</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- used for mule component --> - <dependency> - <id>mule</id> - <version>1.0</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- used for script component --> - <dependency> - <groupId>servicemix</groupId> - <artifactId>jsr-223</artifactId> - <version>1.0-pr</version> - <url>http://www.jcp.org/en/jsr/detail?id=223</url> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <dependency> - <groupId>groovy</groupId> - <artifactId>groovy-all</artifactId> - <version>1.0-jsr-02</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!-- for XStream component --> - <!-- optional jars for XStream marshalling --> - <dependency> - <id>xstream</id> - <version>1.1.2</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- for XFire component --> - <dependency> - <groupId>xfire</groupId> - <artifactId>xfire-core</artifactId> - <version>1.0-SNAPSHOT</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>xfire</groupId> - <artifactId>xfire-aegis</artifactId> - <version>1.0-SNAPSHOT</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>xfire</groupId> - <artifactId>xfire-spring</artifactId> - <version>1.0-SNAPSHOT</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>yom</groupId> - <artifactId>yom</artifactId> - <version>1.0-SNAPSHOT</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - - <!-- for XSQL component --> - <dependency> - <id>oraclexsql</id> - <jar>oraclexsql.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>xmlparserv2</id> - <jar>xmlparserv2.jar</jar> - <properties> - <optional>false</optional> - </properties> - </dependency> - <dependency> - <id>xsu12</id> - <jar>xsu12.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>ojdbc14</id> - <jar>ojdbc14.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- - || Dependencies for running test cases - --> - - <!-- for pooling JMS and other resources --> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.1</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - <dependency> - <groupId>commons-pool</groupId> - <artifactId>commons-pool</artifactId> - <version>1.2</version> - <properties> - <lib>true</lib> - </properties> - </dependency> - - <!-- example database for testing --> - <dependency> - <id>hsqldb</id> - <version>1.7.3.3</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>axion</id> - <version>1.0-M3-dev</version> - <properties> - <optional>false</optional> - </properties> - </dependency> - <dependency> - <groupId>commons-primitives</groupId> - <artifactId>commons-primitives</artifactId> - <version>1.0</version> - <properties> - <optional>false</optional> - </properties> - </dependency> - - <!-- optional used for in-web container testing --> - <dependency> - <id>jetty</id> - <jar>org.mortbay.jetty-4.2.20RC0.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>jetty+jasper-compiler</id> - <jar>jasper-compiler-4.2.20RC0.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <id>jetty+jasper-runtime</id> - <jar>jasper-runtime-4.2.20RC0.jar</jar> - <properties> - <optional>true</optional> - </properties> - </dependency> - - - <!-- default database for ActiveMQ --> - <!-- To create Pooled DataSources for the JDBC message store --> - <dependency> - <groupId>commons-dbcp</groupId> - <artifactId>commons-dbcp</artifactId> - <version>1.2</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - <dependency> - <groupId>incubator-derby</groupId> - <artifactId>derby</artifactId> - <version>10.0.2.1</version> - <properties> - <optional>true</optional> - </properties> - </dependency> - - <!-- JNDI provider for binary release --> - <dependency> - <groupId>simple-jndi</groupId> - <artifactId>simple-jndi</artifactId> - <version>0.10</version> - <properties>[truncated at 1000 lines; 1073 more skipped]
