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.8 - (show annotations) (download) (as text)
Thu Nov 2 14:20:31 2006 UTC (17 years, 5 months ago) by shinsuke
Branch: MAIN
Changes since 1.7: +6 -1 lines
File MIME type: application/xml
added marevol.com repo

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 <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>
52 <repositories>
53 <repository>
54 <id>maven.seasar.org</id>
55 <name>The Seasar Foundation Maven2 Repository</name>
56 <url>http://maven.seasar.org/maven2</url>
57 </repository>
58 <repository>
59 <id>apache-repo</id>
60 <name>apache-repo</name>
61 <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
62 </repository>
63 <repository>
64 <id>maven.marevol.com</id>
65 <name>Maven2 Repository on marevol.com</name>
66 <url>http://www.marevol.com/maven2</url>
67 </repository>
68 </repositories>
69 <dependencies>
70 <dependency>
71 <groupId>junit</groupId>
72 <artifactId>junit</artifactId>
73 <version>3.8.1</version>
74 <scope>test</scope>
75 </dependency>
76 <dependency>
77 <groupId>portlet-api</groupId>
78 <artifactId>portlet-api</artifactId>
79 <version>1.0</version>
80 <scope>provided</scope>
81 </dependency>
82 <dependency>
83 <groupId>jstl</groupId>
84 <artifactId>jstl</artifactId>
85 <version>1.1.2</version>
86 </dependency>
87 <dependency>
88 <groupId>nekohtml</groupId>
89 <artifactId>nekohtml</artifactId>
90 <version>0.9.5</version>
91 </dependency>
92 <dependency>
93 <groupId>taglibs</groupId>
94 <artifactId>standard</artifactId>
95 <version>1.1.2</version>
96 </dependency>
97 <dependency>
98 <groupId>commons-logging</groupId>
99 <artifactId>commons-logging</artifactId>
100 <version>1.0.4</version>
101 </dependency>
102 <dependency>
103 <groupId>org.seasar.teeda</groupId>
104 <artifactId>teeda-core</artifactId>
105 <version>1.0-rc-2-SNAPSHOT</version>
106 <exclusions>
107 <exclusion>
108 <artifactId>rhino</artifactId>
109 <groupId>rhino</groupId>
110 </exclusion>
111 </exclusions>
112 </dependency>
113 <dependency>
114 <groupId>org.seasar.portlet</groupId>
115 <artifactId>s2-portlet</artifactId>
116 <version>1.0.4</version>
117 </dependency>
118 <dependency>
119 <groupId>org.seasar.portlet</groupId>
120 <artifactId>s2-portlet-extension</artifactId>
121 <version>1.0.4</version>
122 </dependency>
123 <dependency>
124 <groupId>org.apache.portals.bridges</groupId>
125 <artifactId>portals-bridges-portletfilter</artifactId>
126 <version>1.0</version>
127 </dependency>
128 <dependency>
129 <groupId>javax.servlet</groupId>
130 <artifactId>servlet-api</artifactId>
131 <version>2.3</version>
132 <scope>provided</scope>
133 </dependency>
134 <dependency>
135 <groupId>org.seasar.teeda</groupId>
136 <artifactId>teeda-ajax</artifactId>
137 <version>1.0-rc-2-SNAPSHOT</version>
138 </dependency>
139 </dependencies>
140 </project>

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