You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/03/09 02:55:27 UTC

svn commit: r384398 - /incubator/servicemix/trunk/servicemix-wsn2005/project.xml

Author: foconer
Date: Wed Mar  8 17:55:25 2006
New Revision: 384398

URL: http://svn.apache.org/viewcvs?rev=384398&view=rev
Log:
Correction on package value.

Modified:
    incubator/servicemix/trunk/servicemix-wsn2005/project.xml

Modified: incubator/servicemix/trunk/servicemix-wsn2005/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-wsn2005/project.xml?rev=384398&r1=384397&r2=384398&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/project.xml Wed Mar  8 17:55:25 2006
@@ -28,12 +28,12 @@
         ServiceMix implementation of WS Notification 2005
   </description>
 
-  <package>org.apache.servicemix.ws.notification</package>
+  <package>org.apache.servicemix.wsn</package>
 
   <packageGroups>
     <packageGroup>
       <title>WS-Notification Implementation</title>
-      <packages>org.apache.servicemix.ws.notification</packages>
+      <packages>org.apache.servicemix.wsn</packages>
     </packageGroup>
   </packageGroups>