| 7 |
<version>0.2</version> |
<version>0.2</version> |
| 8 |
<description>Display Japanese Stock Market Information.</description> |
<description>Display Japanese Stock Market Information.</description> |
| 9 |
<url>http://sourceforge.jp/projects/pal/</url> |
<url>http://sourceforge.jp/projects/pal/</url> |
|
|
|
|
<organization> |
|
|
<name>Portal Application Laboratorycom</name> |
|
|
<url>http://sourceforge.jp/projects/pal/</url> |
|
|
</organization> |
|
|
|
|
| 10 |
<mailingLists> |
<mailingLists> |
| 11 |
<mailingList> |
<mailingList> |
| 12 |
<name>CVS Notification List</name> |
<name>CVS Notification List</name> |
| 15 |
<archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive> |
<archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive> |
| 16 |
</mailingList> |
</mailingList> |
| 17 |
</mailingLists> |
</mailingLists> |
|
|
|
| 18 |
<developers> |
<developers> |
| 19 |
<developer> |
<developer> |
|
<name>KATOH Yasufumi</name> |
|
| 20 |
<id>karma</id> |
<id>karma</id> |
| 21 |
|
<name>KATOH Yasufumi</name> |
| 22 |
<email>karma@users.sourceforge.jp</email> |
<email>karma@users.sourceforge.jp</email> |
| 23 |
<organization>harp.gr.jp</organization> |
<organization>harp.gr.jp</organization> |
| 24 |
<roles> |
<roles> |
| 27 |
<timezone>+9</timezone> |
<timezone>+9</timezone> |
| 28 |
</developer> |
</developer> |
| 29 |
</developers> |
</developers> |
|
|
|
| 30 |
<scm> |
<scm> |
| 31 |
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:jstock</connection> |
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:jstock</connection> |
| 32 |
<url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/jstock/</url> |
<url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/jstock/</url> |
| 33 |
</scm> |
</scm> |
| 34 |
|
<organization> |
| 35 |
|
<name>Portal Application Laboratorycom</name> |
| 36 |
|
<url>http://sourceforge.jp/projects/pal/</url> |
| 37 |
|
</organization> |
| 38 |
<build> |
<build> |
| 39 |
<sourceDirectory>src/main/java</sourceDirectory> |
<sourceDirectory>src/main/java</sourceDirectory> |
| 40 |
<testSourceDirectory>src/test/java</testSourceDirectory> |
<testSourceDirectory>src/test/java</testSourceDirectory> |
| 41 |
<finalName>jstock</finalName> |
<finalName>jstock</finalName> |
| 42 |
|
<plugins> |
| 43 |
|
<plugin> |
| 44 |
|
<groupId>org.apache.maven.plugins</groupId> |
| 45 |
|
<artifactId>maven-compiler-plugin</artifactId> |
| 46 |
|
<configuration> |
| 47 |
|
<encoding>UTF-8</encoding> |
| 48 |
|
</configuration> |
| 49 |
|
</plugin> |
| 50 |
|
</plugins> |
| 51 |
</build> |
</build> |
|
|
|
| 52 |
<repositories> |
<repositories> |
| 53 |
<repository> |
<repository> |
| 54 |
<id>maven.seasar.org</id> |
<id>maven.seasar.org</id> |
| 56 |
<url>http://maven.seasar.org/maven2</url> |
<url>http://maven.seasar.org/maven2</url> |
| 57 |
</repository> |
</repository> |
| 58 |
<repository> |
<repository> |
| 59 |
<id>apache-repo</id> |
<id>apache-repo</id> |
| 60 |
<name>apache-repo</name> |
<name>apache-repo</name> |
| 61 |
<url>http://myfaces.zones.apache.org/dist/maven-repository</url> |
<url>http://myfaces.zones.apache.org/dist/maven-repository</url> |
| 62 |
</repository> |
</repository> |
| 63 |
</repositories> |
</repositories> |
|
|
|
| 64 |
<dependencies> |
<dependencies> |
| 65 |
<dependency> |
<dependency> |
| 66 |
<groupId>junit</groupId> |
<groupId>junit</groupId> |
| 97 |
<dependency> |
<dependency> |
| 98 |
<groupId>org.seasar.teeda</groupId> |
<groupId>org.seasar.teeda</groupId> |
| 99 |
<artifactId>teeda-core</artifactId> |
<artifactId>teeda-core</artifactId> |
| 100 |
<version>1.0-beta-6</version> |
<version>1.0-rc-2-SNAPSHOT</version> |
| 101 |
<exclusions> |
<exclusions> |
| 102 |
<exclusion> |
<exclusion> |
| 103 |
<groupId>rhino</groupId> |
<artifactId>rhino</artifactId> |
| 104 |
<artifactId>rhino</artifactId> |
<groupId>rhino</groupId> |
| 105 |
</exclusion> |
</exclusion> |
| 106 |
</exclusions> |
</exclusions> |
| 107 |
</dependency> |
</dependency> |
| 108 |
<dependency> |
<dependency> |
| 109 |
<groupId>org.seasar.portlet</groupId> |
<groupId>org.seasar.portlet</groupId> |
| 110 |
<artifactId>s2-portlet</artifactId> |
<artifactId>s2-portlet</artifactId> |
| 111 |
<version>1.0.3</version> |
<version>1.0.4</version> |
| 112 |
</dependency> |
</dependency> |
| 113 |
<dependency> |
<dependency> |
| 114 |
<groupId>org.seasar.portlet</groupId> |
<groupId>org.seasar.portlet</groupId> |
| 115 |
<artifactId>s2-portlet-extension</artifactId> |
<artifactId>s2-portlet-extension</artifactId> |
| 116 |
<version>1.0.3</version> |
<version>1.0.4</version> |
| 117 |
</dependency> |
</dependency> |
| 118 |
<dependency> |
<dependency> |
| 119 |
<groupId>org.apache.portals.bridges</groupId> |
<groupId>org.apache.portals.bridges</groupId> |
| 126 |
<version>2.3</version> |
<version>2.3</version> |
| 127 |
<scope>provided</scope> |
<scope>provided</scope> |
| 128 |
</dependency> |
</dependency> |
| 129 |
|
<dependency> |
| 130 |
|
<groupId>org.seasar.teeda</groupId> |
| 131 |
|
<artifactId>teeda-ajax</artifactId> |
| 132 |
|
<version>1.0-rc-2-SNAPSHOT</version> |
| 133 |
|
</dependency> |
| 134 |
</dependencies> |
</dependencies> |
| 135 |
</project> |
</project> |