Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/jsfhelloworld/project.xml

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


Revision 1.5 - (hide annotations) (download) (as text)
Fri Sep 15 12:44:19 2006 UTC (17 years, 6 months ago) by shinsuke
Branch: MAIN
CVS Tags: RELEASE-0_2, HEAD
Changes since 1.4: +2 -2 lines
File MIME type: application/xml
changed to release version

1 shinsuke 1.1 <?xml version="1.0" encoding="UTF-8"?>
2     <!--
3 shinsuke 1.4 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 shinsuke 1.1 http://www.apache.org/licenses/LICENSE-2.0
10 shinsuke 1.4
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.5 $Id: project.xml,v 1.4 2006/09/11 21:29:05 shinsuke Exp $
18 shinsuke 1.1 -->
19    
20     <project>
21 shinsuke 1.4 <pomVersion>3</pomVersion>
22     <groupId>pal</groupId>
23     <artifactId>jsfhelloworld</artifactId>
24 shinsuke 1.5 <currentVersion>0.2</currentVersion>
25 shinsuke 1.4 <name>JSF HelloWorld Portlet</name>
26     <description>
27     This is a portlet to start learning and developing Portlet API and JSF
28     on Portal.
29     </description>
30     <shortDescription>HelloWorld Portlet for JSF</shortDescription>
31    
32     <organization>
33     <name>Portal Application Laboratorycom</name>
34     <url>http://sourceforge.jp/projects/pal/</url>
35     <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>
36     </organization>
37     <!-- If this project has a logo image, replace it -->
38     <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>
39    
40     <issueTrackingUrl>
41     https://sourceforge.jp/projects/pal/tracker/
42     </issueTrackingUrl>
43     <siteAddress>shell.sourceforge.jp</siteAddress>
44     <siteDirectory>/home/groups/p/pa/pal/htdocs/jsfhelloworld</siteDirectory>
45     <distributionDirectory>
46     /home/groups/p/pa/pal/htdocs/distributions
47     </distributionDirectory>
48    
49     <repository>
50     <connection>
51     scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:jsfhelloworld
52     </connection>
53     <developerConnection>
54     scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:jsfhelloworld
55     </developerConnection>
56     <url>
57     http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/jsfhelloworld
58     </url>
59     </repository>
60    
61     <mailingLists>
62     <mailingList>
63     <name>CVS Notification List</name>
64     <subscribe>
65     http://lists.sourceforge.jp/mailman/listinfo/pal-cvs
66     </subscribe>
67     <unsubscribe>
68     http://lists.sourceforge.jp/mailman/listinfo/pal-cvs
69     </unsubscribe>
70     <archive>
71     http://lists.sourceforge.jp/mailman/archives/pal-cvs/
72     </archive>
73     </mailingList>
74     </mailingLists>
75    
76     <developers>
77     <developer>
78     <name>Shinsuke Sugaya</name>
79     <id>shinsuke</id>
80     <email>shinsuke@users.sourceforge.jp</email>
81     <organization>marevol.com</organization>
82     <roles>
83     <role>Java Developer</role>
84     </roles>
85     <timezone>+9</timezone>
86     </developer>
87     </developers>
88    
89     <dependencies>
90     <dependency>
91     <groupId>pal</groupId>
92     <artifactId>bridges-myfaces</artifactId>
93     <version>0.8</version>
94     <type>jar</type>
95     <properties>
96     <war.bundle>true</war.bundle>
97     </properties>
98     </dependency>
99     <dependency>
100     <groupId>org.apache.portals.bridges</groupId>
101     <artifactId>portals-bridges-portletfilter</artifactId>
102     <version>1.0</version>
103     <type>jar</type>
104     <properties>
105     <war.bundle>true</war.bundle>
106     </properties>
107     </dependency>
108    
109     <dependency>
110     <groupId>marevol</groupId>
111     <artifactId>marevol-faces-utils</artifactId>
112     <version>0.2</version>
113     <type>jar</type>
114     <properties>
115     <war.bundle>true</war.bundle>
116     </properties>
117     </dependency>
118    
119    
120     <dependency>
121     <id>servletapi</id>
122     <version>2.3</version>
123     <properties>
124     <war.bundle>false</war.bundle>
125     </properties>
126     </dependency>
127     <dependency>
128     <groupId>portlet-api</groupId>
129     <artifactId>portlet-api</artifactId>
130     <version>1.0</version>
131     <properties>
132     <war.bundle>false</war.bundle>
133     </properties>
134     </dependency>
135     <dependency>
136     <groupId>jstl</groupId>
137     <artifactId>jstl</artifactId>
138     <version>1.1.0</version>
139     <properties>
140     <war.bundle>false</war.bundle>
141     </properties>
142     </dependency>
143    
144     <dependency>
145     <groupId>myfaces</groupId>
146     <artifactId>myfaces-api</artifactId>
147     <version>1.1.3</version>
148     <type>jar</type>
149     <properties>
150     <war.bundle>true</war.bundle>
151     </properties>
152     </dependency>
153     <dependency>
154     <groupId>myfaces</groupId>
155     <artifactId>myfaces-impl</artifactId>
156     <version>1.1.3</version>
157     <type>jar</type>
158     <properties>
159     <war.bundle>true</war.bundle>
160     </properties>
161     </dependency>
162     <dependency>
163     <groupId>org.apache.myfaces.tomahawk</groupId>
164     <artifactId>tomahawk</artifactId>
165     <version>1.1.3</version>
166     <type>jar</type>
167     <properties>
168     <war.bundle>true</war.bundle>
169     </properties>
170     </dependency>
171    
172     <dependency>
173     <groupId>commons-logging</groupId>
174     <artifactId>commons-logging</artifactId>
175     <version>1.0.4</version>
176     <url>http://jakarta.apache.org/commons/logging.html</url>
177     <properties>
178     <war.bundle>true</war.bundle>
179     </properties>
180     </dependency>
181     <dependency>
182     <groupId>log4j</groupId>
183     <artifactId>log4j</artifactId>
184     <version>1.2.13</version>
185     <properties>
186     <war.bundle>false</war.bundle>
187     </properties>
188     </dependency>
189    
190     <dependency>
191     <groupId>commons-collections</groupId>
192     <artifactId>commons-collections</artifactId>
193     <version>3.1</version>
194     <type>jar</type>
195     <properties>
196     <war.bundle>true</war.bundle>
197     </properties>
198     </dependency>
199     <dependency>
200     <groupId>commons-codec</groupId>
201     <artifactId>commons-codec</artifactId>
202     <version>1.3</version>
203     <type>jar</type>
204     <properties>
205     <war.bundle>true</war.bundle>
206     </properties>
207     </dependency>
208     <dependency>
209     <groupId>commons-lang</groupId>
210     <artifactId>commons-lang</artifactId>
211     <version>2.1</version>
212     <type>jar</type>
213     <properties>
214     <war.bundle>true</war.bundle>
215     </properties>
216     </dependency>
217     <dependency>
218     <groupId>commons-fileupload</groupId>
219     <artifactId>commons-fileupload</artifactId>
220     <version>1.1</version>
221     <type>jar</type>
222     <properties>
223     <war.bundle>true</war.bundle>
224     </properties>
225     </dependency>
226     <dependency>
227     <groupId>commons-io</groupId>
228     <artifactId>commons-io</artifactId>
229     <version>1.1</version>
230     <type>jar</type>
231     <properties>
232     <war.bundle>true</war.bundle>
233     </properties>
234     </dependency>
235     <dependency>
236     <groupId>commons-el</groupId>
237     <artifactId>commons-el</artifactId>
238     <version>1.0</version>
239     <type>jar</type>
240     <properties>
241     <war.bundle>true</war.bundle>
242     </properties>
243     </dependency>
244     <dependency>
245     <groupId>xml-apis</groupId>
246     <artifactId>xml-apis</artifactId>
247     <version>1.0.b2</version>
248     <type>jar</type>
249     <properties>
250     <war.bundle>true</war.bundle>
251     </properties>
252     </dependency>
253     <dependency>
254     <groupId>commons-beanutils</groupId>
255     <artifactId>commons-beanutils</artifactId>
256     <version>1.7.0</version>
257     <type>jar</type>
258     <properties>
259     <war.bundle>true</war.bundle>
260     </properties>
261     </dependency>
262     <dependency>
263     <groupId>xalan</groupId>
264     <artifactId>xalan</artifactId>
265     <version>2.5.1</version>
266     <type>jar</type>
267     <properties>
268     <war.bundle>true</war.bundle>
269     </properties>
270     </dependency>
271     <dependency>
272     <groupId>antlr</groupId>
273     <artifactId>antlr</artifactId>
274     <version>2.7.2</version>
275     <type>jar</type>
276     <properties>
277     <war.bundle>true</war.bundle>
278     </properties>
279     </dependency>
280     <dependency>
281     <groupId>commons-digester</groupId>
282     <artifactId>commons-digester</artifactId>
283     <version>1.6</version>
284     <type>jar</type>
285     <properties>
286     <war.bundle>true</war.bundle>
287     </properties>
288     </dependency>
289     <dependency>
290     <groupId>struts</groupId>
291     <artifactId>struts</artifactId>
292     <version>1.2.8</version>
293     <type>jar</type>
294     <properties>
295     <war.bundle>true</war.bundle>
296     </properties>
297     </dependency>
298     <dependency>
299     <groupId>oro</groupId>
300     <artifactId>oro</artifactId>
301     <version>2.0.8</version>
302     <type>jar</type>
303     <properties>
304     <war.bundle>true</war.bundle>
305     </properties>
306     </dependency>
307     <dependency>
308     <groupId>commons-validator</groupId>
309     <artifactId>commons-validator</artifactId>
310     <version>1.2.0</version>
311     <type>jar</type>
312     <properties>
313     <war.bundle>true</war.bundle>
314     </properties>
315     </dependency>
316     </dependencies>
317 shinsuke 1.1
318    
319     <build>
320 shinsuke 1.4 <sourceDirectory>src/java</sourceDirectory>
321     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
322     <unitTest>
323     <includes>
324     <include>**/*Test.java</include>
325     </includes>
326     </unitTest>
327     <resources>
328     <resource>
329     <directory>${basedir}/src/java/</directory>
330     <includes>
331     <include>**/*.properties</include>
332     <include>**/*.xml</include>
333     <include>**/*.dicon</include>
334     </includes>
335     <filtering>false</filtering>
336     </resource>
337     </resources>
338 shinsuke 1.1 </build>
339    
340 shinsuke 1.4 <reports>
341     <report>maven-jdepend-plugin</report>
342     <report>maven-checkstyle-plugin</report>
343     <report>maven-pmd-plugin</report>
344     <report>maven-changelog-plugin</report>
345     <report>maven-file-activity-plugin</report>
346     <report>maven-developer-activity-plugin</report>
347     <report>maven-license-plugin</report>
348     <report>maven-javadoc-plugin</report>
349     <report>maven-jxr-plugin</report>
350     <report>maven-junit-report-plugin</report>
351     <report>maven-tasklist-plugin</report>
352     </reports>
353     <properties />
354 shinsuke 1.1 </project>

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