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-streamer</artifactId>
9 <name>DayTrader :: Quote Streamer</name>
10 <version>1.1</version>
11 <description>Streamer Application for Day Trader</description>
13 <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/streamer</connection>
14 <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/daytrader/trunk/modules/streamer</developerConnection>
15 <url>http://svn.apache.org/viewcvs.cgi/geronimo/daytrader/trunk/modules/ear</url>
20 <artifactId>maven-jar-plugin</artifactId>
24 <class-path>dt-ejb.jar</class-path>
27 <main-class>org.apache.geronimo.samples.daytrader.client.TradeClient</main-class>
36 <groupId>geronimo</groupId>
37 <artifactId>daytrader-ejb</artifactId>
38 <version>1.1</version>
39 <scope>provided</scope>
42 <groupId>org.apache.geronimo.specs</groupId>
43 <artifactId>geronimo-j2ee_1.4_spec</artifactId>
44 <version>1.0</version>
45 <scope>provided</scope>
48 <distributionManagement>
49 <status>deployed</status>
50 </distributionManagement>