You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2009/06/15 18:05:19 UTC

svn commit: r784834 - in /turbine/fulcrum/trunk/upload: NOTICE.txt pom.xml src/site/ src/site/site.xml

Author: tv
Date: Mon Jun 15 16:05:18 2009
New Revision: 784834

URL: http://svn.apache.org/viewvc?rev=784834&view=rev
Log:
Prepare release

Added:
    turbine/fulcrum/trunk/upload/NOTICE.txt
    turbine/fulcrum/trunk/upload/src/site/
    turbine/fulcrum/trunk/upload/src/site/site.xml
Modified:
    turbine/fulcrum/trunk/upload/pom.xml

Added: turbine/fulcrum/trunk/upload/NOTICE.txt
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/upload/NOTICE.txt?rev=784834&view=auto
==============================================================================
--- turbine/fulcrum/trunk/upload/NOTICE.txt (added)
+++ turbine/fulcrum/trunk/upload/NOTICE.txt Mon Jun 15 16:05:18 2009
@@ -0,0 +1,6 @@
+Turbine Fulcrum Upload Component
+Copyright 2002-2009 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+

Modified: turbine/fulcrum/trunk/upload/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/upload/pom.xml?rev=784834&r1=784833&r2=784834&view=diff
==============================================================================
--- turbine/fulcrum/trunk/upload/pom.xml (original)
+++ turbine/fulcrum/trunk/upload/pom.xml Mon Jun 15 16:05:18 2009
@@ -123,5 +123,26 @@
     <sourceDirectory>${basedir}/src/java</sourceDirectory>
     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
   </build>
+
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Fulcrum Release Candidate Staging Site</name>
+          <url>${fulcrum.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/fulcrum/${fulcrum.componentid}/${fulcrum.release.version}/${fulcrum.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+  
+  <properties>
+    <!-- This bits are used for the staging directory -->
+    <fulcrum.release.version>1.0.4</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>  
+    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+  </properties>  
 	
 </project>

Added: turbine/fulcrum/trunk/upload/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/upload/src/site/site.xml?rev=784834&view=auto
==============================================================================
--- turbine/fulcrum/trunk/upload/src/site/site.xml (added)
+++ turbine/fulcrum/trunk/upload/src/site/site.xml Mon Jun 15 16:05:18 2009
@@ -0,0 +1,30 @@
+<?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.
+-->
+<project
+  name="Fulcrum Upload"
+  href="http://turbine.apache.org/fulcrum/fulcrum-upload/">
+
+  <body>
+    <menu name="Overview">
+      <item name="Main"                 href="/index.html"/>
+      <item name="Properties"           href="/properties.html" />
+    </menu>
+  </body>
+</project>