Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/logviewer/project.xml

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

revision 1.8 by shinsuke, Thu Dec 29 04:40:32 2005 UTC revision 1.9 by shinsuke, Tue Jan 3 00:31:12 2006 UTC
# Line 73  limitations under the License. Line 73  limitations under the License.
73      <dependency>      <dependency>
74        <groupId>marevol</groupId>        <groupId>marevol</groupId>
75        <artifactId>logparser</artifactId>        <artifactId>logparser</artifactId>
76        <version>0.1-SNAPSHOT</version>        <version>0.1</version>
77        <type>jar</type>        <type>jar</type>
78        <properties>        <properties>
79          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 90  limitations under the License. Line 90  limitations under the License.
90      </dependency>      </dependency>
91      <dependency>      <dependency>
92        <groupId>marevol</groupId>        <groupId>marevol</groupId>
93        <artifactId>hibernate-utils</artifactId>        <artifactId>marevol-hibernate-utils</artifactId>
94        <version>0.1</version>        <version>0.2-SNAPSHOT</version>
95        <type>jar</type>        <type>jar</type>
96        <properties>        <properties>
97          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 106  limitations under the License. Line 106  limitations under the License.
106          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
107        </properties>        </properties>
108      </dependency>      </dependency>
109        <dependency>
110          <groupId>marevol</groupId>
111          <artifactId>marevol-seasar-utils</artifactId>
112          <version>0.1-SNAPSHOT</version>
113          <type>jar</type>
114          <properties>
115            <war.bundle>true</war.bundle>
116          </properties>
117        </dependency>
118    
119    
120      <dependency>      <dependency>
121        <groupId>jetspeed2</groupId>        <groupId>org.apache.portals.jetspeed-2</groupId>
122        <artifactId>jetspeed-api</artifactId>        <artifactId>jetspeed-api</artifactId>
123        <version>${jetspeed.version}</version>        <version>${jetspeed.version}</version>
124        <type>jar</type>        <type>jar</type>
# Line 118  limitations under the License. Line 127  limitations under the License.
127        </properties>        </properties>
128      </dependency>      </dependency>
129      <dependency>      <dependency>
130        <id>jetspeed-header-resource</id>        <groupId>org.apache.portals.jetspeed-2</groupId>
131        <groupId>jetspeed2</groupId>        <artifactId>jetspeed-header-resource</artifactId>
132        <version>${jetspeed.version}</version>        <version>${jetspeed.version}</version>
133        <properties>        <properties>
134          <war.bundle>false</war.bundle>          <war.bundle>false</war.bundle>
135        </properties>        </properties>
136      </dependency>      </dependency>
137    
138        <dependency>
139          <groupId>org.apache.portals.bridges</groupId>
140          <artifactId>portals-bridges-portletfilter</artifactId>
141          <version>1.0</version>
142          <type>jar</type>
143          <properties>
144            <war.bundle>true</war.bundle>
145          </properties>
146        </dependency>
147    
148      <dependency>      <dependency>
149        <id>servletapi</id>        <id>servletapi</id>
# Line 231  limitations under the License. Line 249  limitations under the License.
249          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
250        </properties>        </properties>
251      </dependency>      </dependency>
252            
253      <dependency>      <dependency>
254        <groupId>hsqldb</groupId>        <groupId>hsqldb</groupId>
255        <artifactId>hsqldb</artifactId>        <artifactId>hsqldb</artifactId>
# Line 240  limitations under the License. Line 258  limitations under the License.
258          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
259        </properties>        </properties>
260      </dependency>      </dependency>
261  <!--  <!--      
262      <dependency>      <dependency>
263        <groupId>mysql</groupId>        <groupId>mysql</groupId>
264        <artifactId>mysql-connector-java</artifactId>        <artifactId>mysql-connector-java</artifactId>
# Line 250  limitations under the License. Line 268  limitations under the License.
268        </properties>        </properties>
269      </dependency>      </dependency>
270  -->  -->
271    
272  <!-- Hibernate -->  <!-- Hibernate -->
273      <dependency>      <dependency>
274        <groupId>hibernate</groupId>        <groupId>hibernate</groupId>
# Line 440  limitations under the License. Line 459  limitations under the License.
459        </properties>        </properties>
460      </dependency>      </dependency>
461    
462        <dependency>
463          <groupId>odmg</groupId>
464          <artifactId>odmg</artifactId>
465          <version>3.0</version>
466          <properties>
467            <war.bundle>true</war.bundle>
468          </properties>
469        </dependency>
470    
471  <!-- S2Hibernate -->  <!-- S2Hibernate -->
472  <!--  
473      <dependency>      <dependency>
474        <groupId>aopalliance</groupId>        <groupId>aopalliance</groupId>
475        <artifactId>aopalliance</artifactId>        <artifactId>aopalliance</artifactId>
# Line 475  limitations under the License. Line 503  limitations under the License.
503        </properties>        </properties>
504      </dependency>      </dependency>
505      <dependency>      <dependency>
506        <groupId>seaser</groupId>        <groupId>seasar</groupId>
507        <artifactId>s2-extension</artifactId>        <artifactId>s2-extension</artifactId>
508        <version>2.2.9</version>        <version>2.2.11</version>
509        <properties>        <properties>
510          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
511        </properties>        </properties>
512      </dependency>      </dependency>
513      <dependency>      <dependency>
514        <groupId>seaser</groupId>        <groupId>seasar</groupId>
515        <artifactId>s2-framework</artifactId>        <artifactId>s2-framework</artifactId>
516        <version>2.2.9</version>        <version>2.2.11</version>
517        <properties>        <properties>
518          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
519        </properties>        </properties>
520      </dependency>      </dependency>
521      <dependency>      <dependency>
522        <groupId>seaser</groupId>        <groupId>seasar</groupId>
523        <artifactId>s2-hibernate</artifactId>        <artifactId>s2-hibernate</artifactId>
524        <version>1.1.0</version>        <version>1.1.1</version>
525        <properties>        <properties>
526          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
527        </properties>        </properties>
528      </dependency>      </dependency>
529  -->  
530     </dependencies>     </dependencies>
531    
532    

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

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