Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/jsfhelloworld/project.xml

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Apr 16 00:07:07 2006 UTC (17 years, 11 months ago) by shinsuke
Branch: MAIN
CVS Tags: RELEASE-0_1
Changes since 1.1: +3 -3 lines
File MIME type: application/xml
updated to 1.0

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.1.1.1 2006/04/15 23:19:28 shinsuke Exp $
18 -->
19
20 <project>
21 <pomVersion>3</pomVersion>
22 <groupId>pal</groupId>
23 <artifactId>jsfhelloworld</artifactId>
24 <currentVersion>0.1</currentVersion>
25 <name>JSF HelloWorld Portlet</name>
26 <description>This is a portlet to start learning and developing Portlet API and JSF on Portal.</description>
27 <shortDescription>HelloWorld Portlet for JSF</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/jsfhelloworld</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:jsfhelloworld</connection>
44 <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:jsfhelloworld</developerConnection>
45 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/jsfhelloworld</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
253 <!-- S2Hibernate -->
254
255 <dependency>
256 <groupId>aopalliance</groupId>
257 <artifactId>aopalliance</artifactId>
258 <version>1.0</version>
259 <properties>
260 <war.bundle>true</war.bundle>
261 </properties>
262 </dependency>
263 <dependency>
264 <groupId>geronimo-spec</groupId>
265 <artifactId>geronimo-spec-j2ee</artifactId>
266 <version>1.4-rc4</version>
267 <properties>
268 <war.bundle>true</war.bundle>
269 </properties>
270 </dependency>
271 <dependency>
272 <groupId>javassist</groupId>
273 <artifactId>javassist</artifactId>
274 <version>3.0</version>
275 <properties>
276 <war.bundle>true</war.bundle>
277 </properties>
278 </dependency>
279 <dependency>
280 <groupId>poi</groupId>
281 <artifactId>poi</artifactId>
282 <version>2.5.1-final-20040804</version>
283 <properties>
284 <war.bundle>true</war.bundle>
285 </properties>
286 </dependency>
287 <dependency>
288 <groupId>ognl</groupId>
289 <artifactId>ognl</artifactId>
290 <version>2.6.5</version>
291 <properties>
292 <war.bundle>true</war.bundle>
293 </properties>
294 </dependency>
295 <dependency>
296 <groupId>seasar</groupId>
297 <artifactId>s2-extension</artifactId>
298 <version>2.4.0-beta-1</version>
299 <properties>
300 <war.bundle>true</war.bundle>
301 </properties>
302 </dependency>
303 <dependency>
304 <groupId>seasar</groupId>
305 <artifactId>s2-framework</artifactId>
306 <version>2.4.0-beta-1</version>
307 <properties>
308 <war.bundle>true</war.bundle>
309 </properties>
310 </dependency>
311 <dependency>
312 <groupId>seasar</groupId>
313 <artifactId>s2-hibernate</artifactId>
314 <version>1.1.2</version>
315 <properties>
316 <war.bundle>true</war.bundle>
317 </properties>
318 </dependency>
319 <dependency>
320 <groupId>seasar</groupId>
321 <artifactId>s2-portlet</artifactId>
322 <version>1.0.0</version>
323 <properties>
324 <war.bundle>true</war.bundle>
325 </properties>
326 </dependency>
327
328 </dependencies>
329
330
331 <build>
332 <sourceDirectory>src/java</sourceDirectory>
333 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
334 <unitTest>
335 <includes>
336 <include>**/*Test.java</include>
337 </includes>
338 </unitTest>
339 <resources>
340 <resource>
341 <directory>${basedir}/src/java/</directory>
342 <includes>
343 <include>**/*.properties</include>
344 <include>**/*.xml</include>
345 <include>**/*.dicon</include>
346 </includes>
347 <filtering>false</filtering>
348 </resource>
349 </resources>
350 </build>
351
352 <reports>
353 <report>maven-jdepend-plugin</report>
354 <report>maven-checkstyle-plugin</report>
355 <report>maven-pmd-plugin</report>
356 <report>maven-changelog-plugin</report>
357 <report>maven-file-activity-plugin</report>
358 <report>maven-developer-activity-plugin</report>
359 <report>maven-license-plugin</report>
360 <report>maven-javadoc-plugin</report>
361 <report>maven-jxr-plugin</report>
362 <report>maven-junit-report-plugin</report>
363 <report>maven-tasklist-plugin</report>
364 </reports>
365 <properties/>
366 </project>

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