Author: scamp
Date: Thu May 19 09:30:37 2005
New Revision: 170959
URL: http://svn.apache.org/viewcvs?rev=170959&view=rev
Log: (empty)
Modified:
incubator/muse/trunk/maven.xml
incubator/muse/trunk/project.xml
incubator/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/XmlBeansRelationshipResourceProperty.java
Modified: incubator/muse/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?rev=170959&r1=170958&r2=170959&view=diff
==============================================================================
--- incubator/muse/trunk/maven.xml (original)
+++ incubator/muse/trunk/maven.xml Thu May 19 09:30:37 2005
@@ -80,6 +80,25 @@
<!-- ================================================================== -->
<!-- W A R : W E B A P P -->
+ <!-- P R E - G O A L -->
+ <!-- ================================================================== -->
+ <preGoal name="war:webapp">
+ <!-- Delete the webapp dir if exists -->
+ <delete dir="${maven.war.webapp.dir}" />
+ </preGoal>
+
+ <!-- ================================================================== -->
+ <!-- D I S T : B U I L D - S E T U P -->
+ <!-- P R E - G O A L -->
+ <!-- ================================================================== -->
+ <preGoal name="dist:build-setup">
+ <!-- delete the target dir before a dist -->
+ <attainGoal name="clean:clean"/>
+ </preGoal>
+
+
+ <!-- ================================================================== -->
+ <!-- W A R : W E B A P P -->
<!-- P O S T - G O A L -->
<!-- ================================================================== -->
<postGoal name="war:webapp">
Modified: incubator/muse/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?rev=170959&r1=170958&r2=170959&view=diff
==============================================================================
--- incubator/muse/trunk/project.xml (original)
+++ incubator/muse/trunk/project.xml Thu May 19 09:30:37 2005
@@ -17,7 +17,7 @@
<url>http://www.apache.org/</url>
</organization>
<inceptionYear>2004</inceptionYear>
- <package>org.apache.ws.muws</package>
+ <package>org.apache.ws</package>
<description>a robust Java implementation of the OASIS WSDM, Management
using Web Services (MUWS) 1.0 specification</description>
<shortDescription>Muse Project</shortDescription>
<url>http://incubator.apache.org/muse/</url>
Modified:
incubator/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/XmlBeansRelationshipResourceProperty.java
URL:
http://svn.apache.org/viewcvs/incubator/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/XmlBeansRelationshipResourceProperty.java?rev=170959&r1=170958&r2=170959&view=diff
==============================================================================
---
incubator/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/XmlBeansRelationshipResourceProperty.java
(original)
+++
incubator/muse/trunk/src/java/org/apache/ws/muws/v1_0/impl/XmlBeansRelationshipResourceProperty.java
Thu May 19 09:30:37 2005
@@ -125,7 +125,7 @@
XmlBeansManagementEvent xme = new XmlBeansManagementEvent(
situation );
RelationshipCreatedNotificationDocument relationshipCreatedDoc
= RelationshipCreatedNotificationDocument.Factory.newInstance();
org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipCreatedNotificationDocument.RelationshipCreatedNotification
relationshipCreatedNotification =
relationshipCreatedDoc.addNewRelationshipCreatedNotification();
-
relationshipCreatedNotification.setRelationship((RelationshipType)o);
+
relationshipCreatedNotification.setRelationship(((RelationshipDocumentImpl)o).getRelationship());
xme.setAny(new Object[]{relationshipCreatedDoc});
//publish!
createdTopic.publish(xme.getXmlObject());
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]