Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/notepad/project.xml

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

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

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.13

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