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

cleanup and simplify

parent 895e888f
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@
<target
name="checkIfRepo">
<condition
property="ifRepo">
property="isRepo">
<isset
property="${groupId}.tobeinstalledfeaturegroups"/>
</condition>
......
......@@ -145,7 +145,7 @@
<target
name="checkIfRepo">
<condition
property="ifRepo">
property="isRepo">
<isset
property="${groupId}.tobeinstalledfeaturegroups"/>
</condition>
......
......@@ -141,7 +141,7 @@
<target
name="checkIfRepo">
<condition
property="ifRepo">
property="isRepo">
<isset
property="${groupId}.tobeinstalledfeaturegroups"/>
</condition>
......
......@@ -135,7 +135,7 @@
<target
name="checkIfRepo">
<condition
property="ifRepo">
property="isRepo">
<isset
property="${groupId}.tobeinstalledfeaturegroups"/>
</condition>
......
......@@ -135,10 +135,11 @@
<target
name="checkIfRepo">
<condition
property="ifRepo">
property="isRepo">
<isset
property="${groupId}.tobeinstalledfeaturegroups"/>
</condition>
</target>
</project>
\ No newline at end of file
......@@ -129,7 +129,7 @@
<target
name="checkIfRepo">
<condition
property="ifRepo">
property="isRepo">
<isset
property="${groupId}.tobeinstalledfeaturegroups"/>
</condition>
......
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