Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/jstock/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.10 - (show annotations) (download) (as text)
Wed Nov 15 07:55:32 2006 UTC (17 years, 4 months ago) by karma
Branch: MAIN
Changes since 1.9: +5 -3 lines
File MIME type: application/xml
依存ライブラリの変更(teeda,s2portlet)
Ajax版で株価が前日比プラスだった場合に符号を付くようにした

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26