Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/todolist/project.xml

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

revision 1.7 by shinsuke, Fri Apr 14 22:47:12 2006 UTC revision 1.8 by shinsuke, Sat Jul 1 14:22:39 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
   
 Unless required by applicable law or agreed to in writing, software  
 distributed under the License is distributed on an "AS IS" BASIS,  
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
 See the License for the specific language governing permissions and  
 limitations under the License.  
   
   $Id$  
 -->  
   
 <project>  
   <pomVersion>3</pomVersion>  
   <groupId>pal</groupId>  
   <artifactId>todolist</artifactId>  
   <currentVersion>0.2-SNAPSHOT</currentVersion>  
   <name>ToDo List Portlet</name>  
   <description>Portlet to manage your todo tasks</description>  
   <shortDescription>ToDo task management</shortDescription>  
   
   <organization>  
     <name>Portal Application Laboratorycom</name>  
     <url>http://sourceforge.jp/projects/pal/</url>  
     <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>  
   </organization>  
   <!-- If this project has a logo image, replace it -->  
   <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>  
   
   <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>  
   <siteAddress>shell.sourceforge.jp</siteAddress>  
   <siteDirectory>/home/groups/p/pa/pal/htdocs/todolist</siteDirectory>  
   <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>  
   
   <repository>  
     <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:todolist</connection>  
     <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:todolist</developerConnection>  
     <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/todolist</url>  
   </repository>  
   
   <mailingLists>  
     <mailingList>  
       <name>CVS Notification List</name>  
       <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>  
       <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>  
       <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>  
     </mailingList>  
   </mailingLists>  
   
   <developers>  
     <developer>  
       <name>Shinsuke Sugaya</name>  
       <id>shinsuke</id>  
       <email>shinsuke@users.sourceforge.jp</email>  
       <organization>marevol.com</organization>  
       <roles>  
         <role>Java Developer</role>  
       </roles>  
       <timezone>+9</timezone>  
     </developer>  
   </developers>  
   
   <dependencies>  
     <dependency>  
       <groupId>pal</groupId>  
       <artifactId>bridges-myfaces</artifactId>  
       <version>${bridges.myfaces.version}</version>  
       <type>jar</type>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
   
     <dependency>  
       <groupId>marevol</groupId>  
       <artifactId>marevol-utils</artifactId>  
       <version>0.1.1</version>  
       <type>jar</type>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>marevol</groupId>  
       <artifactId>marevol-faces-utils</artifactId>  
       <version>0.2-SNAPSHOT</version>  
       <type>jar</type>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
   
     <dependency>  
       <groupId>org.apache.portals.bridges</groupId>  
       <artifactId>portals-bridges-common</artifactId>  
       <version>1.0</version>  
       <type>jar</type>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <id>jetspeed-header-resource</id>  
       <groupId>org.apache.portals.jetspeed-2</groupId>  
       <version>${jetspeed.version}</version>  
       <properties>  
         <war.bundle>false</war.bundle>  
       </properties>  
     </dependency>  
   
     <dependency>  
       <groupId>org.apache.portals.bridges</groupId>  
       <artifactId>portals-bridges-portletfilter</artifactId>  
       <version>1.0</version>  
       <type>jar</type>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
   
     <dependency>  
       <id>servletapi</id>  
       <version>2.3</version>  
       <properties>  
         <war.bundle>false</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>portlet-api</groupId>  
       <artifactId>portlet-api</artifactId>  
       <version>1.0</version>  
       <properties>  
         <war.bundle>false</war.bundle>  
       </properties>  
     </dependency>  
   
     <dependency>  
       <groupId>commons-lang</groupId>  
       <artifactId>commons-lang</artifactId>  
       <version>2.1</version>  
       <url>http://jakarta.apache.org/commons/lang</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>commons-beanutils</groupId>  
       <artifactId>commons-beanutils</artifactId>  
       <version>1.6.1</version>  
       <url>http://jakarta.apache.org/commons/beanutils</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>commons-codec</groupId>  
       <artifactId>commons-codec</artifactId>  
       <version>1.2</version>  
       <url>http://jakarta.apache.org/commons/codec/</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>commons-digester</groupId>  
       <artifactId>commons-digester</artifactId>  
       <version>1.5</version>  
       <url>http://jakarta.apache.org/commons/digester</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>commons-fileupload</groupId>  
       <artifactId>commons-fileupload</artifactId>  
       <version>1.0</version>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <id>log4j</id>  
       <version>1.2.13</version>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
