You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2004/12/21 00:18:13 UTC

svn commit: r122898 - /incubator/muse/trunk/README.html /incubator/muse/trunk/maven.xml /incubator/muse/trunk/project.properties /incubator/muse/trunk/project.xml /incubator/muse/trunk/src/test/server-config.wsdd

Author: ips
Date: Mon Dec 20 15:18:11 2004
New Revision: 122898

URL: http://svn.apache.org/viewcvs?view=rev&rev=122898
Log:
.
Modified:
   incubator/muse/trunk/README.html
   incubator/muse/trunk/maven.xml
   incubator/muse/trunk/project.properties
   incubator/muse/trunk/project.xml
   incubator/muse/trunk/src/test/server-config.wsdd

Modified: incubator/muse/trunk/README.html
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/README.html?view=diff&rev=122898&p1=incubator/muse/trunk/README.html&r1=122897&p2=incubator/muse/trunk/README.html&r2=122898
==============================================================================
--- incubator/muse/trunk/README.html	(original)
+++ incubator/muse/trunk/README.html	Mon Dec 20 15:18:11 2004
@@ -1,19 +1,19 @@
 <?xml version="1.0"?>
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+               "http://www.w3.org/TR/html4/loose.dtd">
 
 <html>
-<!-- DW6 -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Muse</title>
-<meta http-equiv="refresh" content="0;url=file:docs/index.html">
-</head>
-<body>
-<h1>Incubator Disclaimer</h1>
-<br/>
-<p> The Muse project is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by Davanum Srinivas. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-</p>
-</body>
+ <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <title>Muse</title>
+  <meta http-equiv="refresh" content="0;url=file:docs/index.html">
+ </head>
+
+ <body>
+  <h1>Incubator Disclaimer</h1>
+  <p>
+   The Muse project is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by Davanum Srinivas. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+  </p>
+ </body>
 </html>

Modified: incubator/muse/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?view=diff&rev=122898&p1=incubator/muse/trunk/maven.xml&r1=122897&p2=incubator/muse/trunk/maven.xml&r2=122898
==============================================================================
--- incubator/muse/trunk/maven.xml	(original)
+++ incubator/muse/trunk/maven.xml	Mon Dec 20 15:18:11 2004
@@ -114,7 +114,6 @@
        <sysproperty key="java.endorsed.dirs" value="${forrest.install.dir}/lib/endorsed" />
        <arg line="-f ${forrest.home}/forrest.build.xml" />
     </java>
-
     
     <mkdir dir="${maven.build.dir}/docs" />
     <copy todir="${site.dest.dir}">
@@ -126,7 +125,6 @@
     <!-- delete disk.wsdl from src dir -->
     <delete file="${basedir}/src/site/content/tutorial/disk/src/wsdl/disk.wsdl" />
     
-
   </goal>
 
   <!-- ================================================================== -->
@@ -274,14 +272,12 @@
     <delete file="${maven.dist.bin.assembly.dir}/${maven.final.name}.jar" />
     
     <attainGoal name="war:webapp" />
-
-    <mkdir dir="${maven.dist.bin.assembly.dir}/webapps/${war.name}" />    
-    <copy todir="${maven.dist.bin.assembly.dir}/webapps/${war.name}">
+    <mkdir dir="${maven.dist.bin.assembly.dir}/webapps/${webapp.name}" />    
+    <copy todir="${maven.dist.bin.assembly.dir}/webapps/${webapp.name}">
       <fileset dir="${maven.war.webapp.dir}" />
     </copy>        
 
-    <attainGoal name="website" />
-    
+    <attainGoal name="website" />    
     <property name="docs.assembly.dir" location="${maven.dist.bin.assembly.dir}/docs" />
     <delete dir="${docs.assembly.dir}" />
     <mkdir dir="${docs.assembly.dir}" />

Modified: incubator/muse/trunk/project.properties
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.properties?view=diff&rev=122898&p1=incubator/muse/trunk/project.properties&r1=122897&p2=incubator/muse/trunk/project.properties&r2=122898
==============================================================================
--- incubator/muse/trunk/project.properties	(original)
+++ incubator/muse/trunk/project.properties	Mon Dec 20 15:18:11 2004
@@ -23,8 +23,8 @@
 ##############
 # Target dir for our webapp
 maven.war.build.dir = ${maven.build.dir}
-war.name = muse
-maven.war.webapp.dir = ${maven.war.build.dir}/${war.name}
+webapp.name = muse
+maven.war.webapp.dir = ${maven.war.build.dir}/${webapp.name}
 
 # JALOPY PLUGIN
 #################

Modified: incubator/muse/trunk/project.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/project.xml?view=diff&rev=122898&p1=incubator/muse/trunk/project.xml&r1=122897&p2=incubator/muse/trunk/project.xml&r2=122898
==============================================================================
--- incubator/muse/trunk/project.xml	(original)
+++ incubator/muse/trunk/project.xml	Mon Dec 20 15:18:11 2004
@@ -100,8 +100,8 @@
       <url>http://ws.apache.org/ws-fx/addressing/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
         <usage>Provides support for WS-Addressing</usage>
+        <war.bundle>true</war.bundle>        
       </properties>
     </dependency>
     
@@ -112,8 +112,8 @@
       <url>http://ant.apache.org/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
-        <war.bundle>true</war.bundle>
         <usage>Needed for custom Ant tasks we've written for updating a Wsdd and running WsdmWsdl2Java</usage>
+        <war.bundle>true</war.bundle>
       </properties>
     </dependency>
     

Modified: incubator/muse/trunk/src/test/server-config.wsdd
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/test/server-config.wsdd?view=diff&rev=122898&p1=incubator/muse/trunk/src/test/server-config.wsdd&r1=122897&p2=incubator/muse/trunk/src/test/server-config.wsdd&r2=122898
==============================================================================
--- incubator/muse/trunk/src/test/server-config.wsdd	(original)
+++ incubator/muse/trunk/src/test/server-config.wsdd	Mon Dec 20 15:18:11 2004
@@ -3,9 +3,9 @@
  <globalConfiguration>
   <parameter name="adminPassword" value="admin"/>
   <parameter name="disablePrettyXML" value="true"/>
-  <parameter name="sendXsiTypes" value="true"/>
-  <parameter name="sendMultiRefs" value="true"/>
   <parameter name="attachments.implementation" value="org.apache.axis.attachments.AttachmentsImpl"/>
+  <parameter name="sendMultiRefs" value="true"/>
+  <parameter name="sendXsiTypes" value="true"/>
   <parameter name="sendXMLDeclaration" value="true"/>
   <responseFlow>
    <handler type="java:org.apache.axis.handlers.JAXRPCHandler">

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org