1 <?xml version="1.0" encoding="UTF-8"?><project>
3 <artifactId>daytrader</artifactId>
4 <groupId>org.apache.geronimo.daytrader</groupId>
5 <version>2.0-SNAPSHOT</version>
6 <relativePath>../../pom.xml</relativePath>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>daytrader-wsappclient</artifactId>
10 <name>DayTrader :: WS Application Client</name>
11 <version>2.0-20070201.183230-5</version>
12 <description>Client demonstrating Web Services</description>
14 <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/wsappclient</connection>
15 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/wsappclient</developerConnection>
16 <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/trunk/modules/wsappclient</url>
21 <artifactId>maven-jar-plugin</artifactId>
25 <class-path>dt-ejb.jar</class-path>
28 <main-class>org.apache.geronimo.samples.daytrader.client.ws.ClientApp</main-class>
37 <groupId>org.apache.geronimo.specs</groupId>
38 <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
41 <groupId>org.apache.geronimo.specs</groupId>
42 <artifactId>geronimo-qname_1.1_spec</artifactId>
45 <distributionManagement>
46 <status>deployed</status>
47 </distributionManagement>