You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/11/01 18:47:27 UTC

svn commit: rev 56259 - in incubator/beehive/branches/v1/alpha: samples/wsm-blank/WEB-INF/src/template test/ant

Author: mmerz
Date: Mon Nov  1 09:47:25 2004
New Revision: 56259

Added:
   incubator/beehive/branches/v1/alpha/samples/wsm-blank/WEB-INF/src/template/Blank.jws
      - copied unchanged from rev 56252, incubator/beehive/branches/v1/alpha/samples/wsm-blank/WEB-INF/src/template/Blank.java
Removed:
   incubator/beehive/branches/v1/alpha/samples/wsm-blank/WEB-INF/src/template/Blank.java
Modified:
   incubator/beehive/branches/v1/alpha/test/ant/buildWebappCore.xml
Log:
Rename "Java Web Service" files to jws; this is for apt to be able to enforce dependencies.



Modified: incubator/beehive/branches/v1/alpha/test/ant/buildWebappCore.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/test/ant/buildWebappCore.xml	(original)
+++ incubator/beehive/branches/v1/alpha/test/ant/buildWebappCore.xml	Mon Nov  1 09:47:25 2004
@@ -98,7 +98,7 @@
              gendir="${webapp.dir}/WEB-INF/${tmp.sourcegen.dir}" 
              classpathref="controls.build.classpath" 
              compileByExtension="true" 
-             srcExtensions="*.java,*.jcx,*.jcs" 
+             srcExtensions="*.java,*.jcx,*.jcs,*.jws" 
              debug="true"/>
 
         <echo>========== Compile Page Flows ==========</echo>