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/02/19 18:05:14 UTC

svn commit: r509254 - in /incubator/abdera/java/branches/0.2.2-incubating: build/build.xml docs/building.html docs/gettingstarted.html docs/index.html

Author: jmsnell
Date: Mon Feb 19 09:05:11 2007
New Revision: 509254

URL: http://svn.apache.org/viewvc?view=rev&rev=509254
Log:
Predist fixups

The dist version in the docs was wrong
Noticed that the bouncycastle jars in the dist zips were wrong (jdk14 version in the jdk15 zip)

Modified:
    incubator/abdera/java/branches/0.2.2-incubating/build/build.xml
    incubator/abdera/java/branches/0.2.2-incubating/docs/building.html
    incubator/abdera/java/branches/0.2.2-incubating/docs/gettingstarted.html
    incubator/abdera/java/branches/0.2.2-incubating/docs/index.html

Modified: incubator/abdera/java/branches/0.2.2-incubating/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/build/build.xml?view=diff&rev=509254&r1=509253&r2=509254
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/build/build.xml (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/build/build.xml Mon Feb 19 09:05:11 2007
@@ -454,7 +454,8 @@
         <exclude name="**/legal/retroweaver-LICENSE.txt" />
         <exclude name="**/json/*" />
         <exclude name="**/*.retro.jar" />
-        <exclude name="**/${bouncycastle.jar}" />
+        <exclude name="**/${bouncycastle.jar}" unless="do.security" />
+        <exclude name="**/${bouncycastle.jar.retro}" />
         <exclude name="**/${geronimo.servlet.jar}" />
         <exclude name="**/${jetty-util.jar}" />
         <exclude name="**/${jetty.jar}" />
@@ -485,6 +486,7 @@
         <exclude name="**/json/*" />
         <exclude name="**/*.${version}.jar" />
         <exclude name="**/${bouncycastle.jar}" />
+        <exclude name="**/${bouncycastle.jar.retro}" unless="do.security" />
         <exclude name="**/${geronimo.servlet.jar}" />
         <exclude name="**/${jetty-util.jar}" />
         <exclude name="**/${jetty.jar}}" />

Modified: incubator/abdera/java/branches/0.2.2-incubating/docs/building.html
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/docs/building.html?view=diff&rev=509254&r1=509253&r2=509254
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/docs/building.html (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/docs/building.html Mon Feb 19 09:05:11 2007
@@ -25,7 +25,7 @@
   <!-- Header -->
   <div id="banner">
     <h1><a href="http://incubator.apache.org/abdera">Apache Abdera</a></h1>
-    <p>Version 0.1-SNAPSHOT (Incubating)</p>
+    <p>Version 0.2.2 (Incubating)</p>
     <hr/>
   </div>
   <div id="divider"></div>

Modified: incubator/abdera/java/branches/0.2.2-incubating/docs/gettingstarted.html
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/docs/gettingstarted.html?view=diff&rev=509254&r1=509253&r2=509254
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/docs/gettingstarted.html (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/docs/gettingstarted.html Mon Feb 19 09:05:11 2007
@@ -24,7 +24,7 @@
   <!-- Header -->
   <div id="banner">
     <h1><a href="http://incubator.apache.org/abdera">Apache Abdera</a></h1>
-    <p>Version 0.1-SNAPSHOT (Incubating)</p>
+    <p>Version 0.2.2 (Incubating)</p>
     <hr/>
   </div>
   <div id="divider"></div>

Modified: incubator/abdera/java/branches/0.2.2-incubating/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.2.2-incubating/docs/index.html?view=diff&rev=509254&r1=509253&r2=509254
==============================================================================
--- incubator/abdera/java/branches/0.2.2-incubating/docs/index.html (original)
+++ incubator/abdera/java/branches/0.2.2-incubating/docs/index.html Mon Feb 19 09:05:11 2007
@@ -28,7 +28,7 @@
 <body>
   <div id="banner">
     <h1><a href="http://incubator.apache.org/abdera">Apache Abdera</a></h1>
-    <p>Version 0.1-SNAPSHOT (Incubating)</p>
+    <p>Version 0.2.2 (Incubating)</p>
     <hr/>
   </div>
   <div id="divider"></div>