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.12 by shinsuke, Thu Feb 9 15:06:04 2006 UTC revision 1.13 by shinsuke, Sat Feb 11 03:36:11 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-utils</artifactId>        <artifactId>marevol-utils</artifactId>
85        <version>0.1</version>        <version>0.1.1</version>
86        <type>jar</type>        <type>jar</type>
87        <properties>        <properties>
88          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 118  limitations under the License. Line 118  limitations under the License.
118      <dependency>      <dependency>
119        <groupId>marevol</groupId>        <groupId>marevol</groupId>
120        <artifactId>marevol-seasar-utils</artifactId>        <artifactId>marevol-seasar-utils</artifactId>
121        <version>0.1</version>        <version>0.2-SNAPSHOT</version>
122        <type>jar</type>        <type>jar</type>
123        <properties>        <properties>
124          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
# Line 183  limitations under the License. Line 183  limitations under the License.
183        <groupId>commons-beanutils</groupId>        <groupId>commons-beanutils</groupId>
184        <artifactId>commons-beanutils</artifactId>        <artifactId>commons-beanutils</artifactId>
185        <version>1.6.1</version>        <version>1.6.1</version>
186        <url>http://jakarta.apache.org/commons/beanutils.html</url>        <url>http://jakarta.apache.org/commons/beanutils</url>
187        <properties>        <properties>
188          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
189        </properties>        </properties>
# Line 201  limitations under the License. Line 201  limitations under the License.
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>
204        <url>http://jakarta.apache.org/commons/digester.html</url>        <url>http://jakarta.apache.org/commons/digester</url>
205        <properties>        <properties>
206          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
207        </properties>        </properties>
# Line 216  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.11</version>        <version>1.2.13</version>
220        <properties>        <properties>
221          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
222        </properties>        </properties>
# Line 235  limitations under the License. Line 235  limitations under the License.
235        <groupId>commons-logging</groupId>        <groupId>commons-logging</groupId>
236        <artifactId>commons-logging</artifactId>        <artifactId>commons-logging</artifactId>
237        <version>1.0.4</version>        <version>1.0.4</version>
238        <url>http://jakarta.apache.org/commons/logging.html</url>        <url>http://jakarta.apache.org/commons/logging</url>
239        <properties>        <properties>
240          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
241        </properties>        </properties>
# Line 289  limitations under the License. Line 289  limitations under the License.
289        </properties>        </properties>
290      </dependency>      </dependency>
291    
292      <dependency>      <!--dependency>
293        <groupId>swarmcache</groupId>        <groupId>swarmcache</groupId>
294        <artifactId>swarmcache</artifactId>        <artifactId>swarmcache</artifactId>
295        <version>1.0RC2</version>        <version>1.0RC2</version>
296        <properties>        <properties>
297          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
298        </properties>        </properties>
299      </dependency>      </dependency-->
300    
301      <dependency>      <!--dependency>
302        <groupId>jboss</groupId>        <groupId>jboss</groupId>
303        <artifactId>jboss-cache</artifactId>        <artifactId>jboss-cache</artifactId>
304        <version>1.2.2</version>        <version>1.2.2</version>
305        <properties>        <properties>
306          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
307        </properties>        </properties>
308      </dependency>      </dependency-->
309    
310      <dependency>      <!--dependency>
311        <groupId>jgroups</groupId>        <groupId>jgroups</groupId>
312        <artifactId>jgroups-all</artifactId>        <artifactId>jgroups-all</artifactId>
313        <version>2.2.8</version>        <version>2.2.8</version>
314        <properties>        <properties>
315          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
316        </properties>        </properties>
317      </dependency>      </dependency-->
318    
319      <dependency>      <dependency>
320        <groupId>jta</groupId>        <groupId>jta</groupId>
# Line 325  limitations under the License. Line 325  limitations under the License.
325        </properties>        </properties>
326      </dependency>      </dependency>
327    
328      <dependency>      <!--dependency>
329        <groupId>c3p0</groupId>        <groupId>c3p0</groupId>
330        <artifactId>c3p0</artifactId>        <artifactId>c3p0</artifactId>
331        <version>0.9.0</version>        <version>0.9.0</version>
332        <properties>        <properties>
333          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
334        </properties>        </properties>
335      </dependency>      </dependency-->
336    
337      <dependency>      <!--dependency>
338        <groupId>j2ee</groupId>        <groupId>j2ee</groupId>
339        <artifactId>connector</artifactId>        <artifactId>connector</artifactId>
340        <version>1.0</version>        <version>1.0</version>
341        <properties>        <properties>
342          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
343        </properties>        </properties>
344      </dependency>      </dependency-->
345    
346      <dependency>      <!--dependency>
347        <groupId>jboss</groupId>        <groupId>jboss</groupId>
348        <artifactId>jboss-system</artifactId>        <artifactId>jboss-system</artifactId>
349        <version>4.0.2</version>        <version>4.0.2</version>
350        <properties>        <properties>
351          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
352        </properties>        </properties>
353      </dependency>      </dependency-->
354    
355      <dependency>      <dependency>
356        <groupId>asm</groupId>        <groupId>asm</groupId>
# Line 361  limitations under the License. Line 361  limitations under the License.
361        </properties>        </properties>
362      </dependency>      </dependency>
363    
364      <dependency>      <!--dependency>
365        <groupId>j2ee</groupId>        <groupId>j2ee</groupId>
366        <artifactId>jacc</artifactId>        <artifactId>jacc</artifactId>
367        <version>1_0-fr</version>        <version>1_0-fr</version>
368        <properties>        <properties>
369          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
370        </properties>        </properties>
371      </dependency>      </dependency-->
372    
373      <dependency>      <dependency>
374        <groupId>dom4j</groupId>        <groupId>dom4j</groupId>
# Line 397  limitations under the License. Line 397  limitations under the License.
397        </properties>        </properties>
398      </dependency>      </dependency>
399    
400      <dependency>      <!--dependency>
401        <groupId>jboss</groupId>        <groupId>jboss</groupId>
402        <artifactId>jboss-common</artifactId>        <artifactId>jboss-common</artifactId>
403        <version>4.0.2</version>        <version>4.0.2</version>
404        <properties>        <properties>
405          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
406        </properties>        </properties>
407      </dependency>      </dependency-->
408    
409      <dependency>      <dependency>
410        <groupId>asm</groupId>        <groupId>asm</groupId>
# Line 415  limitations under the License. Line 415  limitations under the License.
415        </properties>        </properties>
416      </dependency>      </dependency>
417    
418      <dependency>      <!--dependency>
419        <groupId>opensymphony</groupId>        <groupId>opensymphony</groupId>
420        <artifactId>oscache</artifactId>        <artifactId>oscache</artifactId>
421        <version>2.1</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 -->  <!-- 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>
432        <version>4.0.2</version>        <version>4.0.2</version>
433        <properties>        <properties>
434          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
435        </properties>        </properties>
436      </dependency>      </dependency-->
437    
438  <!-- xerces-2.6.2.jar -->  <!-- xerces-2.6.2.jar -->
439    
# Line 450  limitations under the License. Line 450  limitations under the License.
450        <groupId>commons-collections</groupId>        <groupId>commons-collections</groupId>
451        <artifactId>commons-collections</artifactId>        <artifactId>commons-collections</artifactId>
452        <version>2.1.1</version>        <version>2.1.1</version>
453        <url>http://jakarta.apache.org/commons/collections.html</url>        <url>http://jakarta.apache.org/commons/collections</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>proxool</groupId>        <groupId>proxool</groupId>
461        <artifactId>proxool</artifactId>        <artifactId>proxool</artifactId>
462        <version>0.8.3</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>concurrent</groupId>        <groupId>concurrent</groupId>
470        <artifactId>concurrent</artifactId>        <artifactId>concurrent</artifactId>
471        <version>1.3.2</version>        <version>1.3.2</version>
472        <properties>        <properties>
473          <war.bundle>true</war.bundle>          <war.bundle>true</war.bundle>
474        </properties>        </properties>
475      </dependency>      </dependency-->
476    
477  <!-- S2Hibernate -->  <!-- S2Hibernate -->
478    

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

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