10            
11      <dependency>      Unless required by applicable law or agreed to in writing, software
12        <groupId>myfaces</groupId>      distributed under the License is distributed on an "AS IS" BASIS,
13        <artifactId>myfaces-all</artifactId>      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14        <version>1.1.1</version>      See the License for the specific language governing permissions and
15        <properties>      limitations under the License.
16          <war.bundle>true</war.bundle>      
17        </properties>      $Id$
     </dependency>  
   
     <dependency>  
       <groupId>commons-logging</groupId>  
       <artifactId>commons-logging</artifactId>  
       <version>1.0.4</version>  
       <url>http://jakarta.apache.org/commons/logging</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>commons-el</groupId>  
       <artifactId>commons-el</artifactId>  
       <version>1.0</version>  
       <url>http://jakarta.apache.org/commons/el/</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>commons-validator</groupId>  
       <artifactId>commons-validator</artifactId>  
       <version>1.2.0</version>  
       <url>http://jakarta.apache.org/commons/validator/</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>oro</groupId>  
       <artifactId>oro</artifactId>  
       <version>2.0.7</version>  
       <url>http://jakarta.apache.org/commons/validator/</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
       <groupId>hsqldb</groupId>  
       <artifactId>hsqldb</artifactId>  
       <version>1.7.3.3</version>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
 <!--  
     <dependency>  
       <groupId>mysql</groupId>  
       <artifactId>mysql-connector-java</artifactId>  
       <version>3.0.10</version>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
