You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/05/16 16:26:13 UTC

svn commit: r657077 - in /geronimo/specs/trunk/geronimo-jaxws_2.1_spec: ./ pom.xml src/ src/main/ src/main/java/

Author: gawor
Date: Fri May 16 07:26:12 2008
New Revision: 657077

URL: http://svn.apache.org/viewvc?rev=657077&view=rev
Log:
add (empty) jaxws 2.1 spec module

Added:
    geronimo/specs/trunk/geronimo-jaxws_2.1_spec/
    geronimo/specs/trunk/geronimo-jaxws_2.1_spec/pom.xml   (with props)
    geronimo/specs/trunk/geronimo-jaxws_2.1_spec/src/
    geronimo/specs/trunk/geronimo-jaxws_2.1_spec/src/main/
    geronimo/specs/trunk/geronimo-jaxws_2.1_spec/src/main/java/

Added: geronimo/specs/trunk/geronimo-jaxws_2.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jaxws_2.1_spec/pom.xml?rev=657077&view=auto
==============================================================================
--- geronimo/specs/trunk/geronimo-jaxws_2.1_spec/pom.xml (added)
+++ geronimo/specs/trunk/geronimo-jaxws_2.1_spec/pom.xml Fri May 16 07:26:12 2008
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+-->
+
+<!-- $Rev: 638252 $ $Date: 2008-03-18 03:42:42 -0400 (Tue, 18 Mar 2008) $ -->
+
+<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>
+
+    <parent>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>specs-parent</artifactId>
+        <version>1.5</version>
+    </parent>
+
+    <artifactId>geronimo-jaxws_2.1_spec</artifactId>
+    <packaging>jar</packaging>
+    <name>JAX-WS 2.1 API</name>
+    <version>1.0-SNAPSHOT</version>
+
+    <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
+    <distributionManagement>
+        <site>
+            <id>geronimo-website</id>
+            <url>${staging.siteURL}/${siteId}/${version}</url>
+        </site>
+    </distributionManagement>
+
+    <properties>
+        <siteId>specs/${artifactId}</siteId>
+
+        <geronimo.osgi.export.pkg>javax.xml.ws*</geronimo.osgi.export.pkg>
+        <geronimo.osgi.export.version>2.1</geronimo.osgi.export.version>
+    </properties>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.1_spec/</connection>
+        <developerConnection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.1_spec/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jaxws_2.1_spec/</url>
+    </scm>
+
+</project>

Propchange: geronimo/specs/trunk/geronimo-jaxws_2.1_spec/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native