| Commit in servicemix/ws/jaxws/wsnotification on MAIN | |||
| src/main/java/org/servicemix/ws/notification/ActiveMQNotificationBroker.java | +5 | 1.1 -> 1.2 | |
| project.xml | -9 | 1.2 -> 1.3 | |
| +5 | -9 | ||
tidied up javadoc and project
servicemix/ws/jaxws/wsnotification/src/main/java/org/servicemix/ws/notification
diff -u -r1.1 -r1.2 --- ActiveMQNotificationBroker.java 2 Sep 2005 10:33:09 -0000 1.1 +++ ActiveMQNotificationBroker.java 3 Sep 2005 13:58:39 -0000 1.2 @@ -56,6 +56,11 @@
import java.io.IOException; import java.util.List;
+/** + * An implementation of [EMAIL PROTECTED] NotificationBroker} which uses ActiveMQ as the underlying messaging system. + * + * @version $Revision$ + */
public class ActiveMQNotificationBroker implements NotificationBroker {
private ActiveMQPublisherRegistrationManager publisherManager = new ActiveMQPublisherRegistrationManager();
servicemix/ws/jaxws/wsnotification
diff -u -r1.2 -r1.3 --- project.xml 24 Aug 2005 17:42:19 -0000 1.2 +++ project.xml 3 Sep 2005 13:58:39 -0000 1.3 @@ -102,15 +102,6 @@
<include>**/*.properties</include>
</includes>
</resource>
- <resource>
- <directory>${xmlbeans.compiled.classes.dir}</directory>
- <includes>
- <include>**/*.xsb</include>
- <include>**/*.wsdl</include>
- <include>**/*.xml</include>
- <include>**/*.class</include>
- </includes>
- </resource>
</resources> </build>
