You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ak...@apache.org on 2008/01/26 23:20:24 UTC

svn commit: r615521 - in /mina/asyncweb/trunk: examples/conf/AsyncWeb.xml examples/pom.xml pom.xml spring/pom.xml

Author: akarasulu
Date: Sat Jan 26 14:20:22 2008
New Revision: 615521

URL: http://svn.apache.org/viewvc?rev=615521&view=rev
Log:
refactoring changes and cleaning up pom names

Modified:
    mina/asyncweb/trunk/examples/conf/AsyncWeb.xml
    mina/asyncweb/trunk/examples/pom.xml
    mina/asyncweb/trunk/pom.xml
    mina/asyncweb/trunk/spring/pom.xml

Modified: mina/asyncweb/trunk/examples/conf/AsyncWeb.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/examples/conf/AsyncWeb.xml?rev=615521&r1=615520&r2=615521&view=diff
==============================================================================
--- mina/asyncweb/trunk/examples/conf/AsyncWeb.xml (original)
+++ mina/asyncweb/trunk/examples/conf/AsyncWeb.xml Sat Jan 26 14:20:22 2008
@@ -175,7 +175,7 @@
 		context with the HttpServiceHandler.
 	-->
 	<bean id="httpServiceAutoload"
-		class="org.safehaus.asyncweb.integration.spring.HttpServiceLoader">
+		class="org.apache.asyncweb.spring.HttpServiceLoader">
 
 		<property name="handler">
 			<ref bean="httpServiceHandler" />

Modified: mina/asyncweb/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/examples/pom.xml?rev=615521&r1=615520&r2=615521&view=diff
==============================================================================
--- mina/asyncweb/trunk/examples/pom.xml (original)
+++ mina/asyncweb/trunk/examples/pom.xml Sat Jan 26 14:20:22 2008
@@ -36,7 +36,7 @@
         <configuration>
           <tasks>
             <java
-              classname="org.safehaus.asyncweb.integration.spring.Main"
+              classname="org.apache.asyncweb.spring.Main"
               fork="yes" failonerror="true">
               <sysproperty key="asyncWeb.config" value="." />
               <sysproperty key="asyncWeb.config.services"

Modified: mina/asyncweb/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/pom.xml?rev=615521&r1=615520&r2=615521&view=diff
==============================================================================
--- mina/asyncweb/trunk/pom.xml (original)
+++ mina/asyncweb/trunk/pom.xml Sat Jan 26 14:20:22 2008
@@ -13,7 +13,7 @@
   <groupId>org.apache.asyncweb</groupId>
   <version>0.9.0-SNAPSHOT</version>
   <artifactId>asyncweb-parent</artifactId>
-  <name>Apache Asyncweb Parent POM</name>
+  <name>Apache Asyncweb Parent</name>
   <packaging>pom</packaging>
 
   <url>http://mina.apache.org/asyncweb</url>

Modified: mina/asyncweb/trunk/spring/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/spring/pom.xml?rev=615521&r1=615520&r2=615521&view=diff
==============================================================================
--- mina/asyncweb/trunk/spring/pom.xml (original)
+++ mina/asyncweb/trunk/spring/pom.xml Sat Jan 26 14:20:22 2008
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>asyncweb-spring</artifactId>
   <packaging>jar</packaging>
-  <name>Apache AsyncWeb Spring Integration</name>
+  <name>Apache AsyncWeb Spring</name>
 
   <dependencies>
     <dependency>