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.10 by shinsuke, Tue Jan 31 14:05:23 2006 UTC revision 1.11 by shinsuke, Wed Feb 1 14:24:28 2006 UTC
# Line 198  limitations under the License. Line 198  limitations under the License.
198        </properties>        </properties>
199      </dependency>      </dependency>
200      <dependency>      <dependency>
       <groupId>commons-collections</groupId>  
       <artifactId>commons-collections</artifactId>  
       <version>2.1</version>  
       <url>http://jakarta.apache.org/commons/collections.html</url>  
       <properties>  
         <war.bundle>true</war.bundle>  
       </properties>  
     </dependency>  
     <dependency>  
201        <groupId>commons-digester</groupId>        <groupId>commons-digester</groupId>
202        <artifactId>commons-digester</artifactId>        <artifactId>commons-digester</artifactId>
203        <version>1.5</version>        <version>1.5</version>
# Line 225  limitations under the License. Line 216  limitations under the License.
216      </dependency>      </dependency>
217      <dependency>      <dependency>
218        <id>log4j</id>        <id>log4j</id>
219        <version>1.2.9</version>        <version>1.2.11</version>
220        <properties>        <properties>
221          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
222        </properties>        </properties>
# Line 279  limitations under the License. Line 270  limitations under the License.
270  -->  -->
271    
272  <!-- Hibernate -->  <!-- Hibernate -->
273    
274      <dependency>      <dependency>
275        <groupId>hibernate</groupId>        <groupId>hibernate</groupId>
276        <artifactId>hibernate</artifactId>        <artifactId>hibernate</artifactId>
277        <version>3.0.5</version>        <version>3.1.2</version>
278        <properties>        <properties>
279          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
280        </properties>        </properties>
# Line 318  limitations under the License. Line 310  limitations under the License.
310      <dependency>      <dependency>
311        <groupId>jgroups</groupId>        <groupId>jgroups</groupId>
312        <artifactId>jgroups-all</artifactId>        <artifactId>jgroups-all</artifactId>
313        <version>2.2.7</version>        <version>2.2.8</version>
314        <properties>        <properties>
315          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
316        </properties>        </properties>
# Line 336  limitations under the License. Line 328  limitations under the License.
328      <dependency>      <dependency>
329        <groupId>c3p0</groupId>        <groupId>c3p0</groupId>
330        <artifactId>c3p0</artifactId>        <artifactId>c3p0</artifactId>
331        <version>0.8.5.2</version>        <version>0.9.0</version>
332        <properties>        <properties>
333          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
334        </properties>        </properties>
# Line 381  limitations under the License. Line 373  limitations under the License.
373      <dependency>      <dependency>
374        <groupId>dom4j</groupId>        <groupId>dom4j</groupId>
375        <artifactId>dom4j</artifactId>        <artifactId>dom4j</artifactId>
376        <version>1.6</version>        <version>1.6.1</version>
377        <properties>        <properties>
378          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
379        </properties>        </properties>
380      </dependency>      </dependency>
381    
382      <dependency>      <dependency>
383        <groupId>hibernate</groupId>        <groupId>antlr</groupId>
384        <artifactId>antlr</artifactId>        <artifactId>antlr</artifactId>
385        <version>2.7.5H3</version>        <version>2.7.6rc1</version>
386        <properties>        <properties>
387          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
388        </properties>        </properties>
# Line 399  limitations under the License. Line 391  limitations under the License.
391      <dependency>      <dependency>
392        <groupId>cglib</groupId>        <groupId>cglib</groupId>
393        <artifactId>cglib</artifactId>        <artifactId>cglib</artifactId>
394        <version>2.1</version>        <version>2.1_3</version>
395        <properties>        <properties>
396          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
397        </properties>        </properties>
# Line 415  limitations under the License. Line 407  limitations under the License.
407      </dependency>      </dependency>
408    
409      <dependency>      <dependency>
410        <groupId>opensymphony</groupId>        <groupId>asm</groupId>
411        <artifactId>oscache</artifactId>        <artifactId>asm</artifactId>
412        <version>2.1</version>        <version>1.5.3</version>
413        <properties>        <properties>
414          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
415        </properties>        </properties>
416      </dependency>      </dependency>
417    
418      <dependency>      <dependency>
419        <groupId>asm</groupId>        <groupId>opensymphony</groupId>
420        <artifactId>asm</artifactId>        <artifactId>oscache</artifactId>
421        <version>1.5.3</version>        <version>2.1</version>
422        <properties>        <properties>
423          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
424        </properties>        </properties>
425      </dependency>      </dependency>
426    
427    <!-- jaas.jar, jdbc2_0-stdext.jar -->
428    
429      <dependency>      <dependency>
430        <groupId>jboss</groupId>        <groupId>jboss</groupId>
431        <artifactId>jboss-jmx</artifactId>        <artifactId>jboss-jmx</artifactId>
# Line 441  limitations under the License. Line 435  limitations under the License.
435        </properties>        </properties>
436      </dependency>      </dependency>
437    
438    <!-- xerces-2.6.2.jar -->
439    
440      <dependency>      <dependency>
441        <groupId>jaxen</groupId>        <groupId>jaxen</groupId>
442        <artifactId>jaxen</artifactId>        <artifactId>jaxen</artifactId>
443        <version>1.1-beta-4</version>        <version>1.1-beta-7</version>
444        <properties>        <properties>
445          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
446        </properties>        </properties>
447      </dependency>      </dependency>
448    
449      <dependency>      <dependency>
450        <groupId>proxool</groupId>        <groupId>commons-collections</groupId>
451        <artifactId>proxool</artifactId>        <artifactId>commons-collections</artifactId>
452        <version>0.8.3</version>        <version>2.1.1</version>
453          <url>http://jakarta.apache.org/commons/collections.html</url>
454        <properties>        <properties>
455          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
456        </properties>        </properties>
457      </dependency>      </dependency>
458    
459      <dependency>      <dependency>
460        <groupId>concurrent</groupId>        <groupId>proxool</groupId>
461        <artifactId>concurrent</artifactId>        <artifactId>proxool</artifactId>
462        <version>1.3.4</version>        <version>0.8.3</version>
463        <properties>        <properties>
464          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
465        </properties>        </properties>
466      </dependency>      </dependency>
467    
468      <dependency>      <dependency>
469        <groupId>odmg</groupId>        <groupId>concurrent</groupId>
470        <artifactId>odmg</artifactId>        <artifactId>concurrent</artifactId>
471        <version>3.0</version>        <version>1.3.2</version>
472        <properties>        <properties>
473          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
474        </properties>        </properties>
# Line 488  limitations under the License. Line 485  limitations under the License.
485        </properties>        </properties>
486      </dependency>      </dependency>
487      <dependency>      <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>        <groupId>javassist</groupId>
497        <artifactId>javassist</artifactId>        <artifactId>javassist</artifactId>
498        <version>3.0</version>        <version>3.0</version>
# Line 514  limitations under the License. Line 519  limitations under the License.
519      <dependency>      <dependency>
520        <groupId>seasar</groupId>        <groupId>seasar</groupId>
521        <artifactId>s2-extension</artifactId>        <artifactId>s2-extension</artifactId>
522        <version>2.2.11</version>        <version>2.3.4</version>
523        <properties>        <properties>
524          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
525        </properties>        </properties>
# Line 522  limitations under the License. Line 527  limitations under the License.
527      <dependency>      <dependency>
528        <groupId>seasar</groupId>        <groupId>seasar</groupId>
529        <artifactId>s2-framework</artifactId>        <artifactId>s2-framework</artifactId>
530        <version>2.2.11</version>        <version>2.3.4</version>
531        <properties>        <properties>
532          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
533        </properties>        </properties>
# Line 530  limitations under the License. Line 535  limitations under the License.
535      <dependency>      <dependency>
536        <groupId>seasar</groupId>        <groupId>seasar</groupId>
537        <artifactId>s2-hibernate</artifactId>        <artifactId>s2-hibernate</artifactId>
538        <version>1.1.1</version>        <version>1.1.2</version>
539        <properties>        <properties>
540          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
541        </properties>        </properties>

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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