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.8 by shinsuke, Fri Dec 23 23:05:21 2005 UTC revision 1.9 by shinsuke, Fri Jan 6 01:08:52 2006 UTC
# 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>
96          <properties>
97            <war.bundle>true</war.bundle>
98          </properties>
99        </dependency>
100        <dependency>
101          <groupId>marevol</groupId>
102          <artifactId>marevol-seasar-utils</artifactId>
103          <version>0.1-SNAPSHOT</version>
104        <type>jar</type>        <type>jar</type>
105        <properties>        <properties>
106          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 107  limitations under the License. Line 116  limitations under the License.
116          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
117        </properties>        </properties>
118      </dependency>      </dependency>
   
119      <dependency>      <dependency>
120        <id>jetspeed-header-resource</id>        <id>jetspeed-header-resource</id>
121        <groupId>org.apache.portals.jetspeed-2</groupId>        <groupId>org.apache.portals.jetspeed-2</groupId>
# Line 117  limitations under the License. Line 125  limitations under the License.
125        </properties>        </properties>
126      </dependency>      </dependency>
127    
128        <dependency>
129          <groupId>org.apache.portals.bridges</groupId>
130          <artifactId>portals-bridges-portletfilter</artifactId>
131          <version>1.0</version>
132          <type>jar</type>
133          <properties>
134            <war.bundle>true</war.bundle>
135          </properties>
136        </dependency>
137    
138      <dependency>      <dependency>
139        <id>servletapi</id>        <id>servletapi</id>
# Line 430  limitations under the License. Line 447  limitations under the License.
447        </properties>        </properties>
448      </dependency>      </dependency>
449    
450        <dependency>
451          <groupId>odmg</groupId>
452          <artifactId>odmg</artifactId>
453          <version>3.0</version>
454          <properties>
455            <war.bundle>true</war.bundle>
456          </properties>
457        </dependency>
458    
459    <!-- S2Hibernate -->
460    
461        <dependency>
462          <groupId>aopalliance</groupId>
463          <artifactId>aopalliance</artifactId>
464          <version>1.0</version>
465          <properties>
466            <war.bundle>true</war.bundle>
467          </properties>
468        </dependency>
469        <dependency>
470          <groupId>javassist</groupId>
471          <artifactId>javassist</artifactId>
472          <version>3.0</version>
473          <properties>
474            <war.bundle>true</war.bundle>
475          </properties>
476        </dependency>
477        <dependency>
478          <groupId>poi</groupId>
479          <artifactId>poi</artifactId>
480          <version>2.5.1-final-20040804</version>
481          <properties>
482            <war.bundle>true</war.bundle>
483          </properties>
484        </dependency>
485        <dependency>
486          <groupId>ognl</groupId>
487          <artifactId>ognl</artifactId>
488          <version>2.6.5</version>
489          <properties>
490            <war.bundle>true</war.bundle>
491          </properties>
492        </dependency>
493        <dependency>
494          <groupId>seasar</groupId>
495          <artifactId>s2-extension</artifactId>
496          <version>2.2.11</version>
497          <properties>
498            <war.bundle>true</war.bundle>
499          </properties>
500        </dependency>
501        <dependency>
502          <groupId>seasar</groupId>
503          <artifactId>s2-framework</artifactId>
504          <version>2.2.11</version>
505          <properties>
506            <war.bundle>true</war.bundle>
507          </properties>
508        </dependency>
509        <dependency>
510          <groupId>seasar</groupId>
511          <artifactId>s2-hibernate</artifactId>
512          <version>1.1.1</version>
513          <properties>
514            <war.bundle>true</war.bundle>
515          </properties>
516        </dependency>
517    
518    
519     </dependencies>     </dependencies>
520    
521    

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