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.3 - (hide annotations) (download) (as text)
Sat Nov 12 02:27:31 2005 UTC (18 years, 5 months ago) by shinsuke
Branch: MAIN
Changes since 1.2: +8 -7 lines
File MIME type: application/xml
added title view and edit feature

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.3 $Id: project.xml,v 1.2 2005/11/05 11:07:45 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     <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 shinsuke 1.3 <groupId>portals-bridges</groupId>
94     <artifactId>portals-bridges-common</artifactId>
95     <version>0.4-SNAPSHOT</version>
96 shinsuke 1.1 <type>jar</type>
97     <properties>
98 shinsuke 1.3 <war.bundle>true</war.bundle>
99 shinsuke 1.1 </properties>
100     </dependency>
101 shinsuke 1.3
102 shinsuke 1.1 <dependency>
103     <id>jetspeed-header-resource</id>
104     <groupId>jetspeed2</groupId>
105     <version>${jetspeed.version}</version>
106     <properties>
107     <war.bundle>false</war.bundle>
108     </properties>
109     </dependency>
110    
111    
112     <dependency>
113     <id>servletapi</id>
114     <version>2.3</version>
115     <properties>
116     <war.bundle>false</war.bundle>
117     </properties>
118     </dependency>
119     <dependency>
120     <groupId>portlet-api</groupId>
121     <artifactId>portlet-api</artifactId>
122     <version>1.0</version>
123     <properties>
124     <war.bundle>false</war.bundle>
125     </properties>
126     </dependency>
127     <!-- warred jars -->
128     <dependency>
129     <groupId>commons-beanutils</groupId>
130     <artifactId>commons-beanutils</artifactId>
131     <version>1.6.1</version>
132     <url>http://jakarta.apache.org/commons/beanutils.html</url>
133     <properties>
134     <war.bundle>true</war.bundle>
135     </properties>
136     </dependency>
137     <dependency>
138     <groupId>commons-codec</groupId>
139     <artifactId>commons-codec</artifactId>
140     <version>1.2</version>
141     <url>http://jakarta.apache.org/commons/codec/</url>
142     <properties>
143     <war.bundle>true</war.bundle>
144     </properties>
145     </dependency>
146     <dependency>
147     <groupId>commons-collections</groupId>
148     <artifactId>commons-collections</artifactId>
149     <version>2.1</version>
150     <url>http://jakarta.apache.org/commons/collections.html</url>
151     <properties>
152     <war.bundle>true</war.bundle>
153     </properties>
154     </dependency>
155     <dependency>
156     <groupId>commons-digester</groupId>
157     <artifactId>commons-digester</artifactId>
158     <version>1.5</version>
159     <url>http://jakarta.apache.org/commons/digester.html</url>
160     <properties>
161     <war.bundle>true</war.bundle>
162     </properties>
163     </dependency>
164     <dependency>
165     <groupId>commons-fileupload</groupId>
166     <artifactId>commons-fileupload</artifactId>
167     <version>1.0</version>
168     <properties>
169     <war.bundle>true</war.bundle>
170     </properties>
171     </dependency>
172     <dependency>
173     <id>log4j</id>
174     <version>1.2.9</version>
175     <properties>
176     <war.bundle>true</war.bundle>
177     </properties>
178     </dependency>
179    
180     <dependency>
181     <groupId>myfaces</groupId>
182     <artifactId>myfaces-all</artifactId>
183     <version>1.1.0</version>
184     <properties>
185     <war.bundle>true</war.bundle>
186     </properties>
187     </dependency>
188    
189     <dependency>
190     <groupId>commons-logging</groupId>
191     <artifactId>commons-logging</artifactId>
192     <version>1.0.4</version>
193     <url>http://jakarta.apache.org/commons/logging.html</url>
194     <properties>
195     <war.bundle>true</war.bundle>
196     </properties>
197     </dependency>
198     <dependency>
199     <groupId>commons-el</groupId>
200     <artifactId>commons-el</artifactId>
201     <version>1.0</version>
202     <url>http://jakarta.apache.org/commons/el/</url>
203     <properties>
204     <war.bundle>true</war.bundle>
205     </properties>
206     </dependency>
207 shinsuke 1.2 <!--
208 shinsuke 1.1 <dependency>
209     <groupId>hsqldb</groupId>
210     <artifactId>hsqldb</artifactId>
211     <version>1.7.3.3</version>
212     <properties>
213     <war.bundle>true</war.bundle>
214     </properties>
215     </dependency>
216 shinsuke 1.2 -->
217 shinsuke 1.1 <dependency>
218     <groupId>mysql</groupId>
219     <artifactId>mysql-connector-java</artifactId>
220     <version>3.0.10</version>
221     <properties>
222     <war.bundle>true</war.bundle>
223     </properties>
224     </dependency>
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