jonas-wrapper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.jonas.wrapper</groupId>
<artifactId>jonas-wrapper</artifactId>
<version>1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- JOnAS: Java(TM) Open Application Server
- Copyright (C) 2012 Bull S.A.S.
- Contact: jonas-team@objectweb.org
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- $Id: pom.xml 22641 2012-10-29 13:57:29Z albertil $
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.ow2</groupId>
<artifactId>ow2</artifactId>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.ow2.jonas.wrapper</groupId>
<artifactId>jonas-wrapper</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<name>JOnAS wrapper</name>
<url>http://jonas.ow2.org</url>
<developers />
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1</name>
<url>http://www.gnu.org/copyleft/lesser.html</url>
</license>
</licenses>
<properties>
<jonas.bootstrap.version>5.3.0-M6</jonas.bootstrap.version>
<yajsw.version>11.0</yajsw.version>
</properties>
<modules>
<module>assembly</module>
<module>ant</module>
</modules>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/jonas/sub-projects/jonas-wrapper/tags/JONAS_WRAPPER_1_0</connection>
<developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/jonas/sub-projects/jonas-wrapper/tags/JONAS_WRAPPER_1_0</developerConnection>
<url>http://websvn.ow2.org/listing.php/tags/JONAS_WRAPPER_1_0?repname=jonas&path=%2Fsub-projects%2Fjonas-wrapper%2Ftrunk%2F</url>
</scm>
</project>