Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/jsfhelloworld/project.xml

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

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

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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