Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/charttest/project.xml

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


Revision 1.4 - (show annotations) (download) (as text)
Mon Sep 25 13:20:47 2006 UTC (17 years, 6 months ago) by shinsuke
Branch: MAIN
CVS Tags: CHARTTEST-RELEASE-0_2
Changes since 1.3: +29 -143 lines
File MIME type: application/xml
cleanup. removed unused dependencies. updated to release version.

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright 2004 The Apache Software Foundation
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 $Id: project.xml,v 1.3 2006/09/07 03:11:30 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>charttest</artifactId>
24 <currentVersion>0.2</currentVersion>
25 <name>Chart Test Portlet</name>
26 <description>This is a sample portlet to create several charts.</description>
27 <shortDescription>Chart Test Portlet</shortDescription>
28
29 <organization>
30 <name>Portal Application Laboratorycom</name>
31 <url>http://sourceforge.jp/projects/pal/</url>
32 <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>
33 </organization>
34 <!-- If this project has a logo image, replace it -->
35 <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>
36
37 <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
38 <siteAddress>shell.sourceforge.jp</siteAddress>
39 <siteDirectory>/home/groups/p/pa/pal/htdocs/charttest</siteDirectory>
40 <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
41
42 <repository>
43 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:charttest</connection>
44 <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:charttest</developerConnection>
45 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/charttest</url>
46 </repository>
47
48 <mailingLists>
49 <mailingList>
50 <name>CVS Notification List</name>
51 <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
52 <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
53 <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
54 </mailingList>
55 </mailingLists>
56
57 <developers>
58 <developer>
59 <name>Shinsuke Sugaya</name>
60 <id>shinsuke</id>
61 <email>shinsuke@users.sourceforge.jp</email>
62 <organization>marevol.com</organization>
63 <roles>
64 <role>Java Developer</role>
65 </roles>
66 <timezone>+9</timezone>
67 </developer>
68 </developers>
69
70 <dependencies>
71 <dependency>
72 <id>servletapi</id>
73 <version>2.3</version>
74 <properties>
75 <war.bundle>false</war.bundle>
76 </properties>
77 </dependency>
78 <dependency>
79 <groupId>portlet-api</groupId>
80 <artifactId>portlet-api</artifactId>
81 <version>1.0</version>
82 <properties>
83 <war.bundle>false</war.bundle>
84 </properties>
85 </dependency>
86
87 <dependency>
88 <groupId>commons-lang</groupId>
89 <artifactId>commons-lang</artifactId>
90 <version>2.1</version>
91 <url>http://jakarta.apache.org/commons/lang</url>
92 <properties>
93 <war.bundle>true</war.bundle>
94 </properties>
95 </dependency>
96 <dependency>
97 <groupId>commons-beanutils</groupId>
98 <artifactId>commons-beanutils</artifactId>
99 <version>1.6.1</version>
100 <url>http://jakarta.apache.org/commons/beanutils</url>
101 <properties>
102 <war.bundle>true</war.bundle>
103 </properties>
104 </dependency>
105 <dependency>
106 <groupId>commons-codec</groupId>
107 <artifactId>commons-codec</artifactId>
108 <version>1.2</version>
109 <url>http://jakarta.apache.org/commons/codec/</url>
110 <properties>
111 <war.bundle>true</war.bundle>
112 </properties>
113 </dependency>
114 <dependency>
115 <groupId>commons-digester</groupId>
116 <artifactId>commons-digester</artifactId>
117 <version>1.5</version>
118 <url>http://jakarta.apache.org/commons/digester</url>
119 <properties>
120 <war.bundle>true</war.bundle>
121 </properties>
122 </dependency>
123 <dependency>
124 <groupId>commons-fileupload</groupId>
125 <artifactId>commons-fileupload</artifactId>
126 <version>1.0</version>
127 <properties>
128 <war.bundle>true</war.bundle>
129 </properties>
130 </dependency>
131 <dependency>
132 <id>log4j</id>
133 <version>1.2.13</version>
134 <properties>
135 <war.bundle>true</war.bundle>
136 </properties>
137 </dependency>
138
139 <dependency>
140 <groupId>myfaces</groupId>
141 <artifactId>myfaces-api</artifactId>
142 <version>1.1.3</version>
143 <type>jar</type>
144 <properties>
145 <war.bundle>true</war.bundle>
146 </properties>
147 </dependency>
148 <dependency>
149 <groupId>myfaces</groupId>
150 <artifactId>myfaces-impl</artifactId>
151 <version>1.1.3</version>
152 <type>jar</type>
153 <properties>
154 <war.bundle>true</war.bundle>
155 </properties>
156 </dependency>
157 <dependency>
158 <groupId>org.apache.myfaces.tomahawk</groupId>
159 <artifactId>tomahawk</artifactId>
160 <version>1.1.3</version>
161 <type>jar</type>
162 <properties>
163 <war.bundle>true</war.bundle>
164 </properties>
165 </dependency>
166
167 <dependency>
168 <groupId>commons-logging</groupId>
169 <artifactId>commons-logging</artifactId>
170 <version>1.0.4</version>
171 <url>http://jakarta.apache.org/commons/logging</url>
172 <properties>
173 <war.bundle>true</war.bundle>
174 </properties>
175 </dependency>
176 <dependency>
177 <groupId>commons-el</groupId>
178 <artifactId>commons-el</artifactId>
179 <version>1.0</version>
180 <url>http://jakarta.apache.org/commons/el/</url>
181 <properties>
182 <war.bundle>true</war.bundle>
183 </properties>
184 </dependency>
185 <dependency>
186 <groupId>commons-validator</groupId>
187 <artifactId>commons-validator</artifactId>
188 <version>1.2.0</version>
189 <url>http://jakarta.apache.org/commons/validator/</url>
190 <properties>
191 <war.bundle>true</war.bundle>
192 </properties>
193 </dependency>
194 <dependency>
195 <groupId>oro</groupId>
196 <artifactId>oro</artifactId>
197 <version>2.0.7</version>
198 <url>http://jakarta.apache.org/commons/validator/</url>
199 <properties>
200 <war.bundle>true</war.bundle>
201 </properties>
202 </dependency>
203
204 <dependency>
205 <groupId>commons-collections</groupId>
206 <artifactId>commons-collections</artifactId>
207 <version>2.1.1</version>
208 <url>http://jakarta.apache.org/commons/collections</url>
209 <properties>
210 <war.bundle>true</war.bundle>
211 </properties>
212 </dependency>
213
214 <!-- jenia4faces -->
215
216 <dependency>
217 <groupId>jfree</groupId>
218 <artifactId>jcommon</artifactId>
219 <version>1.0.0-rc1</version>
220 <properties>
221 <war.bundle>true</war.bundle>
222 </properties>
223 </dependency>
224 <dependency>
225 <groupId>jfree</groupId>
226 <artifactId>jfreechart</artifactId>
227 <version>1.0.0-rc1</version>
228 <properties>
229 <war.bundle>true</war.bundle>
230 </properties>
231 </dependency>
232 <dependency>
233 <groupId>jenia4faces</groupId>
234 <artifactId>jenia4faces-chart</artifactId>
235 <version>1.1</version>
236 <properties>
237 <war.bundle>true</war.bundle>
238 </properties>
239 </dependency>
240 <dependency>
241 <groupId>jenia4faces</groupId>
242 <artifactId>jenia4faces-commons</artifactId>
243 <version>1.2</version>
244 <properties>
245 <war.bundle>true</war.bundle>
246 </properties>
247 </dependency>
248 <dependency>
249 <groupId>batik</groupId>
250 <artifactId>batik-awt-util</artifactId>
251 <version>1.6</version>
252 <properties>
253 <war.bundle>true</war.bundle>
254 </properties>
255 </dependency>
256 <dependency>
257 <groupId>batik</groupId>
258 <artifactId>batik-dom</artifactId>
259 <version>1.6</version>
260 <properties>
261 <war.bundle>true</war.bundle>
262 </properties>
263 </dependency>
264 <dependency>
265 <groupId>batik</groupId>
266 <artifactId>batik-ext</artifactId>
267 <version>1.6</version>
268 <properties>
269 <war.bundle>true</war.bundle>
270 </properties>
271 </dependency>
272 <dependency>
273 <groupId>batik</groupId>
274 <artifactId>batik-svggen</artifactId>
275 <version>1.6</version>
276 <properties>
277 <war.bundle>true</war.bundle>
278 </properties>
279 </dependency>
280 <dependency>
281 <groupId>batik</groupId>
282 <artifactId>batik-util</artifactId>
283 <version>1.6</version>
284 <properties>
285 <war.bundle>true</war.bundle>
286 </properties>
287 </dependency>
288 <dependency>
289 <groupId>batik</groupId>
290 <artifactId>batik-xml</artifactId>
291 <version>1.6</version>
292 <properties>
293 <war.bundle>true</war.bundle>
294 </properties>
295 </dependency>
296
297 </dependencies>
298
299
300 <build>
301 <sourceDirectory>src/java</sourceDirectory>
302 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
303 <unitTest>
304 <includes>
305 <include>**/*Test.java</include>
306 </includes>
307 </unitTest>
308 <resources>
309 <resource>
310 <directory>${basedir}/src/java/</directory>
311 <includes>
312 <include>**/*.properties</include>
313 <include>**/*.xml</include>
314 </includes>
315 <filtering>false</filtering>
316 </resource>
317 </resources>
318 </build>
319
320 <reports>
321 <report>maven-jdepend-plugin</report>
322 <report>maven-checkstyle-plugin</report>
323 <report>maven-pmd-plugin</report>
324 <report>maven-changelog-plugin</report>
325 <report>maven-file-activity-plugin</report>
326 <report>maven-developer-activity-plugin</report>
327 <report>maven-license-plugin</report>
328 <report>maven-javadoc-plugin</report>
329 <report>maven-jxr-plugin</report>
330 <report>maven-junit-report-plugin</report>
331 <report>maven-tasklist-plugin</report>
332 </reports>
333 <properties/>
334 </project>

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