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/02 22:55:28 UTC

svn commit: r109562 - /incubator/muse/trunk/maven.xml /incubator/muse/trunk/src/site/content/xdocs/contact_info.xml

Author: ips
Date: Thu Dec  2 13:55:27 2004
New Revision: 109562

URL: http://svn.apache.org/viewcvs?view=rev&rev=109562
Log:
cleaned up webapp in dist

Modified:
   incubator/muse/trunk/maven.xml
   incubator/muse/trunk/src/site/content/xdocs/contact_info.xml

Modified: incubator/muse/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/maven.xml?view=diff&rev=109562&p1=incubator/muse/trunk/maven.xml&r1=109561&p2=incubator/muse/trunk/maven.xml&r2=109562
==============================================================================
--- incubator/muse/trunk/maven.xml	(original)
+++ incubator/muse/trunk/maven.xml	Thu Dec  2 13:55:27 2004
@@ -187,12 +187,6 @@
   <!-- Store Muse classes in WEB-INF/lib instead of WEB-INF/classes     -->
   <!-- ================================================================== -->
   <postGoal name="war:webapp">    
-    
-    <delete dir="${maven.war.webapp.dir}/WEB-INF/classes/com" />
-    <delete dir="${maven.war.webapp.dir}/WEB-INF/classes/org" />
-    <delete dir="${maven.war.webapp.dir}/WEB-INF/classes/schema" />
-    <delete><fileset dir="${maven.war.webapp.dir}/WEB-INF/classes" includes="*.wsdd" /></delete>
-    <delete><fileset dir="${maven.war.webapp.dir}/WEB-INF/classes" includes="discovery-agent-registry.xml" /></delete>
 
     <!-- Copy spec WSDLs into webapp docroot -->
     <property name="spec.wsdl.deploy.dir" location="${maven.war.webapp.dir}/spec" />
@@ -202,7 +196,14 @@
     </copy>
     
     <copy file="${target.config.wsdd}" todir="${maven.war.webapp.dir}/WEB-INF" overwrite="true" verbose="true" />    
-        
+    
+    <!-- Clear out WEB-INF/classes/, since we're going to use a jar in WEB-INF/lib/ instead -->
+    <delete dir="${maven.war.webapp.dir}/WEB-INF/classes" />
+    <mkdir dir="${maven.war.webapp.dir}/WEB-INF/classes" />
+    
+    <!-- Copy log4j config file into docroot to make it easier for users to edit -->
+    <copy file="${maven.build.dest}/log4j.properties" todir="${maven.war.webapp.dir}/WEB-INF/classes" />
+            
     <mkdir dir="${maven.war.webapp.dir}/WEB-INF/classes/org/apache/ws/test" />    
     <copy todir="${maven.war.webapp.dir}/WEB-INF/classes/org/apache/ws/test">
        <fileset dir="${maven.test.dest}/org/apache/ws/test" />
@@ -221,6 +222,9 @@
     <j:set var="maven.test.skip" value="true" />
     <attainGoal name="jar" />
     <copy file="${maven.build.dir}/${maven.final.name}.jar" todir="${maven.war.webapp.dir}/WEB-INF/lib" overwrite="true" verbose="true" />
+
+    <!-- Delete empty WEB-INF/tld/ dir that war plugin created -->
+    <delete dir="${maven.war.webapp.dir}/WEB-INF/tld" />
     
   </postGoal>
 

Modified: incubator/muse/trunk/src/site/content/xdocs/contact_info.xml
Url: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/xdocs/contact_info.xml?view=diff&rev=109562&p1=incubator/muse/trunk/src/site/content/xdocs/contact_info.xml&r1=109561&p2=incubator/muse/trunk/src/site/content/xdocs/contact_info.xml&r2=109562
==============================================================================
--- incubator/muse/trunk/src/site/content/xdocs/contact_info.xml	(original)
+++ incubator/muse/trunk/src/site/content/xdocs/contact_info.xml	Thu Dec  2 13:55:27 2004
@@ -26,7 +26,7 @@
       <title>Chat Rooms</title>
       <p>
         The Muse developers can usually be found on the 
-        <a href="irc://irc.freenode.net/%23apache-ws-fx"><code>#apache-ws-fx</code> channel on the
+        <a href="irc://irc.freenode.net/apache-ws-fx"><code>#apache-ws-fx</code> channel on the
         <code>irc.freenode.net</code> IRC server</a>.
       </p>
     </section>

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