You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2007/10/05 17:41:39 UTC

svn commit: r582316 - in /incubator/abdera/site/trunk: docs/building.html docs/developers.html docs/gettingstarted.html docs/reference.html faq.html index.html project.html releases.xml

Author: jmsnell
Date: Fri Oct  5 08:41:37 2007
New Revision: 582316

URL: http://svn.apache.org/viewvc?rev=582316&view=rev
Log: (empty)

Modified:
    incubator/abdera/site/trunk/docs/building.html
    incubator/abdera/site/trunk/docs/developers.html
    incubator/abdera/site/trunk/docs/gettingstarted.html
    incubator/abdera/site/trunk/docs/reference.html
    incubator/abdera/site/trunk/faq.html
    incubator/abdera/site/trunk/index.html
    incubator/abdera/site/trunk/project.html
    incubator/abdera/site/trunk/releases.xml

Modified: incubator/abdera/site/trunk/docs/building.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/building.html?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/docs/building.html (original)
+++ incubator/abdera/site/trunk/docs/building.html Fri Oct  5 08:41:37 2007
@@ -56,12 +56,16 @@
         <li>/java</li>
         <ul>
           <li>/build</li>
+          <li>/client</li>
           <li>/core</li>
           <li>/dependencies</li>
           <li>/docs</li>
           <li>/examples</li>
+          <li>/extensions</li>
           <li>/parser</li>
+          <li>/protocol</li>
           <li>/security</li>
+          <li>/spring</li>
         </ul>
       </ul>
     </ul>
@@ -82,6 +86,13 @@
     
     <p>The compiled jar files will be available under a newly created %Abdera_Home/java/dist directory</p>
     
+    <p>To build with support for XML Digital Signatures and Encryption, set the 
+    <code>ABDERA_XMLSECURITY</code> environment variable to <code>true</code>,
+    e.g. <code>export ABDERA_XMLSECURITY=true</code>.</p>
+    
+    <p>To build with support for the Spring framework, set the <code>ABDERA_SPRING</code>
+    environment variable to <code>true</code>, e.g. <code>export ABDERA_SPRING=true</code>.</p>
+    
     <h2>Building with Eclipse</h2>
     
     <p>TODO</p>
@@ -93,7 +104,7 @@
     </div>
 
     <div id="footer">
-      Copyright &#xA9 2006, The Apache Software Foundation
+      Copyright &#xA9; 2006-2007, The Apache Software Foundation
     </div>
 
   </div>

Modified: incubator/abdera/site/trunk/docs/developers.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/developers.html?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/docs/developers.html (original)
+++ incubator/abdera/site/trunk/docs/developers.html Fri Oct  5 08:41:37 2007
@@ -164,7 +164,7 @@
     
     <h2>Running Tests</h2>
     
-    <p>TBD</p>
+    <p>The unit tests are run automatically during the build.</p>
     
     <h2>Contributing new test cases</h2>
     
@@ -177,7 +177,7 @@
     </div>
 
     <div id="footer">
-      Copyright &#xA9 2006, The Apache Software Foundation
+      Copyright &#xA9; 2006-2007, The Apache Software Foundation
     </div>
 
   </div>

Modified: incubator/abdera/site/trunk/docs/gettingstarted.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/gettingstarted.html?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/docs/gettingstarted.html (original)
+++ incubator/abdera/site/trunk/docs/gettingstarted.html Fri Oct  5 08:41:37 2007
@@ -308,7 +308,7 @@
     </div>
 
     <div id="footer">
-      Copyright &#xA9 2006, The Apache Software Foundation
+      Copyright &#xA9; 2006-2007, The Apache Software Foundation
     </div>
 
   </div>

Modified: incubator/abdera/site/trunk/docs/reference.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/docs/reference.html?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/docs/reference.html (original)
+++ incubator/abdera/site/trunk/docs/reference.html Fri Oct  5 08:41:37 2007
@@ -66,7 +66,7 @@
     </div>
 
     <div id="footer">
-      Copyright &#xA9 2006, The Apache Software Foundation
+      Copyright &#xA9; 2006-2007, The Apache Software Foundation
     </div>
 
   </div>

Modified: incubator/abdera/site/trunk/faq.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/faq.html?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/faq.html (original)
+++ incubator/abdera/site/trunk/faq.html Fri Oct  5 08:41:37 2007
@@ -210,7 +210,7 @@
     </div>
 
     <div id="footer">
-      Copyright &#xA9 2006, The Apache Software Foundation
+      Copyright &#xA9; 2006-2007, The Apache Software Foundation
     </div>
 
   </div>

Modified: incubator/abdera/site/trunk/index.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/index.html?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/index.html (original)
+++ incubator/abdera/site/trunk/index.html Fri Oct  5 08:41:37 2007
@@ -262,7 +262,7 @@
     </div>
 
     <div id="footer">
-      Copyright &#xA9 2006, The Apache Software Foundation
+      Copyright &#xA9; 2006-2007, The Apache Software Foundation
     </div>
 
   </div>

Modified: incubator/abdera/site/trunk/project.html
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/project.html?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/project.html (original)
+++ incubator/abdera/site/trunk/project.html Fri Oct  5 08:41:37 2007
@@ -99,7 +99,7 @@
     </div>
 
     <div id="footer">
-      Copyright &#xA9 2006, The Apache Software Foundation
+      Copyright &#xA9; 2006-2007, The Apache Software Foundation
     </div>
 
   </div>

Modified: incubator/abdera/site/trunk/releases.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/site/trunk/releases.xml?rev=582316&r1=582315&r2=582316&view=diff
==============================================================================
--- incubator/abdera/site/trunk/releases.xml (original)
+++ incubator/abdera/site/trunk/releases.xml Fri Oct  5 08:41:37 2007
@@ -6,7 +6,7 @@
   <author><name>Abdera PPMC</name></author>
   <link href="http://incubator.apache.org/abdera" />
   <link href="http://incubator.apache.org/abdera/releases.xml" rel="self" />
-  
+  <rights>Copyright &#xA9; 2006-2007, The Apache Software Foundation</rights>
   <entry>
     <id>tag:incubator.apache.org,2006:abdera/releases/0.3.0-incubating</id>
     <title>Abdera 0.3.0-incubating</title>