You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2008/06/29 03:01:08 UTC

svn commit: r672598 - in /geronimo/specs/trunk/geronimo-availability_0.4_spec: ./ pom.xml src/ src/main/ src/main/java/ src/main/java/javax/ src/site/ src/site/site.xml

Author: adc
Date: Sat Jun 28 18:01:08 2008
New Revision: 672598

URL: http://svn.apache.org/viewvc?rev=672598&view=rev
Log:
GERONIMO-4168 start

Added:
    geronimo/specs/trunk/geronimo-availability_0.4_spec/
    geronimo/specs/trunk/geronimo-availability_0.4_spec/pom.xml   (with props)
    geronimo/specs/trunk/geronimo-availability_0.4_spec/src/
    geronimo/specs/trunk/geronimo-availability_0.4_spec/src/main/
    geronimo/specs/trunk/geronimo-availability_0.4_spec/src/main/java/
    geronimo/specs/trunk/geronimo-availability_0.4_spec/src/main/java/javax/
    geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/
    geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml   (with props)

Added: geronimo/specs/trunk/geronimo-availability_0.4_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-availability_0.4_spec/pom.xml?rev=672598&view=auto
==============================================================================
--- geronimo/specs/trunk/geronimo-availability_0.4_spec/pom.xml (added)
+++ geronimo/specs/trunk/geronimo-availability_0.4_spec/pom.xml Sat Jun 28 18:01:08 2008
@@ -0,0 +1,58 @@
+<?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$ $Date$ -->
+
+<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-availability_0.4_spec</artifactId>
+    <packaging>jar</packaging>
+    <name>Availability Management for Java 0.4</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.version>0.4</geronimo.osgi.export.version>
+    </properties>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-availability_0.4_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-availability_0.4_spec/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-availability_0.4_spec/</url>
+    </scm>
+
+</project>

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

Propchange: geronimo/specs/trunk/geronimo-availability_0.4_spec/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/specs/trunk/geronimo-availability_0.4_spec/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml?rev=672598&view=auto
==============================================================================
--- geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml (added)
+++ geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml Sat Jun 28 18:01:08 2008
@@ -0,0 +1,37 @@
+<?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$ $Date$ -->
+
+<project name="${project.name}">
+    
+    <body>
+        
+        ${parentProject}
+        
+        ${modules}
+        
+        ${reports}
+        
+    </body>
+
+</project>
+
+

Propchange: geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: geronimo/specs/trunk/geronimo-availability_0.4_spec/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml