diff --git a/ant/docs/examples/5-minute-tutorial/README.md b/ant/docs/examples/5-minute-tutorial/README.md index 7a7f6d1003..7594ff3e0a 100644 --- a/ant/docs/examples/5-minute-tutorial/README.md +++ b/ant/docs/examples/5-minute-tutorial/README.md @@ -16,4 +16,4 @@ To run this example: - Have [Apache Ant](https://ant.apache.org) installed - Have [H2 Sakila database](https://github.com/koentsje/sakila-h2) running - - Issue `ant reveng` from a command-line window \ No newline at end of file + - Issue `ant` from a command-line window \ No newline at end of file diff --git a/ant/docs/examples/5-minute-tutorial/build.xml b/ant/docs/examples/5-minute-tutorial/build.xml index 831e5e1f38..cee1fc8d28 100644 --- a/ant/docs/examples/5-minute-tutorial/build.xml +++ b/ant/docs/examples/5-minute-tutorial/build.xml @@ -13,39 +13,22 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + - - - - + + - - - - - - - - - + + + + - + + + + diff --git a/ant/docs/examples/classpath/README.md b/ant/docs/examples/classpath/README.md index be511bb699..71b3c53674 100644 --- a/ant/docs/examples/classpath/README.md +++ b/ant/docs/examples/classpath/README.md @@ -15,4 +15,4 @@ --> To run this example: - Have [Apache Ant](https://ant.apache.org) installed - - Issue `ant reveng` from a command-line window \ No newline at end of file + - Issue `ant` from a command-line window \ No newline at end of file diff --git a/ant/docs/examples/classpath/build.xml b/ant/docs/examples/classpath/build.xml index ef11e79b88..02a349afc2 100644 --- a/ant/docs/examples/classpath/build.xml +++ b/ant/docs/examples/classpath/build.xml @@ -13,37 +13,13 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + - - - - - - - - - - - - - - + + + @@ -59,8 +35,7 @@ - + diff --git a/ant/docs/examples/common/included.xml b/ant/docs/examples/common/included.xml new file mode 100644 index 0000000000..9275c11972 --- /dev/null +++ b/ant/docs/examples/common/included.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file