Skip to content
Snippets Groups Projects
Commit bbc98f13 authored by david_williams's avatar david_williams
Browse files

cleanup and simplify

parent 9dd57000
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
-->
<project
name="test"
default="get">
default="get"
basedir=".">
<property
environment="env"/>
<!-- required to get proper value of branch specific values -->
......@@ -23,6 +24,8 @@
<property
file="build.properties"/>
<target
name="get">
<!--
......@@ -45,6 +48,9 @@
<echo
level="debug"
message="eclipse.builder: ${eclipse.builder}"/>
<echoproperties />
<antcall
target="prereq.eclipse"/>
<antcall
......
......@@ -7,7 +7,8 @@
-->
<project
name="test"
default="get">
default="get"
basedir=".">
<property
environment="env"/>
<!-- required to get proper value of branch specific values -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment