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/09/11 08:50:51 UTC

svn commit: r813680 - in /turbine/fulcrum/trunk/mimetype: maven.xml pom.xml project.properties project.xml src/site/site.xml

Author: tv
Date: Fri Sep 11 06:50:51 2009
New Revision: 813680

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

Removed:
    turbine/fulcrum/trunk/mimetype/maven.xml
    turbine/fulcrum/trunk/mimetype/project.properties
    turbine/fulcrum/trunk/mimetype/project.xml
Modified:
    turbine/fulcrum/trunk/mimetype/pom.xml
    turbine/fulcrum/trunk/mimetype/src/site/site.xml

Modified: turbine/fulcrum/trunk/mimetype/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/mimetype/pom.xml?rev=813680&r1=813679&r2=813680&view=diff
==============================================================================
--- turbine/fulcrum/trunk/mimetype/pom.xml (original)
+++ turbine/fulcrum/trunk/mimetype/pom.xml Fri Sep 11 06:50:51 2009
@@ -15,10 +15,7 @@
    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">
+<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">
   <parent>
     <groupId>org.apache.fulcrum</groupId>
     <artifactId>fulcrum-parent</artifactId>
@@ -85,4 +82,25 @@
     <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.5</fulcrum.release.version>
+    <fulcrum.rc.version>RC1</fulcrum.rc.version>  
+    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
+  </properties>  
+    
 </project>
\ No newline at end of file

Modified: turbine/fulcrum/trunk/mimetype/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/mimetype/src/site/site.xml?rev=813680&r1=813679&r2=813680&view=diff
==============================================================================
--- turbine/fulcrum/trunk/mimetype/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/mimetype/src/site/site.xml Fri Sep 11 06:50:51 2009
@@ -17,13 +17,11 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project name="Fulcrum Mimetype">
+<project name="Fulcrum Mimetype"
+    href="http://turbine.apache.org/fulcrum/fulcrum-mimetype/">
   <body>
     <menu name="Overview">
-      <item name="Overview"            href="/index.html"/>
-      <item name="Configuration"       href="/configuration.html"/>
-      <item name="Technical"           href="/technical.html"/>
+      <item name="About"            href="/index.html"/>
     </menu>  
-    ${reports}
   </body>
 </project>