You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/21 11:31:41 UTC

svn commit: r1495344 - in /commons/proper/commons-gpg-plugin/trunk/src/main/site: ./ site.xml

Author: sebb
Date: Fri Jun 21 09:31:40 2013
New Revision: 1495344

URL: http://svn.apache.org/r1495344
Log:
Add basic site

Added:
    commons/proper/commons-gpg-plugin/trunk/src/main/site/
    commons/proper/commons-gpg-plugin/trunk/src/main/site/site.xml   (with props)

Added: commons/proper/commons-gpg-plugin/trunk/src/main/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-gpg-plugin/trunk/src/main/site/site.xml?rev=1495344&view=auto
==============================================================================
--- commons/proper/commons-gpg-plugin/trunk/src/main/site/site.xml (added)
+++ commons/proper/commons-gpg-plugin/trunk/src/main/site/site.xml Fri Jun 21 09:31:40 2013
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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.
+-->
+<!--
+   $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk/src/site/site.xml $
+   $Revision: 1296548 $ $Date: 2012-03-03 01:35:18 +0000 (Sat, 03 Mar 2012) $
+ -->
+<project name="Apache Commons Gpg Plugin">
+
+    <body>
+        <menu name="Gpg Plugin">
+            <item name="Overview"                href="index.html"/>
+            <item name="Download"                href="download_commons-build-plugin.cgi"/>
+        </menu>
+    </body>
+
+</project>

Propchange: commons/proper/commons-gpg-plugin/trunk/src/main/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native