<!--
  ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
			
<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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.wso2.wsf.javascript</groupId>
    <artifactId>wsf-javascript-rhino</artifactId>
    <packaging>pom</packaging>
    <version>2.1.0</version>
    <name>WSO2 Javascript Web Service Framework- Rhino Edition</name>
    <url>http://wso2.org/repos/wso2/trunk/wsf/javascript/rhino/</url>
    <licenses>
        <license>
            <name>Apache License Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>
    <organization>
        <name>WSO2</name>
        <url>http://www.wso2.com</url>
    </organization>
    <issueManagement>
        <system>JIRA</system>
        <url>http://www.wso2.org/jira/browse/WSFJS</url>
    </issueManagement>

    <mailingLists>
        <mailingList>
            <name>WSO2 WSF Javascript Developer List</name>
            <subscribe>wsf-javascript-dev-request@wso2.org</subscribe>
            <unsubscribe>wsf-javascript-dev-request@lists.wso2.com</unsubscribe>
            <archive>http://www.wso2.org/mailarchive/wsf-javascript-dev/</archive>
        </mailingList>
        <!-- mailingList>
            <name>WSO2 WSF Javascript User List</name>
            <subscribe>wsf-javascript-user-request@wso2.org</subscribe>
            <unsubscribe>wsf-javascript-user-request@wso2.org</unsubscribe>
            <archive>http://www.wso2.org/mailarchive/wsf-javascript-user/</archive>
        </mailingList-->
    </mailingLists>

 	<developers>
		<developer>
			<name>Sanjiva Weerawarana</name>
			<id>sanjiva</id>
			<email>sanjiva AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
		</developer>
		<developer>
			<name>Jonathan Marsh</name>
			<id>jonathan</id>
			<email>jonathan AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
		</developer>
		<developer>
			<name>Davanum Srinivas</name>
			<id>dims</id>
			<email>dims AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
		</developer>
		<developer>
			<name>Paul Fremantle</name>
			<id>paul</id>
			<email>paul AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
		</developer>
		<developer>
			<name>Thilina Gunarathne</name>
			<id>thilina</id>
			<email>thilina AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
			<url>http://www.apache.org/~thilina</url>
		</developer>
		<developer>
			<name>Milinda Lakmal</name>
			<id>Milinda</id>
			<email>Milinda AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
		</developer>
		<developer>
			<name>Sameera Jayasoma</name>
			<id>sameera</id>
			<email>sameera AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
		</developer>
		<developer>
			<name>Saliya Ekanayake</name>
			<id>saliya</id>
			<email>saliya AT wso2.com</email>
			<organization>WSO2 Inc.</organization>
		</developer>
	</developers>

    <scm>
        <connection>scm:svn:http://wso2.org/repos/wso2/trunk/wsf/javascript/rhino</connection>
        <developerConnection>scm:svn:https://wso2.org/repos/wso2/trunk/wsf/javascript/rhino
        </developerConnection>
        <url>https://wso2.org/repos/wso2/trunk/esb/java/</url>
    </scm>

    <repositories>
	<repository>
            <id>wso2-maven2-repository-snapshot</id>
            <url>http://dist.wso2.org/snapshots/maven2</url>
        </repository>
        <repository>
            <id>snapshots</id>
            <name>Maven Central Development Repository</name>
            <url>http://snapshots.maven.codehaus.org/maven2</url>
            <releases>
                <enabled>false</enabled>
            </releases>
        </repository>
        <repository>
            <id>m2-snapshot-repository</id>
            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>dist-wso2</id>
            <name>WSO2 Repo</name>
            <url>http://dist.wso2.org/maven2</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>

    <dependencies>
    	<dependency>
            <groupId>org.mozilla.rhino</groupId>
            <artifactId>js-core</artifactId>
            <version>1.6R7</version>
        </dependency>
        <!-- core Axiom -->
        <dependency>
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-api</artifactId>
            <version>1.2.9-wso2v1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-impl</artifactId>
            <version>1.2.9-wso2v1</version>
        </dependency>
        <dependency>
            <groupId>${stax.impl.groupid}</groupId>
            <artifactId>${stax.impl.artifactid}</artifactId>
            <version>3.1.0</version>
        </dependency>
        <dependency>
            <groupId>stax</groupId>
            <artifactId>stax-api</artifactId>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>javax.activation</groupId>
            <artifactId>activation</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
            <groupId>javax.mail</groupId>
            <artifactId>mail</artifactId>
            <version>1.4</version>
        </dependency>

        <!-- Other Jars -->
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.2</version>
		</dependency>
    </dependencies>

    <pluginRepositories>
        <pluginRepository>
            <id>snapshot-apache</id>
            <name>Apache Snapshot repository</name>
            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </pluginRepository>

        <pluginRepository>
            <id>snapshot</id>
            <name>Snapshot repository</name>
            <url>http://snapshots.maven.codehaus.org/maven2/</url>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <releases>
                <enabled>false</enabled>
            </releases>
        </pluginRepository>

    </pluginRepositories>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.0</version>
                <configuration>
                    <source>1.4</source>
                    <target>1.4</target>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.2</version>
            </plugin>
        </plugins>
    </build>

    <modules>
        <module>e4ximpl</module>
        <!--module>message_receiver</module-->
    </modules>
    
    <distributionManagement>
  <repository>
            <id>wso2-maven2-repository</id>
            <name>WSO2 Maven2 Repository</name>
            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url>
        </repository>
        <snapshotRepository>
            <id>wso2-maven2-snapshot-repository</id>
            <name>WSO2 Maven2 Snapshot Repository</name>
            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url>
        </snapshotRepository>
     </distributionManagement>

    <properties>
        <axiom.version>1.2.9-wso2v1</axiom.version>                   
        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
        <stax.impl.artifactid>wstx</stax.impl.artifactid>
        <stax.impl.version>asl-3.2.0</stax.impl.version>
        <stax.api.version>1.0.1</stax.api.version>
        <commons.logging.version>1.1</commons.logging.version>
        <javamail.version>1.4</javamail.version>
        <activation.version>1.1</activation.version>
        <junit.version>3.8.2</junit.version>
		<axis2.version>1.401</axis2.version>
		<js.core.version>1.6R7</js.core.version>
		<neethi.version>2.0.4</neethi.version>
		<wsdl4j.version>1.6.2</wsdl4j.version>
		<jaxen.version>1.1-beta-10</jaxen.version>
		<stax.impl.groupid>woodstox</stax.impl.groupid>
		<stax.impl.artifactid>wstx-asl</stax.impl.artifactid>
		<stax.impl.version>3.1.0</stax.impl.version>
		<stax.api.version>1.0.1</stax.api.version>
		<xml.apis.version>1.3.03</xml.apis.version>
		<commons.codec.version>1.3</commons.codec.version>
		<commons.httpclient.version>3.0.1</commons.httpclient.version>
		<backport.util.concurrent.version>2.1</backport.util.concurrent.version>
		<junit.version>3.8.2</junit.version>
		<jakarta.httpcore.version>4.0-alpha5</jakarta.httpcore.version>
		<XmlSchema.version>1.4.2</XmlSchema.version>
		<commons.io.version>1.1</commons.io.version>
		<jettison.version>1.0-beta-1</jettison.version>
    </properties>
</project>