18  -->  -->
19    
20  <!-- Hibernate -->  <project>
21        <pomVersion>3</pomVersion>
22      <dependency>      <groupId>pal</groupId>
23        <groupId>hibernate</groupId>      <artifactId>todolist</artifactId>
24        <artifactId>hibernate</artifactId>      <currentVersion>0.2-SNAPSHOT</currentVersion>
25        <version>3.1.2</version>      <name>ToDo List Portlet</name>
26        <properties>      <description>Portlet to manage your todo tasks</description>
27          <war.bundle>true</war.bundle>      <shortDescription>ToDo task management</shortDescription>
28        </properties>  
29      </dependency>      <organization>
30            <name>Portal Application Laboratorycom</name>
31      <dependency>          <url>http://sourceforge.jp/projects/pal/</url>
32        <groupId>ehcache</groupId>          <logo>http://pal.sourceforge.jp/images/pal-logo.png</logo>
33        <artifactId>ehcache</artifactId>      </organization>
34        <version>1.1</version>      <!-- If this project has a logo image, replace it -->
35        <properties>      <logo>http://pal.sourceforge.jp/images/sflogo.png</logo>
36          <war.bundle>true</war.bundle>  
37        </properties>      <issueTrackingUrl>
38      </dependency>          https://sourceforge.jp/projects/pal/tracker/
39        </issueTrackingUrl>
40      <!--dependency>      <siteAddress>shell.sourceforge.jp</siteAddress>
41        <groupId>swarmcache</groupId>      <siteDirectory>/home/groups/p/pa/pal/htdocs/todolist</siteDirectory>
42        <artifactId>swarmcache</artifactId>      <distributionDirectory>
43        <version>1.0RC2</version>          /home/groups/p/pa/pal/htdocs/distributions
44        <properties>      </distributionDirectory>
45          <war.bundle>true</war.bundle>  
46        </properties>      <repository>
47      </dependency-->          <connection>
48                scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:todolist
49      <!--dependency>          </connection>
50        <groupId>jboss</groupId>          <developerConnection>
51        <artifactId>jboss-cache</artifactId>              scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:todolist
52        <version>1.2.2</version>          </developerConnection>
53        <properties>          <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/todolist</url>
54          <war.bundle>true</war.bundle>      </repository>
55        </properties>  
56      </dependency-->      <mailingLists>
57            <mailingList>
58      <!--dependency>              <name>CVS Notification List</name>
59        <groupId>jgroups</groupId>              <subscribe>
60        <artifactId>jgroups-all</artifactId>                  http://lists.sourceforge.jp/mailman/listinfo/pal-cvs
61        <version>2.2.8</version>              </subscribe>
62        <properties>              <unsubscribe>
63          <war.bundle>true</war.bundle>                  http://lists.sourceforge.jp/mailman/listinfo/pal-cvs
64        </properties>              </unsubscribe>
65      </dependency-->              <archive>
66                    http://lists.sourceforge.jp/mailman/archives/pal-cvs/
67      <dependency>              </archive>
68        <groupId>jta</groupId>          </mailingList>
69        <artifactId>jta</artifactId>      </mailingLists>
70        <version>1.0.1B</version>  
71        <properties>      <developers>
72          <war.bundle>true</war.bundle>          <developer>
73        </properties>              <name>Shinsuke Sugaya</name>
74      </dependency>              <id>shinsuke</id>
75                <email>shinsuke@users.sourceforge.jp</email>
76      <!--dependency>              <organization>marevol.com</organization>
77        <groupId>c3p0</groupId>              <roles>
78        <artifactId>c3p0</artifactId>                  <role>Java Developer</role>
79        <version>0.9.0</version>              </roles>
80        <properties>              <timezone>+9</timezone>
81          <war.bundle>true</war.bundle>          </developer>
82        </properties>      </developers>
83      </dependency-->  
84        <dependencies>
85      <!--dependency>          <dependency>
86        <groupId>j2ee</groupId>              <groupId>hsqldb</groupId>
87        <artifactId>connector</artifactId>              <artifactId>hsqldb</artifactId>
88        <version>1.0</version>              <version>1.7.3.3</version>
89        <properties>              <properties>
90          <war.bundle>true</war.bundle>                  <war.bundle>true</war.bundle>
91        </properties>              </properties>
92      </dependency-->          </dependency>
93            <!--
94      <!--dependency>              <dependency>
95        <groupId>jboss</groupId>              <groupId>mysql</groupId>
96        <artifactId>jboss-system</artifactId>              <artifactId>mysql-connector-java</artifactId>
97        <version>4.0.2</version>              <version>3.0.10</version>
98        <properties>              <properties>
99          <war.bundle>true</war.bundle>              <war.bundle>true</war.bundle>
100        </properties>              </properties>
101      </dependency-->              </dependency>
102            -->
103      <dependency>  
104        <groupId>asm</groupId>          <dependency>
105        <artifactId>asm-attrs</artifactId>              <groupId>marevol</groupId>
106        <version>1.5.3</version>              <artifactId>marevol-utils</artifactId>
107        <properties>              <version>0.1.2</version>
108          <war.bundle>true</war.bundle>              <type>jar</type>
109        </properties>              <properties>
110      </dependency>                  <war.bundle>true</war.bundle>
111                </properties>
112      <!--dependency>          </dependency>
113        <groupId>j2ee</groupId>          <dependency>
114        <artifactId>jacc</artifactId>              <groupId>marevol</groupId>
115        <version>1_0-fr</version>              <artifactId>marevol-faces-utils</artifactId>
116        <properties>              <version>0.2</version>
117          <war.bundle>true</war.bundle>              <type>jar</type>
118        </properties>              <properties>
119      </dependency-->                  <war.bundle>true</war.bundle>
120                </properties>
121      <dependency>          </dependency>
122        <groupId>dom4j</groupId>  
123        <artifactId>dom4j</artifactId>          <dependency>
124        <version>1.6.1</version>              <groupId>org.apache.portals.bridges</groupId>
125        <properties>              <artifactId>portals-bridges-common</artifactId>
126          <war.bundle>true</war.bundle>              <version>1.0</version>
127        </properties>              <type>jar</type>
128      </dependency>              <properties>
129                    <war.bundle>true</war.bundle>
130      <dependency>              </properties>
131        <groupId>antlr</groupId>          </dependency>
132        <artifactId>antlr</artifactId>          <dependency>
133        <version>2.7.6rc1</version>              <groupId>org.apache.portals.bridges</groupId>
134        <properties>              <artifactId>portals-bridges-portletfilter</artifactId>
135          <war.bundle>true</war.bundle>              <version>1.0</version>
136        </properties>              <type>jar</type>
137      </dependency>              <properties>
138                    <war.bundle>true</war.bundle>
139      <dependency>              </properties>
140        <groupId>cglib</groupId>          </dependency>
141        <artifactId>cglib</artifactId>  
142        <version>2.1_3</version>          <dependency>
143        <properties>              <id>servletapi</id>
144          <war.bundle>true</war.bundle>              <version>2.3</version>
145        </properties>              <properties>
146      </dependency>                  <war.bundle>false</war.bundle>
147                </properties>
148      <!--dependency>          </dependency>
149        <groupId>jboss</groupId>          <dependency>
150        <artifactId>jboss-common</artifactId>              <groupId>portlet-api</groupId>
151        <version>4.0.2</version>              <artifactId>portlet-api</artifactId>
152        <properties>              <version>1.0</version>
153          <war.bundle>true</war.bundle>              <properties>
154        </properties>                  <war.bundle>false</war.bundle>
155      </dependency-->              </properties>
156            </dependency>
157      <dependency>          <dependency>
158        <groupId>asm</groupId>              <groupId>jstl</groupId>
159        <artifactId>asm</artifactId>              <artifactId>jstl</artifactId>
160        <version>1.5.3</version>              <version>1.1.2</version>
161        <properties>              <properties>
162          <war.bundle>true</war.bundle>                  <war.bundle>true</war.bundle>
163        </properties>              </properties>
164      </dependency>          </dependency>
165    
166      <!--dependency>          <dependency>
167        <groupId>opensymphony</groupId>              <id>log4j</id>
168        <artifactId>oscache</artifactId>              <version>1.2.13</version>
169        <version>2.1</version>              <properties>
170        <properties>                  <war.bundle>true</war.bundle>
171          <war.bundle>true</war.bundle>              </properties>
172        </properties>          </dependency>
173      </dependency-->  
174            <dependency>
175  <!-- jaas.jar, jdbc2_0-stdext.jar -->              <groupId>org.apache.myfaces.tomahawk</groupId>
176                <artifactId>tomahawk</artifactId>
177      <!--dependency>              <version>1.1.3</version>
178        <groupId>jboss</groupId>              <type>jar</type>
179        <artifactId>jboss-jmx</artifactId>              <properties>
180        <version>4.0.2</version>                  <war.bundle>true</war.bundle>
181        <properties>              </properties>
182          <war.bundle>true</war.bundle>          </dependency>
183        </properties>  
184      </dependency-->          <dependency>
185                <groupId>commons-beanutils</groupId>
186  <!-- xerces-2.6.2.jar -->              <artifactId>commons-beanutils</artifactId>
187                <version>1.7.0</version>
188      <dependency>              <url>http://jakarta.apache.org/commons/beanutils</url>
189        <groupId>jaxen</groupId>              <properties>
190        <artifactId>jaxen</artifactId>                  <war.bundle>true</war.bundle>
191        <version>1.1-beta-7</version>              </properties>
192        <properties>          </dependency>
193          <war.bundle>true</war.bundle>          <dependency>
194        </properties>              <groupId>commons-collections</groupId>
195      </dependency>              <artifactId>commons-collections</artifactId>
196                <version>2.1.1</version>
197      <dependency>              <url>http://jakarta.apache.org/commons/collections</url>
198        <groupId>commons-collections</groupId>              <properties>
199        <artifactId>commons-collections</artifactId>                  <war.bundle>true</war.bundle>
200        <version>2.1.1</version>              </properties>
201        <url>http://jakarta.apache.org/commons/collections</url>          </dependency>
202        <properties>          <dependency>
203          <war.bundle>true</war.bundle>              <groupId>commons-codec</groupId>
204        </properties>              <artifactId>commons-codec</artifactId>
205      </dependency>              <version>1.3</version>
206                <url>http://jakarta.apache.org/commons/codec/</url>
207      <!--dependency>              <properties>
208        <groupId>proxool</groupId>                  <war.bundle>true</war.bundle>
209        <artifactId>proxool</artifactId>              </properties>
210        <version>0.8.3</version>          </dependency>
211        <properties>          <dependency>
212          <war.bundle>true</war.bundle>              <groupId>commons-digester</groupId>
213        </properties>              <artifactId>commons-digester</artifactId>
214      </dependency-->              <version>1.5</version>
215                <url>http://jakarta.apache.org/commons/digester</url>
216      <!--dependency>              <properties>
217        <groupId>concurrent</groupId>                  <war.bundle>true</war.bundle>
218        <artifactId>concurrent</artifactId>              </properties>
219        <version>1.3.2</version>          </dependency>
220        <properties>          <dependency>
221          <war.bundle>true</war.bundle>              <groupId>commons-el</groupId>
222        </properties>              <artifactId>commons-el</artifactId>
223      </dependency-->              <version>1.0</version>
224                <url>http://jakarta.apache.org/commons/el/</url>
225  <!-- S2Hibernate -->              <properties>
226                    <war.bundle>true</war.bundle>
227      <dependency>              </properties>
228        <groupId>aopalliance</groupId>          </dependency>
229        <artifactId>aopalliance</artifactId>          <dependency>
230        <version>1.0</version>              <groupId>commons-fileupload</groupId>
231        <properties>              <artifactId>commons-fileupload</artifactId>
232          <war.bundle>true</war.bundle>              <version>1.1</version>
233        </properties>              <properties>
234      </dependency>                  <war.bundle>true</war.bundle>
235      <dependency>              </properties>
236        <groupId>geronimo-spec</groupId>          </dependency>
237        <artifactId>geronimo-spec-j2ee</artifactId>          <dependency>
238        <version>1.4-rc4</version>              <groupId>commons-io</groupId>
239        <properties>              <artifactId>commons-io</artifactId>
240          <war.bundle>true</war.bundle>              <version>1.1</version>
241        </properties>              <properties>
242      </dependency>                  <war.bundle>true</war.bundle>
243      <dependency>              </properties>
244        <groupId>javassist</groupId>          </dependency>
245        <artifactId>javassist</artifactId>          <dependency>
246        <version>3.0</version>              <groupId>commons-lang</groupId>
247        <properties>              <artifactId>commons-lang</artifactId>
248          <war.bundle>true</war.bundle>              <version>2.1</version>
249        </properties>              <url>http://jakarta.apache.org/commons/lang</url>
250      </dependency>              <properties>
251      <dependency>                  <war.bundle>true</war.bundle>
252        <groupId>poi</groupId>              </properties>
253        <artifactId>poi</artifactId>          </dependency>
254        <version>2.5.1-final-20040804</version>          <dependency>
255        <properties>              <groupId>commons-logging</groupId>
256          <war.bundle>true</war.bundle>              <artifactId>commons-logging</artifactId>
257        </properties>              <version>1.0.4</version>
258      </dependency>              <url>http://jakarta.apache.org/commons/logging</url>
259      <dependency>              <properties>
260        <groupId>ognl</groupId>                  <war.bundle>true</war.bundle>
261        <artifactId>ognl</artifactId>              </properties>
262        <version>2.6.5</version>          </dependency>
263        <properties>          <dependency>
264          <war.bundle>true</war.bundle>              <groupId>commons-validator</groupId>
265        </properties>              <artifactId>commons-validator</artifactId>
266      </dependency>              <version>1.2.0</version>
267      <dependency>              <url>http://jakarta.apache.org/commons/validator/</url>
268        <groupId>seasar</groupId>              <properties>
269        <artifactId>s2-extension</artifactId>                  <war.bundle>true</war.bundle>
270        <version>2.4.0-beta-1</version>              </properties>
271        <properties>          </dependency>
272          <war.bundle>true</war.bundle>  
273        </properties>          <dependency>
274      </dependency>              <groupId>oro</groupId>
275      <dependency>              <artifactId>oro</artifactId>
276        <groupId>seasar</groupId>              <version>2.0.8</version>
277        <artifactId>s2-framework</artifactId>              <properties>
278        <version>2.4.0-beta-1</version>                  <war.bundle>true</war.bundle>
279        <properties>              </properties>
280          <war.bundle>true</war.bundle>          </dependency>
281        </properties>  
282      </dependency>          <!-- Hibernate -->
283      <dependency>  
284        <groupId>seasar</groupId>          <dependency>
285        <artifactId>s2-hibernate</artifactId>              <groupId>hibernate</groupId>
286        <version>1.1.2</version>              <artifactId>hibernate</artifactId>
287        <properties>              <version>3.1.2</version>
288          <war.bundle>true</war.bundle>              <properties>
289        </properties>                  <war.bundle>true</war.bundle>
290      </dependency>              </properties>
291      <dependency>          </dependency>
292        <groupId>seasar</groupId>  
293        <artifactId>s2-portlet</artifactId>          <dependency>
294        <version>1.0.0</version>              <groupId>ehcache</groupId>
295        <properties>              <artifactId>ehcache</artifactId>
296          <war.bundle>true</war.bundle>              <version>1.1</version>
297        </properties>              <properties>
298      </dependency>                  <war.bundle>true</war.bundle>
299                </properties>
300            </dependency>
301    
302            <!--dependency>
303                <groupId>swarmcache</groupId>
304                <artifactId>swarmcache</artifactId>
305                <version>1.0RC2</version>
306                <properties>
307                <war.bundle>true</war.bundle>
308                </properties>
309                </dependency-->
310    
311            <!--dependency>
312                <groupId>jboss</groupId>
313                <artifactId>jboss-cache</artifactId>
314                <version>1.2.2</version>
315                <properties>
316                <war.bundle>true</war.bundle>
317                </properties>
318                </dependency-->
319    
320            <!--dependency>
321                <groupId>jgroups</groupId>
322                <artifactId>jgroups-all</artifactId>
323                <version>2.2.8</version>
324                <properties>
325                <war.bundle>true</war.bundle>
326                </properties>
327                </dependency-->
328    
329            <dependency>
330                <groupId>jta</groupId>
331                <artifactId>jta</artifactId>
332                <version>1.0.1B</version>
333                <properties>
334                    <war.bundle>true</war.bundle>
335                </properties>
336            </dependency>
337    
338            <!--dependency>
339                <groupId>c3p0</groupId>
340                <artifactId>c3p0</artifactId>
341                <version>0.9.0</version>
342                <properties>
343                <war.bundle>true</war.bundle>
344                </properties>
345                </dependency-->
346    
347            <!--dependency>
348                <groupId>j2ee</groupId>
349                <artifactId>connector</artifactId>
350                <version>1.0</version>
351                <properties>
352                <war.bundle>true</war.bundle>
353                </properties>
354                </dependency-->
355    
356            <!--dependency>
357                <groupId>jboss</groupId>
358                <artifactId>jboss-system</artifactId>
359                <version>4.0.2</version>
360                <properties>
361                <war.bundle>true</war.bundle>
362                </properties>
363                </dependency-->
364    
365            <dependency>
366                <groupId>asm</groupId>
367                <artifactId>asm-attrs</artifactId>
368                <version>1.5.3</version>
369                <properties>
370                    <war.bundle>true</war.bundle>
371                </properties>
372            </dependency>
373    
374            <!--dependency>
375                <groupId>j2ee</groupId>
376                <artifactId>jacc</artifactId>
377                <version>1_0-fr</version>
378                <properties>
379                <war.bundle>true</war.bundle>
380                </properties>
381                </dependency-->
382    
383            <dependency>
384                <groupId>dom4j</groupId>
385                <artifactId>dom4j</artifactId>
386                <version>1.6.1</version>
387                <properties>
388                    <war.bundle>true</war.bundle>
389                </properties>
390            </dependency>
391    
392            <dependency>
393                <groupId>antlr</groupId>
394                <artifactId>antlr</artifactId>
395                <version>2.7.6rc1</version>
396                <properties>
397                    <war.bundle>true</war.bundle>
398                </properties>
399            </dependency>
400    
401            <dependency>
402                <groupId>cglib</groupId>
403                <artifactId>cglib</artifactId>
404                <version>2.1_3</version>
405                <properties>
406                    <war.bundle>true</war.bundle>
407                </properties>
408            </dependency>
409    
410            <!--dependency>
411                <groupId>jboss</groupId>
412                <artifactId>jboss-common</artifactId>
413                <version>4.0.2</version>
414                <properties>
415                <war.bundle>true</war.bundle>
416                </properties>
417                </dependency-->
418    
419            <dependency>
420                <groupId>asm</groupId>
421                <artifactId>asm</artifactId>
422                <version>1.5.3</version>
423                <properties>
424                    <war.bundle>true</war.bundle>
425                </properties>
426            </dependency>
427    
428            <!--dependency>
429                <groupId>opensymphony</groupId>
430                <artifactId>oscache</artifactId>
431                <version>2.1</version>
432                <properties>
433                <war.bundle>true</war.bundle>
434                </properties>
435                </dependency-->
436    
437            <!-- jaas.jar, jdbc2_0-stdext.jar -->
438    
439            <!--dependency>
440                <groupId>jboss</groupId>
441                <artifactId>jboss-jmx</artifactId>
442                <version>4.0.2</version>
443                <properties>
444                <war.bundle>true</war.bundle>
445                </properties>
446                </dependency-->
447    
448            <!-- xerces-2.6.2.jar -->
449    
450            <dependency>
451                <groupId>jaxen</groupId>
452                <artifactId>jaxen</artifactId>
453                <version>1.1-beta-7</version>
454                <properties>
455                    <war.bundle>true</war.bundle>
456                </properties>
457            </dependency>
458    
459            <!--dependency>
460                <groupId>proxool</groupId>
461                <artifactId>proxool</artifactId>
462                <version>0.8.3</version>
463                <properties>
464                <war.bundle>true</war.bundle>
465                </properties>
466                </dependency-->
467    
468            <!--dependency>
469                <groupId>concurrent</groupId>
470                <artifactId>concurrent</artifactId>
471                <version>1.3.2</version>
472                <properties>
473                <war.bundle>true</war.bundle>
474                </properties>
475                </dependency-->
476    
477            <!-- Seasar2 -->
478    
479            <dependency>
480                <groupId>aopalliance</groupId>
481                <artifactId>aopalliance</artifactId>
482                <version>1.0</version>
483                <properties>
484                    <war.bundle>true</war.bundle>
485                </properties>
486            </dependency>
487            <dependency>
488                <groupId>geronimo-spec</groupId>
489                <artifactId>geronimo-spec-j2ee</artifactId>
490                <version>1.4-rc4</version>
491                <properties>
492                    <war.bundle>true</war.bundle>
493                </properties>
494            </dependency>
495            <dependency>
496                <groupId>javassist</groupId>
497                <artifactId>javassist</artifactId>
498                <version>3.0</version>
499                <properties>
500                    <war.bundle>true</war.bundle>
501                </properties>
502            </dependency>
503            <dependency>
504                <groupId>poi</groupId>
505                <artifactId>poi</artifactId>
506                <version>2.5.1-final-20040804</version>
507                <properties>
508                    <war.bundle>true</war.bundle>
509                </properties>
510            </dependency>
511            <dependency>
512                <groupId>ognl</groupId>
513                <artifactId>ognl</artifactId>
514                <version>2.6.7</version>
515                <properties>
516                    <war.bundle>true</war.bundle>
517                </properties>
518            </dependency>
519            <dependency>
520                <groupId>seasar</groupId>
521                <artifactId>s2-extension</artifactId>
522                <version>2.4.0-beta-4-SNAPSHOT</version>
523                <properties>
524                    <war.bundle>true</war.bundle>
525                </properties>
526            </dependency>
527            <dependency>
528                <groupId>seasar</groupId>
529                <artifactId>s2-framework</artifactId>
530                <version>2.4.0-beta-4-SNAPSHOT</version>
531                <properties>
532                    <war.bundle>true</war.bundle>
533                </properties>
534            </dependency>
535            <dependency>
536                <groupId>seasar</groupId>
537                <artifactId>s2-hibernate</artifactId>
538                <version>1.1.2</version>
539                <properties>
540                    <war.bundle>true</war.bundle>
541                </properties>
542            </dependency>
543            <dependency>
544                <groupId>seasar</groupId>
545                <artifactId>s2-portlet</artifactId>
546                <version>1.0.2-SNAPSHOT</version>
547                <properties>
548                    <war.bundle>true</war.bundle>
549                </properties>
550            </dependency>
551            <dependency>
552                <groupId>seasar</groupId>
553                <artifactId>s2-portlet-extension</artifactId>
554                <version>1.0.2-SNAPSHOT</version>
555                <properties>
556                    <war.bundle>true</war.bundle>
557                </properties>
558            </dependency>
559    
560            <dependency>
561                <groupId>org.seasar.teeda</groupId>
562                <artifactId>teeda-core</artifactId>
563                <version>1.0-beta-5-SNAPSHOT</version>
564                <properties>
565                    <war.bundle>true</war.bundle>
566                </properties>
567            </dependency>
568    
569     </dependencies>      </dependencies>
570    
571    
572      <build>      <build>
573            <sourceDirectory>src/java</sourceDirectory>          <sourceDirectory>src/java</sourceDirectory>
574        <unitTestSourceDirectory>src/test</unitTestSourceDirectory>          <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
575        <unitTest>          <unitTest>
576          <includes>              <includes>
577            <include>**/*Test.java</include>                  <include>**/*Test.java</include>
578          </includes>              </includes>
579        </unitTest>          </unitTest>
580        <resources>          <resources>
581          <resource>              <resource>
582            <directory>${basedir}/src/java/</directory>                  <directory>${basedir}/src/java/</directory>
583            <includes>                  <includes>
584              <include>**/*.properties</include>                      <include>**/*.properties</include>
585              <include>**/*.xml</include>                      <include>**/*.xml</include>
586              <include>**/*.dicon</include>                      <include>**/*.dicon</include>
587            </includes>                  </includes>
588            <filtering>false</filtering>                  <filtering>false</filtering>
589          </resource>              </resource>
590        </resources>          </resources>
591      </build>      </build>
592    
593          <reports>      <reports>
594                  <report>maven-jdepend-plugin</report>          <report>maven-jdepend-plugin</report>
595                  <report>maven-checkstyle-plugin</report>          <report>maven-checkstyle-plugin</report>
596                  <report>maven-pmd-plugin</report>          <report>maven-pmd-plugin</report>
597                  <report>maven-changelog-plugin</report>          <report>maven-changelog-plugin</report>
598                  <report>maven-file-activity-plugin</report>          <report>maven-file-activity-plugin</report>
599                  <report>maven-developer-activity-plugin</report>          <report>maven-developer-activity-plugin</report>
600                  <report>maven-license-plugin</report>          <report>maven-license-plugin</report>
601                  <report>maven-javadoc-plugin</report>          <report>maven-javadoc-plugin</report>
602                  <report>maven-jxr-plugin</report>          <report>maven-jxr-plugin</report>
603                  <report>maven-junit-report-plugin</report>          <report>maven-junit-report-plugin</report>
604                  <report>maven-tasklist-plugin</report>          <report>maven-tasklist-plugin</report>
605          </reports>      </reports>
606          <properties/>      <properties />
607  </project>  </project>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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