1 <?xml version="1.0" encoding="UTF-8"?><project>
3 <artifactId>daytrader</artifactId>
4 <groupId>geronimo</groupId>
7 <modelVersion>4.0.0</modelVersion>
8 <artifactId>daytrader-wsappclient</artifactId>
9 <name>DayTrader :: WS Application Client</name>
10 <version>1.1</version>
11 <description>Client demonstrating Web Services</description>
13 <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/wsappclient</connection>
14 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/wsappclient</developerConnection>
15 <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/trunk/modules/wsappclient</url>
20 <artifactId>maven-jar-plugin</artifactId>
24 <class-path>dt-ejb.jar</class-path>
27 <main-class>org.apache.geronimo.samples.daytrader.client.ws.ClientApp</main-class>
36 <groupId>org.apache.geronimo.specs</groupId>
37 <artifactId>geronimo-j2ee_1.4_spec</artifactId>
38 <version>1.0</version>
39 <scope>provided</scope>
42 <distributionManagement>
43 <status>deployed</status>
44 </distributionManagement>