You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/03/27 21:46:11 UTC

svn commit: r759340 - in /incubator/pivot/trunk: build.xml etc/ etc/README etc/pivot.keystore

Author: tvolkert
Date: Fri Mar 27 20:46:11 2009
New Revision: 759340

URL: http://svn.apache.org/viewvc?rev=759340&view=rev
Log:
Updated "deploy" target in build file to reference newly checked in keystore file, and checked in the keystore file

Added:
    incubator/pivot/trunk/etc/
    incubator/pivot/trunk/etc/README
    incubator/pivot/trunk/etc/pivot.keystore   (with props)
Modified:
    incubator/pivot/trunk/build.xml

Modified: incubator/pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/build.xml?rev=759340&r1=759339&r2=759340&view=diff
==============================================================================
--- incubator/pivot/trunk/build.xml (original)
+++ incubator/pivot/trunk/build.xml Fri Mar 27 20:46:11 2009
@@ -20,9 +20,9 @@
     <property name="tutorials" value="tutorials"/>
     <property name="tools" value="tools"/>
 
-    <property name="keystore" value="${user.home}/myKeystore"/>
-    <property name="storepass" value="keystore"/>
-    <property name="alias" value="myself"/>
+    <property name="keystore" value="etc/pivot.keystore"/>
+    <property name="alias" value="pivot"/>
+    <property name="storepass" value="apache"/>
 
     <tstamp/>
     <property file="build.properties"/>

Added: incubator/pivot/trunk/etc/README
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/etc/README?rev=759340&view=auto
==============================================================================
--- incubator/pivot/trunk/etc/README (added)
+++ incubator/pivot/trunk/etc/README Fri Mar 27 20:46:11 2009
@@ -0,0 +1,12 @@
+
+Directory manifest
+==================
+
+pivot.keystore      Keystore file
+
+
+Keystore info
+=============
+
+Alias               pivot
+Password            apache

Added: incubator/pivot/trunk/etc/pivot.keystore
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/etc/pivot.keystore?rev=759340&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/pivot/trunk/etc/pivot.keystore
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream