You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/05/15 17:47:14 UTC

svn commit: r656708 - in /geronimo/samples/branches/2.1/samples: async-http/ pom.xml

Author: jbohn
Date: Thu May 15 08:47:14 2008
New Revision: 656708

URL: http://svn.apache.org/viewvc?rev=656708&view=rev
Log:
Remove async-http sample from samples/branches/2.1 - this lives on in samples/trunk and should probably be moved into sandbox at some point in time if it is not to be released

Removed:
    geronimo/samples/branches/2.1/samples/async-http/
Modified:
    geronimo/samples/branches/2.1/samples/pom.xml

Modified: geronimo/samples/branches/2.1/samples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/pom.xml?rev=656708&r1=656707&r2=656708&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/samples/pom.xml (original)
+++ geronimo/samples/branches/2.1/samples/pom.xml Thu May 15 08:47:14 2008
@@ -53,9 +53,6 @@
 
     <modules>
         <module>CustomerService</module>
-<!--
-        <module>async-http</module>
--->
         <module>bank</module>
         <module>calculator-stateless-pojo</module>
         <module>dbtester</module>