Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/blog/project.xml

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


Revision 1.1 - (hide annotations) (download) (as text)
Thu Nov 3 22:57:37 2005 UTC (18 years, 5 months ago) by shinsuke
Branch: MAIN
Branch point for: shinsuke
File MIME type: application/xml
Initial revision

1 shinsuke 1.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 2005/11/03 13:02:06 shinsuke Exp $
18     -->
19    
20     <project>
21     <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>blog</artifactId>
24     <name>Blog Portlet</name>
25     <description>Blog Portlet</description>
26     <shortDescription>Blog</shortDescription>
27    
28     <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
29     <siteAddress>shell.sourceforge.jp</siteAddress>
30     <siteDirectory>/home/groups/p/pa/pal/htdocs/blog</siteDirectory>
31     <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
32    
33     <repository>
34     <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:blog</connection>
35     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:blog</developerConnection>
36     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/blog</url>
37     </repository>
38    
39     <mailingLists>
40     <mailingList>
41     <name>CVS Notification List</name>
42     <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
43     <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
44     <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
45     </mailingList>
46     </mailingLists>
47    
48     <developers>
49     <developer>
50     <name>Shinsuke Sugaya</name>
51     <id>shinsuke</id>
52     <email>shinsuke@users.sourceforge.jp</email>
53     <organization>marevol.com</organization>
54     <roles>
55     <role>Java Developer</role>
56     </roles>
57     <timezone>+9</timezone>
58     </developer>
59     </developers>
60    
61     <dependencies>
62     <dependency>
63     <groupId>jetplume</groupId>
64     <artifactId>bridges-myfaces</artifactId>
65     <version>${bridges.myfaces.version}</version>
66     <type>jar</type>
67     <properties>
68     <war.bundle>true</war.bundle>
69     </properties>
70     </dependency>
71    
72     <dependency>
73     <groupId>marevol</groupId>
74     <artifactId>marevol-utils</artifactId>
75     <version>0.1-SNAPSHOT</version>
76     <type>jar</type>
77     <properties>
78     <war.bundle>true</war.bundle>
79     </properties>
80     </dependency>
81    
82     <dependency>
83     <groupId>marevol</groupId>
84     <artifactId>hibernate-utils</artifactId>
85     <version>0.1-SNAPSHOT</version>
86     <type>jar</type>
87     <properties>
88     <war.bundle>true</war.bundle>
89     </properties>
90     </dependency>
91    
92     <dependency>
93     <groupId>jetspeed2</groupId>
94     <artifactId>jetspeed-api</artifactId>
95     <version>${jetspeed.version}</version>
96     <type>jar</type>
97     <properties>
98     <war.bundle>false</war.bundle>
99     </properties>
100     </dependency>
101     <dependency>
102     <id>jetspeed-header-resource</id>
103     <groupId>jetspeed2</groupId>
104     <version>${jetspeed.version}</version>
105     <properties>
106     <war.bundle>false</war.bundle>
107     </properties>
108     </dependency>
109    
110    
111     <dependency>
112     <id>servletapi</id>
113     <version>2.3</version>
114     <properties>
115     <war.bundle>false</war.bundle>
116     </properties>
117     </dependency>
118     <dependency>
119     <groupId>portlet-api</groupId>
120     <artifactId>portlet-api</artifactId>
121     <version>1.0</version>
122     <properties>
123     <war.bundle>false</war.bundle>
124     </properties>
125     </dependency>
126     <!-- warred jars -->
127     <dependency>
128     <groupId>commons-beanutils</groupId>
129     <artifactId>commons-beanutils</artifactId>
130     <version>1.6.1</version>
131     <url>http://jakarta.apache.org/commons/beanutils.html</url>
132     <properties>
133     <war.bundle>true</war.bundle>
134     </properties>
135     </dependency>
136     <dependency>
137     <groupId>commons-codec</groupId>
138     <artifactId>commons-codec</artifactId>
139     <version>1.2</version>
140     <url>http://jakarta.apache.org/commons/codec/</url>
141     <properties>
142     <war.bundle>true</war.bundle>
143     </properties>
144     </dependency>
145     <dependency>
146     <groupId>commons-collections</groupId>
147     <artifactId>commons-collections</artifactId>
148     <version>2.1</version>
149     <url>http://jakarta.apache.org/commons/collections.html</url>
150     <properties>
151     <war.bundle>true</war.bundle>
152     </properties>
153     </dependency>
154     <dependency>
155     <groupId>commons-digester</groupId>
156     <artifactId>commons-digester</artifactId>
157     <version>1.5</version>
158     <url>http://jakarta.apache.org/commons/digester.html</url>
159     <properties>
160     <war.bundle>true</war.bundle>
161     </properties>
162     </dependency>
163     <dependency>
164     <groupId>commons-fileupload</groupId>
165     <artifactId>commons-fileupload</artifactId>
166     <version>1.0</version>
167     <properties>
168     <war.bundle>true</war.bundle>
169     </properties>
170     </dependency>
171     <dependency>
172     <id>log4j</id>
173     <version>1.2.9</version>
174     <properties>
175     <war.bundle>true</war.bundle>
176     </properties>
177     </dependency>
178    
179     <dependency>
180     <groupId>myfaces</groupId>
181     <artifactId>myfaces-all</artifactId>
182     <version>1.1.0</version>
183     <properties>
184     <war.bundle>true</war.bundle>
185     </properties>
186     </dependency>
187    
188     <dependency>
189     <groupId>commons-logging</groupId>
190     <artifactId>commons-logging</artifactId>
191     <version>1.0.4</version>
192     <url>http://jakarta.apache.org/commons/logging.html</url>
193     <properties>
194     <war.bundle>true</war.bundle>
195     </properties>
196     </dependency>
197     <dependency>
198     <groupId>commons-el</groupId>
199     <artifactId>commons-el</artifactId>
200     <version>1.0</version>
201     <url>http://jakarta.apache.org/commons/el/</url>
202     <properties>
203     <war.bundle>true</war.bundle>
204     </properties>
205     </dependency>
206    
207     <dependency>
208     <groupId>hsqldb</groupId>
209     <artifactId>hsqldb</artifactId>
210     <version>1.7.3.3</version>
211     <properties>
212     <war.bundle>true</war.bundle>
213     </properties>
214     </dependency>
215     <!--
216     <dependency>
217     <groupId>mysql</groupId>
218     <artifactId>mysql-connector-java</artifactId>
219     <version>3.0.10</version>
220     <properties>
221     <war.bundle>true</war.bundle>
222     </properties>
223     </dependency>
224     -->
225     <!-- Hibernate -->
226     <dependency>
227     <groupId>hibernate</groupId>
228     <artifactId>hibernate</artifactId>
229     <version>3.0.5</version>
230     <properties>
231     <war.bundle>true</war.bundle>
232     </properties>
233     </dependency>
234    
235     <dependency>
236     <groupId>ehcache</groupId>
237     <artifactId>ehcache</artifactId>
238     <version>1.1</version>
239     <properties>
240     <war.bundle>true</war.bundle>
241     </properties>
242     </dependency>
243    
244     <dependency>
245     <groupId>swarmcache</groupId>
246     <artifactId>swarmcache</artifactId>
247     <version>1.0RC2</version>
248     <properties>
249     <war.bundle>true</war.bundle>
250     </properties>
251     </dependency>
252    
253     <dependency>
254     <groupId>jboss</groupId>
255     <artifactId>jboss-cache</artifactId>
256     <version>1.2.2</version>
257     <properties>
258     <war.bundle>true</war.bundle>
259     </properties>
260     </dependency>
261    
262     <dependency>
263     <groupId>jgroups</groupId>
264     <artifactId>jgroups-all</artifactId>
265     <version>2.2.7</version>
266     <properties>
267     <war.bundle>true</war.bundle>
268     </properties>
269     </dependency>
270    
271     <dependency>
272     <groupId>jta</groupId>
273     <artifactId>jta</artifactId>
274     <version>1.0.1B</version>
275     <properties>
276     <war.bundle>true</war.bundle>
277     </properties>
278     </dependency>
279    
280     <dependency>
281     <groupId>c3p0</groupId>
282     <artifactId>c3p0</artifactId>
283     <version>0.8.5.2</version>
284     <properties>
285     <war.bundle>true</war.bundle>
286     </properties>
287     </dependency>
288    
289     <dependency>
290     <groupId>j2ee</groupId>
291     <artifactId>connector</artifactId>
292     <version>1.0</version>
293     <properties>
294     <war.bundle>true</war.bundle>
295     </properties>
296     </dependency>
297    
298     <dependency>
299     <groupId>jboss</groupId>
300     <artifactId>jboss-system</artifactId>
301     <version>4.0.2</version>
302     <properties>
303     <war.bundle>true</war.bundle>
304     </properties>
305     </dependency>
306    
307     <dependency>
308     <groupId>asm</groupId>
309     <artifactId>asm-attrs</artifactId>
310     <version>1.5.3</version>
311     <properties>
312     <war.bundle>true</war.bundle>
313     </properties>
314     </dependency>
315    
316     <dependency>
317     <groupId>j2ee</groupId>
318     <artifactId>jacc</artifactId>
319     <version>1_0-fr</version>
320     <properties>
321     <war.bundle>true</war.bundle>
322     </properties>
323     </dependency>
324    
325     <dependency>
326     <groupId>dom4j</groupId>
327     <artifactId>dom4j</artifactId>
328     <version>1.6</version>
329     <properties>
330     <war.bundle>true</war.bundle>
331     </properties>
332     </dependency>
333    
334     <dependency>
335     <groupId>hibernate</groupId>
336     <artifactId>antlr</artifactId>
337     <version>2.7.5H3</version>
338     <properties>
339     <war.bundle>true</war.bundle>
340     </properties>
341     </dependency>
342    
343     <dependency>
344     <groupId>cglib</groupId>
345     <artifactId>cglib</artifactId>
346     <version>2.1</version>
347     <properties>
348     <war.bundle>true</war.bundle>
349     </properties>
350     </dependency>
351    
352     <dependency>
353     <groupId>jboss</groupId>
354     <artifactId>jboss-common</artifactId>
355     <version>4.0.2</version>
356     <properties>
357     <war.bundle>true</war.bundle>
358     </properties>
359     </dependency>
360    
361     <dependency>
362     <groupId>opensymphony</groupId>
363     <artifactId>oscache</artifactId>
364     <version>2.1</version>
365     <properties>
366     <war.bundle>true</war.bundle>
367     </properties>
368     </dependency>
369    
370     <dependency>
371     <groupId>asm</groupId>
372     <artifactId>asm</artifactId>
373     <version>1.5.3</version>
374     <properties>
375     <war.bundle>true</war.bundle>
376     </properties>
377     </dependency>
378    
379     <dependency>
380     <groupId>jboss</groupId>
381     <artifactId>jboss-jmx</artifactId>
382     <version>4.0.2</version>
383     <properties>
384     <war.bundle>true</war.bundle>
385     </properties>
386     </dependency>
387    
388     <dependency>
389     <groupId>jaxen</groupId>
390     <artifactId>jaxen</artifactId>
391     <version>1.1-beta-4</version>
392     <properties>
393     <war.bundle>true</war.bundle>
394     </properties>
395     </dependency>
396    
397     <dependency>
398     <groupId>proxool</groupId>
399     <artifactId>proxool</artifactId>
400     <version>0.8.3</version>
401     <properties>
402     <war.bundle>true</war.bundle>
403     </properties>
404     </dependency>
405    
406     <dependency>
407     <groupId>concurrent</groupId>
408     <artifactId>concurrent</artifactId>
409     <version>1.3.4</version>
410     <properties>
411     <war.bundle>true</war.bundle>
412     </properties>
413     </dependency>
414    
415     </dependencies>
416    
417    
418     <build>
419     <sourceDirectory>src/java</sourceDirectory>
420     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
421     <unitTest>
422     <includes>
423     <include>**/*Test.java</include>
424     </includes>
425     </unitTest>
426     <resources>
427     <resource>
428     <directory>${basedir}/src/java/</directory>
429     <includes>
430     <include>**/*.properties</include>
431     <include>**/*.xml</include>
432     <include>**/*.dicon</include>
433     </includes>
434     <filtering>false</filtering>
435     </resource>
436     </resources>
437     </build>
438    
439     <reports>
440     <report>maven-jdepend-plugin</report>
441     <report>maven-checkstyle-plugin</report>
442     <report>maven-pmd-plugin</report>
443     <report>maven-changelog-plugin</report>
444     <report>maven-file-activity-plugin</report>
445     <report>maven-developer-activity-plugin</report>
446     <report>maven-license-plugin</report>
447     <report>maven-javadoc-plugin</report>
448     <report>maven-jxr-plugin</report>
449     <report>maven-junit-report-plugin</report>
450     <report>maven-tasklist-plugin</report>
451     </reports>
452     <properties/>
453     </project>

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