| 1 |
karma |
1.1 |
<?xml version="1.0"?><project> |
| 2 |
|
|
<modelVersion>4.0.0</modelVersion> |
| 3 |
|
|
<groupId>jp.sf.pal.jstock</groupId> |
| 4 |
|
|
<artifactId>jstock</artifactId> |
| 5 |
|
|
<packaging>war</packaging> |
| 6 |
|
|
<name>Japanese Stock Market Portlet</name> |
| 7 |
karma |
1.3 |
<version>0.2</version> |
| 8 |
|
|
<description>Display Japanese Stock Market Information.</description> |
| 9 |
karma |
1.1 |
<url>http://sourceforge.jp/projects/pal/</url> |
| 10 |
karma |
1.3 |
|
| 11 |
|
|
<organization> |
| 12 |
|
|
<name>Portal Application Laboratorycom</name> |
| 13 |
|
|
<url>http://sourceforge.jp/projects/pal/</url> |
| 14 |
|
|
</organization> |
| 15 |
|
|
|
| 16 |
|
|
<mailingLists> |
| 17 |
|
|
<mailingList> |
| 18 |
|
|
<name>CVS Notification List</name> |
| 19 |
|
|
<subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe> |
| 20 |
|
|
<unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe> |
| 21 |
|
|
<archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive> |
| 22 |
|
|
</mailingList> |
| 23 |
|
|
</mailingLists> |
| 24 |
|
|
|
| 25 |
|
|
<developers> |
| 26 |
|
|
<developer> |
| 27 |
|
|
<name>KATOH Yasufumi</name> |
| 28 |
|
|
<id>karma</id> |
| 29 |
|
|
<email>karma@users.sourceforge.jp</email> |
| 30 |
|
|
<organization>harp.gr.jp</organization> |
| 31 |
|
|
<roles> |
| 32 |
|
|
<role>Java Developer</role> |
| 33 |
|
|
</roles> |
| 34 |
|
|
<timezone>+9</timezone> |
| 35 |
|
|
</developer> |
| 36 |
|
|
</developers> |
| 37 |
|
|
|
| 38 |
|
|
<scm> |
| 39 |
|
|
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:jstock</connection> |
| 40 |
|
|
<url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/jstock/</url> |
| 41 |
|
|
</scm> |
| 42 |
|
|
|
| 43 |
karma |
1.1 |
<build> |
| 44 |
|
|
<sourceDirectory>src/main/java</sourceDirectory> |
| 45 |
|
|
<testSourceDirectory>src/test/java</testSourceDirectory> |
| 46 |
|
|
<finalName>jstock</finalName> |
| 47 |
|
|
</build> |
| 48 |
karma |
1.3 |
|
| 49 |
karma |
1.1 |
<repositories> |
| 50 |
|
|
<repository> |
| 51 |
|
|
<id>maven.seasar.org</id> |
| 52 |
|
|
<name>The Seasar Foundation Maven2 Repository</name> |
| 53 |
|
|
<url>http://maven.seasar.org/maven2</url> |
| 54 |
|
|
</repository> |
| 55 |
|
|
<repository> |
| 56 |
|
|
<id>apache-repo</id> |
| 57 |
|
|
<name>apache-repo</name> |
| 58 |
|
|
<url>http://myfaces.zones.apache.org/dist/maven-repository</url> |
| 59 |
|
|
</repository> |
| 60 |
|
|
</repositories> |
| 61 |
karma |
1.3 |
|
| 62 |
karma |
1.1 |
<dependencies> |
| 63 |
|
|
<dependency> |
| 64 |
|
|
<groupId>junit</groupId> |
| 65 |
|
|
<artifactId>junit</artifactId> |
| 66 |
|
|
<version>3.8.1</version> |
| 67 |
|
|
<scope>test</scope> |
| 68 |
|
|
</dependency> |
| 69 |
|
|
<dependency> |
| 70 |
|
|
<groupId>portlet-api</groupId> |
| 71 |
|
|
<artifactId>portlet-api</artifactId> |
| 72 |
|
|
<version>1.0</version> |
| 73 |
|
|
<scope>provided</scope> |
| 74 |
|
|
</dependency> |
| 75 |
|
|
<dependency> |
| 76 |
|
|
<groupId>jstl</groupId> |
| 77 |
|
|
<artifactId>jstl</artifactId> |
| 78 |
|
|
<version>1.1.2</version> |
| 79 |
|
|
</dependency> |
| 80 |
|
|
<dependency> |
| 81 |
|
|
<groupId>nekohtml</groupId> |
| 82 |
|
|
<artifactId>nekohtml</artifactId> |
| 83 |
|
|
<version>0.9.5</version> |
| 84 |
|
|
</dependency> |
| 85 |
|
|
<dependency> |
| 86 |
|
|
<groupId>taglibs</groupId> |
| 87 |
|
|
<artifactId>standard</artifactId> |
| 88 |
|
|
<version>1.1.2</version> |
| 89 |
|
|
</dependency> |
| 90 |
|
|
<dependency> |
| 91 |
|
|
<groupId>commons-logging</groupId> |
| 92 |
|
|
<artifactId>commons-logging</artifactId> |
| 93 |
|
|
<version>1.0.4</version> |
| 94 |
|
|
</dependency> |
| 95 |
|
|
<dependency> |
| 96 |
|
|
<groupId>org.seasar.teeda</groupId> |
| 97 |
|
|
<artifactId>teeda-core</artifactId> |
| 98 |
karma |
1.5 |
<version>1.0-beta-6</version> |
| 99 |
karma |
1.6 |
<exclusions> |
| 100 |
|
|
<exclusion> |
| 101 |
|
|
<groupId>rhino</groupId> |
| 102 |
|
|
<artifactId>rhino</artifactId> |
| 103 |
|
|
</exclusion> |
| 104 |
|
|
</exclusions> |
| 105 |
karma |
1.1 |
</dependency> |
| 106 |
|
|
<dependency> |
| 107 |
|
|
<groupId>org.seasar.portlet</groupId> |
| 108 |
|
|
<artifactId>s2-portlet</artifactId> |
| 109 |
karma |
1.4 |
<version>1.0.3</version> |
| 110 |
karma |
1.1 |
</dependency> |
| 111 |
|
|
<dependency> |
| 112 |
|
|
<groupId>org.seasar.portlet</groupId> |
| 113 |
|
|
<artifactId>s2-portlet-extension</artifactId> |
| 114 |
karma |
1.4 |
<version>1.0.3</version> |
| 115 |
karma |
1.1 |
</dependency> |
| 116 |
|
|
<dependency> |
| 117 |
|
|
<groupId>org.apache.portals.bridges</groupId> |
| 118 |
|
|
<artifactId>portals-bridges-portletfilter</artifactId> |
| 119 |
|
|
<version>1.0</version> |
| 120 |
|
|
</dependency> |
| 121 |
|
|
<dependency> |
| 122 |
|
|
<groupId>javax.servlet</groupId> |
| 123 |
|
|
<artifactId>servlet-api</artifactId> |
| 124 |
|
|
<version>2.3</version> |
| 125 |
|
|
<scope>provided</scope> |
| 126 |
|
|
</dependency> |
| 127 |
|
|
</dependencies> |
| 128 |
|
|
</project> |