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.1 - (show annotations) (download) (as text)
Mon Apr 17 22:37:40 2006 UTC (17 years, 11 months ago) by shinsuke
Branch: MAIN
Branch point for: shinsuke
File MIME type: application/xml
Initial revision

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.2 2006/04/16 00:07:07 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>charttest</artifactId>
24 <currentVersion>0.1-SNAPSHOT</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 <groupId>pal</groupId>
73 <artifactId>bridges-myfaces</artifactId>
74 <version>${bridges.myfaces.version}</version>
75 <type>jar</type>
76 <properties>
77 <war.bundle>true</war.bundle>
78 </properties>
79 </dependency>
80
81 <dependency>
82 <groupId>marevol</groupId>
83 <artifactId>marevol-utils</artifactId>
84 <version>0.1.1</version>
85 <type>jar</type>
86 <properties>
87 <war.bundle>true</war.bundle>
88 </properties>
89 </dependency>
90 <dependency>
91 <groupId>marevol</groupId>
92 <artifactId>marevol-faces-utils</artifactId>
93 <version>0.2</version>
94 <type>jar</type>
95 <properties>
96 <war.bundle>true</war.bundle>
97 </properties>
98 </dependency>
99
100 <dependency>
101 <groupId>org.apache.portals.bridges</groupId>
102 <artifactId>portals-bridges-common</artifactId>
103 <version>1.0</version>
104 <type>jar</type>
105 <properties>
106 <war.bundle>true</war.bundle>
107 </properties>
108 </dependency>
109 <dependency>
110 <id>jetspeed-header-resource</id>
111 <groupId>org.apache.portals.jetspeed-2</groupId>
112 <version>${jetspeed.version}</version>
113 <properties>
114 <war.bundle>false</war.bundle>
115 </properties>
116 </dependency>
117
118 <dependency>
119 <groupId>org.apache.portals.bridges</groupId>
120 <artifactId>portals-bridges-portletfilter</artifactId>
121 <version>1.0</version>
122 <type>jar</type>
123 <properties>
124 <war.bundle>true</war.bundle>
125 </properties>
126 </dependency>
127
128 <dependency>
129 <id>servletapi</id>
130 <version>2.3</version>
131 <properties>
132 <war.bundle>false</war.bundle>
133 </properties>
134 </dependency>
135 <dependency>
136 <groupId>portlet-api</groupId>
137 <artifactId>portlet-api</artifactId>
138 <version>1.0</version>
139 <properties>
140 <war.bundle>false</war.bundle>
141 </properties>
142 </dependency>
143
144 <dependency>
145 <groupId>commons-lang</groupId>
146 <artifactId>commons-lang</artifactId>
147 <version>2.1</version>
148 <url>http://jakarta.apache.org/commons/lang</url>
149 <properties>
150 <war.bundle>true</war.bundle>
151 </properties>
152 </dependency>
153 <dependency>
154 <groupId>commons-beanutils</groupId>
155 <artifactId>commons-beanutils</artifactId>
156 <version>1.6.1</version>
157 <url>http://jakarta.apache.org/commons/beanutils</url>
158 <properties>
159 <war.bundle>true</war.bundle>
160 </properties>
161 </dependency>
162 <dependency>
163 <groupId>commons-codec</groupId>
164 <artifactId>commons-codec</artifactId>
165 <version>1.2</version>
166 <url>http://jakarta.apache.org/commons/codec/</url>
167 <properties>
168 <war.bundle>true</war.bundle>
169 </properties>
170 </dependency>
171 <dependency>
172 <groupId>commons-digester</groupId>
173 <artifactId>commons-digester</artifactId>
174 <version>1.5</version>
175 <url>http://jakarta.apache.org/commons/digester</url>
176 <properties>
177 <war.bundle>true</war.bundle>
178 </properties>
179 </dependency>
180 <dependency>
181 <groupId>commons-fileupload</groupId>
182 <artifactId>commons-fileupload</artifactId>
183 <version>1.0</version>
184 <properties>
185 <war.bundle>true</war.bundle>
186 </properties>
187 </dependency>
188 <dependency>
189 <id>log4j</id>
190 <version>1.2.13</version>
191 <properties>
192 <war.bundle>true</war.bundle>
193 </properties>
194 </dependency>
195
196 <dependency>
197 <groupId>myfaces</groupId>
198 <artifactId>myfaces-all</artifactId>
199 <version>1.1.1</version>
200 <properties>
201 <war.bundle>true</war.bundle>
202 </properties>
203 </dependency>
204
205 <dependency>
206 <groupId>commons-logging</groupId>
207 <artifactId>commons-logging</artifactId>
208 <version>1.0.4</version>
209 <url>http://jakarta.apache.org/commons/logging</url>
210 <properties>
211 <war.bundle>true</war.bundle>
212 </properties>
213 </dependency>
214 <dependency>
215 <groupId>commons-el</groupId>
216 <artifactId>commons-el</artifactId>
217 <version>1.0</version>
218 <url>http://jakarta.apache.org/commons/el/</url>
219 <properties>
220 <war.bundle>true</war.bundle>
221 </properties>
222 </dependency>
223 <dependency>
224 <groupId>commons-validator</groupId>
225 <artifactId>commons-validator</artifactId>
226 <version>1.2.0</version>
227 <url>http://jakarta.apache.org/commons/validator/</url>
228 <properties>
229 <war.bundle>true</war.bundle>
230 </properties>
231 </dependency>
232 <dependency>
233 <groupId>oro</groupId>
234 <artifactId>oro</artifactId>
235 <version>2.0.7</version>
236 <url>http://jakarta.apache.org/commons/validator/</url>
237 <properties>
238 <war.bundle>true</war.bundle>
239 </properties>
240 </dependency>
241
242 <dependency>
243 <groupId>commons-collections</groupId>
244 <artifactId>commons-collections</artifactId>
245 <version>2.1.1</version>
246 <url>http://jakarta.apache.org/commons/collections</url>
247 <properties>
248 <war.bundle>true</war.bundle>
249 </properties>
250 </dependency>
251
252 <!-- jenia4faces -->
253
254 <dependency>
255 <groupId>jfree</groupId>
256 <artifactId>jcommon</artifactId>
257 <version>1.0.0-rc1</version>
258 <properties>
259 <war.bundle>true</war.bundle>
260 </properties>
261 </dependency>
262 <dependency>
263 <groupId>jfree</groupId>
264 <artifactId>jfreechart</artifactId>
265 <version>1.0.0-rc1</version>
266 <properties>
267 <war.bundle>true</war.bundle>
268 </properties>
269 </dependency>
270 <dependency>
271 <groupId>jenia4faces</groupId>
272 <artifactId>jenia4faces-chart</artifactId>
273 <version>1.1</version>
274 <properties>
275 <war.bundle>true</war.bundle>
276 </properties>
277 </dependency>
278 <dependency>
279 <groupId>jenia4faces</groupId>
280 <artifactId>jenia4faces-commons</artifactId>
281 <version>1.2</version>
282 <properties>
283 <war.bundle>true</war.bundle>
284 </properties>
285 </dependency>
286 <dependency>
287 <groupId>batik</groupId>
288 <artifactId>batik-awt-util</artifactId>
289 <version>1.6</version>
290 <properties>
291 <war.bundle>true</war.bundle>
292 </properties>
293 </dependency>
294 <dependency>
295 <groupId>batik</groupId>
296 <artifactId>batik-dom</artifactId>
297 <version>1.6</version>
298 <properties>
299 <war.bundle>true</war.bundle>
300 </properties>
301 </dependency>
302 <dependency>
303 <groupId>batik</groupId>
304 <artifactId>batik-ext</artifactId>
305 <version>1.6</version>
306 <properties>
307 <war.bundle>true</war.bundle>
308 </properties>
309 </dependency>
310 <dependency>
311 <groupId>batik</groupId>
312 <artifactId>batik-svggen</artifactId>
313 <version>1.6</version>
314 <properties>
315 <war.bundle>true</war.bundle>
316 </properties>
317 </dependency>
318 <dependency>
319 <groupId>batik</groupId>
320 <artifactId>batik-util</artifactId>
321 <version>1.6</version>
322 <properties>
323 <war.bundle>true</war.bundle>
324 </properties>
325 </dependency>
326 <dependency>
327 <groupId>batik</groupId>
328 <artifactId>batik-xml</artifactId>
329 <version>1.6</version>
330 <properties>
331 <war.bundle>true</war.bundle>
332 </properties>
333 </dependency>
334
335 <!-- Seasar2 -->
336
337 <dependency>
338 <groupId>aopalliance</groupId>
339 <artifactId>aopalliance</artifactId>
340 <version>1.0</version>
341 <properties>
342 <war.bundle>true</war.bundle>
343 </properties>
344 </dependency>
345 <dependency>
346 <groupId>geronimo-spec</groupId>
347 <artifactId>geronimo-spec-j2ee</artifactId>
348 <version>1.4-rc4</version>
349 <properties>
350 <war.bundle>true</war.bundle>
351 </properties>
352 </dependency>
353 <dependency>
354 <groupId>javassist</groupId>
355 <artifactId>javassist</artifactId>
356 <version>3.0</version>
357 <properties>
358 <war.bundle>true</war.bundle>
359 </properties>
360 </dependency>
361 <dependency>
362 <groupId>poi</groupId>
363 <artifactId>poi</artifactId>
364 <version>2.5.1-final-20040804</version>
365 <properties>
366 <war.bundle>true</war.bundle>
367 </properties>
368 </dependency>
369 <dependency>
370 <groupId>ognl</groupId>
371 <artifactId>ognl</artifactId>
372 <version>2.6.5</version>
373 <properties>
374 <war.bundle>true</war.bundle>
375 </properties>
376 </dependency>
377 <dependency>
378 <groupId>seasar</groupId>
379 <artifactId>s2-extension</artifactId>
380 <version>2.4.0-beta-1</version>
381 <properties>
382 <war.bundle>true</war.bundle>
383 </properties>
384 </dependency>
385 <dependency>
386 <groupId>seasar</groupId>
387 <artifactId>s2-framework</artifactId>
388 <version>2.4.0-beta-1</version>
389 <properties>
390 <war.bundle>true</war.bundle>
391 </properties>
392 </dependency>
393 <dependency>
394 <groupId>seasar</groupId>
395 <artifactId>s2-hibernate</artifactId>
396 <version>1.1.2</version>
397 <properties>
398 <war.bundle>true</war.bundle>
399 </properties>
400 </dependency>
401 <dependency>
402 <groupId>seasar</groupId>
403 <artifactId>s2-portlet</artifactId>
404 <version>1.0.0</version>
405 <properties>
406 <war.bundle>true</war.bundle>
407 </properties>
408 </dependency>
409
410 </dependencies>
411
412
413 <build>
414 <sourceDirectory>src/java</sourceDirectory>
415 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
416 <unitTest>
417 <includes>
418 <include>**/*Test.java</include>
419 </includes>
420 </unitTest>
421 <resources>
422 <resource>
423 <directory>${basedir}/src/java/</directory>
424 <includes>
425 <include>**/*.properties</include>
426 <include>**/*.xml</include>
427 <include>**/*.dicon</include>
428 </includes>
429 <filtering>false</filtering>
430 </resource>
431 </resources>
432 </build>
433
434 <reports>
435 <report>maven-jdepend-plugin</report>
436 <report>maven-checkstyle-plugin</report>
437 <report>maven-pmd-plugin</report>
438 <report>maven-changelog-plugin</report>
439 <report>maven-file-activity-plugin</report>
440 <report>maven-developer-activity-plugin</report>
441 <report>maven-license-plugin</report>
442 <report>maven-javadoc-plugin</report>
443 <report>maven-jxr-plugin</report>
444 <report>maven-junit-report-plugin</report>
445 <report>maven-tasklist-plugin</report>
446 </reports>
447 <properties/>
448 </project>

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