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.13 - (show annotations) (download) (as text)
Tue Dec 19 11:55:47 2006 UTC (17 years, 3 months ago) by karma
Branch: MAIN
CVS Tags: JSTOCK-RELEASE-0_5_1
Changes since 1.12: +5 -0 lines
File MIME type: application/xml
add dependency library (xerces)

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 <!--
48 <source>1.5</source>
49 <target>1.5</target>
50 -->
51 </configuration>
52 </plugin>
53 </plugins>
54 </build>
55 <repositories>
56 <repository>
57 <id>maven.seasar.org</id>
58 <name>The Seasar Foundation Maven2 Repository</name>
59 <url>http://maven.seasar.org/maven2</url>
60 </repository>
61 <repository>
62 <id>apache-repo</id>
63 <name>apache-repo</name>
64 <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
65 </repository>
66 </repositories>
67 <dependencies>
68 <dependency>
69 <groupId>junit</groupId>
70 <artifactId>junit</artifactId>
71 <version>3.8.1</version>
72 <scope>test</scope>
73 </dependency>
74 <dependency>
75 <groupId>portlet-api</groupId>
76 <artifactId>portlet-api</artifactId>
77 <version>1.0</version>
78 <scope>provided</scope>
79 </dependency>
80 <dependency>
81 <groupId>jstl</groupId>
82 <artifactId>jstl</artifactId>
83 <version>1.1.2</version>
84 </dependency>
85 <dependency>
86 <groupId>nekohtml</groupId>
87 <artifactId>nekohtml</artifactId>
88 <version>0.9.5</version>
89 </dependency>
90 <dependency>
91 <groupId>taglibs</groupId>
92 <artifactId>standard</artifactId>
93 <version>1.1.2</version>
94 </dependency>
95 <dependency>
96 <groupId>commons-logging</groupId>
97 <artifactId>commons-logging</artifactId>
98 <version>1.0.4</version>
99 </dependency>
100 <dependency>
101 <groupId>org.seasar.teeda</groupId>
102 <artifactId>teeda-core</artifactId>
103 <version>1.0.2</version>
104 <exclusions>
105 <exclusion>
106 <artifactId>rhino</artifactId>
107 <groupId>rhino</groupId>
108 </exclusion>
109 </exclusions>
110 </dependency>
111 <dependency>
112 <groupId>org.seasar.portlet</groupId>
113 <artifactId>s2-portlet</artifactId>
114 <version>1.0.5</version>
115 </dependency>
116 <!--
117 <dependency>
118 <groupId>org.seasar.portlet</groupId>
119 <artifactId>s2-portlet-extension</artifactId>
120 <version>1.0.4</version>
121 </dependency>
122 -->
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.2</version>
138 </dependency>
139 <dependency>
140 <groupId>oro</groupId>
141 <artifactId>oro</artifactId>
142 <version>2.0.8</version>
143 </dependency>
144 <dependency>
145 <groupId>xerces</groupId>
146 <artifactId>xercesImpl</artifactId>
147 <version>2.8.1</version>
148 </dependency>
149 </dependencies>
150 </project>

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