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.4 - (hide annotations) (download) (as text)
Sun Nov 20 01:07:39 2005 UTC (18 years, 4 months ago) by shinsuke
Branch: MAIN
Changes since 1.3: +11 -2 lines
File MIME type: application/xml
added edit page for title view page.

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

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