You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ro...@apache.org on 2021/07/30 00:12:34 UTC

[axis-axis2-java-core] branch master updated: fix build.xml in samples/userguide

This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new bc1ea42  fix build.xml in samples/userguide
bc1ea42 is described below

commit bc1ea4262bce1b662a7f5d09ea27f0b9be851109
Author: Robert Lazarski <ro...@gmail.com>
AuthorDate: Thu Jul 29 20:11:32 2021 -0400

    fix build.xml in samples/userguide
---
 modules/samples/userguide/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/samples/userguide/build.xml b/modules/samples/userguide/build.xml
index beed54d..1381a2e 100644
--- a/modules/samples/userguide/build.xml
+++ b/modules/samples/userguide/build.xml
@@ -36,6 +36,7 @@
     <target name="compile">
     		<mkdir dir="${classes.dir}" />
 		<javac srcdir="src" destdir="${classes.dir}">
+                        <exclude name="**/springboot/**/*.java" />
 			<classpath refid="axis.classpath" />
 		</javac>
 		<jar destfile="build/userguide.jar">