Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/blog/project.xml

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

revision 1.14 by shinsuke, Sat Jan 14 00:24:02 2006 UTC revision 1.15 by shinsuke, Thu Feb 2 23:26:58 2006 UTC
# Line 82  limitations under the License. Line 82  limitations under the License.
82      <dependency>      <dependency>
83        <groupId>marevol</groupId>        <groupId>marevol</groupId>
84        <artifactId>marevol-faces-utils</artifactId>        <artifactId>marevol-faces-utils</artifactId>
85        <version>0.1-SNAPSHOT</version>        <version>0.1</version>
86        <type>jar</type>        <type>jar</type>
87        <properties>        <properties>
88          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 91  limitations under the License. Line 91  limitations under the License.
91      <dependency>      <dependency>
92        <groupId>marevol</groupId>        <groupId>marevol</groupId>
93        <artifactId>marevol-portlet-utils</artifactId>        <artifactId>marevol-portlet-utils</artifactId>
94        <version>0.2-SNAPSHOT</version>        <version>0.2</version>
95        <type>jar</type>        <type>jar</type>
96        <properties>        <properties>
97          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 100  limitations under the License. Line 100  limitations under the License.
100      <dependency>      <dependency>
101        <groupId>marevol</groupId>        <groupId>marevol</groupId>
102        <artifactId>marevol-hibernate-utils</artifactId>        <artifactId>marevol-hibernate-utils</artifactId>
103        <version>0.2</version>        <version>0.3</version>
104        <type>jar</type>        <type>jar</type>
105        <properties>        <properties>
106          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 188  limitations under the License. Line 188  limitations under the License.
188        </properties>        </properties>
189      </dependency>      </dependency>
190      <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>  
191        <groupId>commons-digester</groupId>        <groupId>commons-digester</groupId>
192        <artifactId>commons-digester</artifactId>        <artifactId>commons-digester</artifactId>
193        <version>1.5</version>        <version>1.5</version>
# Line 284  limitations under the License. Line 275  limitations under the License.
275        </properties>        </properties>
276      </dependency>      </dependency>
277  -->  -->
278    
279  <!-- Hibernate -->  <!-- Hibernate -->
280    
281      <dependency>      <dependency>
282        <groupId>hibernate</groupId>        <groupId>hibernate</groupId>
283        <artifactId>hibernate</artifactId>        <artifactId>hibernate</artifactId>
284        <version>3.0.5</version>        <version>3.1.2</version>
285        <properties>        <properties>
286          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
287        </properties>        </properties>
# Line 324  limitations under the License. Line 317  limitations under the License.
317      <dependency>      <dependency>
318        <groupId>jgroups</groupId>        <groupId>jgroups</groupId>
319        <artifactId>jgroups-all</artifactId>        <artifactId>jgroups-all</artifactId>
320        <version>2.2.7</version>        <version>2.2.8</version>
321        <properties>        <properties>
322          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
323        </properties>        </properties>
# Line 342  limitations under the License. Line 335  limitations under the License.
335      <dependency>      <dependency>
336        <groupId>c3p0</groupId>        <groupId>c3p0</groupId>
337        <artifactId>c3p0</artifactId>        <artifactId>c3p0</artifactId>
338        <version>0.8.5.2</version>        <version>0.9.0</version>
339        <properties>        <properties>
340          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
341        </properties>        </properties>
# Line 387  limitations under the License. Line 380  limitations under the License.
380      <dependency>      <dependency>
381        <groupId>dom4j</groupId>        <groupId>dom4j</groupId>
382        <artifactId>dom4j</artifactId>        <artifactId>dom4j</artifactId>
383        <version>1.6</version>        <version>1.6.1</version>
384        <properties>        <properties>
385          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
386        </properties>        </properties>
387      </dependency>      </dependency>
388    
389      <dependency>      <dependency>
390        <groupId>hibernate</groupId>        <groupId>antlr</groupId>
391        <artifactId>antlr</artifactId>        <artifactId>antlr</artifactId>
392        <version>2.7.5H3</version>        <version>2.7.6rc1</version>
393        <properties>        <properties>
394          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
395        </properties>        </properties>
# Line 405  limitations under the License. Line 398  limitations under the License.
398      <dependency>      <dependency>
399        <groupId>cglib</groupId>        <groupId>cglib</groupId>
400        <artifactId>cglib</artifactId>        <artifactId>cglib</artifactId>
401        <version>2.1</version>        <version>2.1_3</version>
402        <properties>        <properties>
403          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
404        </properties>        </properties>
# Line 421  limitations under the License. Line 414  limitations under the License.
414      </dependency>      </dependency>
415    
416      <dependency>      <dependency>
417        <groupId>opensymphony</groupId>        <groupId>asm</groupId>
418        <artifactId>oscache</artifactId>        <artifactId>asm</artifactId>
419        <version>2.1</version>        <version>1.5.3</version>
420        <properties>        <properties>
421          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
422        </properties>        </properties>
423      </dependency>      </dependency>
424    
425      <dependency>      <dependency>
426        <groupId>asm</groupId>        <groupId>opensymphony</groupId>
427        <artifactId>asm</artifactId>        <artifactId>oscache</artifactId>
428        <version>1.5.3</version>        <version>2.1</version>
429        <properties>        <properties>
430          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
431        </properties>        </properties>
432      </dependency>      </dependency>
433    
434    <!-- jaas.jar, jdbc2_0-stdext.jar -->
435    
436      <dependency>      <dependency>
437        <groupId>jboss</groupId>        <groupId>jboss</groupId>
438        <artifactId>jboss-jmx</artifactId>        <artifactId>jboss-jmx</artifactId>
# Line 447  limitations under the License. Line 442  limitations under the License.
442        </properties>        </properties>
443      </dependency>      </dependency>
444    
445    <!-- xerces-2.6.2.jar -->
446    
447      <dependency>      <dependency>
448        <groupId>jaxen</groupId>        <groupId>jaxen</groupId>
449        <artifactId>jaxen</artifactId>        <artifactId>jaxen</artifactId>
450        <version>1.1-beta-4</version>        <version>1.1-beta-7</version>
451        <properties>        <properties>
452          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
453        </properties>        </properties>
454      </dependency>      </dependency>
455    
456      <dependency>      <dependency>
457        <groupId>proxool</groupId>        <groupId>commons-collections</groupId>
458        <artifactId>proxool</artifactId>        <artifactId>commons-collections</artifactId>
459        <version>0.8.3</version>        <version>2.1.1</version>
460          <url>http://jakarta.apache.org/commons/collections.html</url>
461        <properties>        <properties>
462          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
463        </properties>        </properties>
464      </dependency>      </dependency>
465    
466      <dependency>      <dependency>
467        <groupId>concurrent</groupId>        <groupId>proxool</groupId>
468        <artifactId>concurrent</artifactId>        <artifactId>proxool</artifactId>
469        <version>1.3.4</version>        <version>0.8.3</version>
470        <properties>        <properties>
471          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
472        </properties>        </properties>
473      </dependency>      </dependency>
474    
475      <dependency>      <dependency>
476        <groupId>odmg</groupId>        <groupId>concurrent</groupId>
477        <artifactId>odmg</artifactId>        <artifactId>concurrent</artifactId>
478        <version>3.0</version>        <version>1.3.2</version>
479        <properties>        <properties>
480          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
481        </properties>        </properties>
# Line 494  limitations under the License. Line 492  limitations under the License.
492        </properties>        </properties>
493      </dependency>      </dependency>
494      <dependency>      <dependency>
495          <groupId>geronimo-spec</groupId>
496          <artifactId>geronimo-spec-j2ee</artifactId>
497          <version>1.4-rc4</version>
498          <properties>
499            <war.bundle>true</war.bundle>
500          </properties>
501        </dependency>
502        <dependency>
503        <groupId>javassist</groupId>        <groupId>javassist</groupId>
504        <artifactId>javassist</artifactId>        <artifactId>javassist</artifactId>
505        <version>3.0</version>        <version>3.0</version>
# Line 520  limitations under the License. Line 526  limitations under the License.
526      <dependency>      <dependency>
527        <groupId>seasar</groupId>        <groupId>seasar</groupId>
528        <artifactId>s2-extension</artifactId>        <artifactId>s2-extension</artifactId>
529        <version>2.2.11</version>        <version>2.3.4</version>
530        <properties>        <properties>
531          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
532        </properties>        </properties>
# Line 528  limitations under the License. Line 534  limitations under the License.
534      <dependency>      <dependency>
535        <groupId>seasar</groupId>        <groupId>seasar</groupId>
536        <artifactId>s2-framework</artifactId>        <artifactId>s2-framework</artifactId>
537        <version>2.2.11</version>        <version>2.3.4</version>
538        <properties>        <properties>
539          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
540        </properties>        </properties>
# Line 536  limitations under the License. Line 542  limitations under the License.
542      <dependency>      <dependency>
543        <groupId>seasar</groupId>        <groupId>seasar</groupId>
544        <artifactId>s2-hibernate</artifactId>        <artifactId>s2-hibernate</artifactId>
545        <version>1.1.1</version>        <version>1.1.2</version>
546        <properties>        <properties>
547          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
548        </properties>        </properties>
549      </dependency>      </dependency>
550    
   
551     </dependencies>     </dependencies>
552    
553    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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