Author: gtrasuk
Date: Sat Jan 16 07:40:14 2016
New Revision: 1724932
URL: http://svn.apache.org/viewvc?rev=1724932&view=rev
Log:
Remove calls to examples build.
Modified:
river/jtsk/trunk/build.xml
Modified: river/jtsk/trunk/build.xml
URL:
http://svn.apache.org/viewvc/river/jtsk/trunk/build.xml?rev=1724932&r1=1724931&r2=1724932&view=diff
==============================================================================
--- river/jtsk/trunk/build.xml (original)
+++ river/jtsk/trunk/build.xml Sat Jan 16 07:40:14 2016
@@ -2161,40 +2161,30 @@
description="Build all, including subcomponents">
<!-- Call qa subcomponent build -->
<ant dir="qa" target="build" inheritall="false" />
- <!-- Call examples/hello subcomponent build -->
- <ant dir="examples/hello" target="build" inheritall="false" />
</target>
<target name="all.clean" depends="clean,clean-tests"
description="Clean all, including subcomponents">
<!-- Call qa subcomponent build -->
<ant dir="qa" target="clean" inheritall="false" />
- <!-- Call examples/hello subcomponent build -->
- <ant dir="examples/hello" target="clean" inheritall="false" />
</target>
<target name="all.compile" depends="jars"
description="Compile all, including subcomponents">
<!-- Call qa subcomponent build -->
<ant dir="qa" target="compile" inheritall="false" />
- <!-- Call examples/hello subcomponent build -->
- <ant dir="examples/hello" target="compile" inheritall="false" />
</target>
<target name="all.doc" depends="river-doc"
description="Generate javadoc for all, including subcomponents">
<!-- Call qa subcomponent build -->
<ant dir="qa" target="doc" inheritall="false" />
- <!-- Call examples/hello subcomponent build -->
- <ant dir="examples/hello" target="doc" inheritall="false" />
</target>
<target name="all.jars" depends="jars"
description="Generate JAR files for all, including subcomponents">
<!-- Call qa subcomponent build -->
<ant dir="qa" target="jars" inheritall="false" />
- <!-- Call examples/hello subcomponent build -->
- <ant dir="examples/hello" target="jars" inheritall="false" />
</target>
<!-- TODO: cleanup and find out where exactly to publish to -->