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

[179215] switch to use orbit's common.logging and others

parent c9413fa2
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,10 @@ ...@@ -12,7 +12,10 @@
<target name="get"> <target name="get">
<antcall target="getAndInstall">
<param name="groupId" value="orbitthirdparty" />
</antcall>
<mkdir dir="${buildDirectory}/maps/releng/maps" /> <mkdir dir="${buildDirectory}/maps/releng/maps" />
<antcall target="getAndInstall"> <antcall target="getAndInstall">
<param name="groupId" value="orbitthirdpartymap" /> <param name="groupId" value="orbitthirdpartymap" />
......
...@@ -12,7 +12,10 @@ ...@@ -12,7 +12,10 @@
<target name="get"> <target name="get">
<antcall target="getAndInstall">
<param name="groupId" value="orbitthirdparty" />
</antcall>
<antcall target="getAndInstall"> <antcall target="getAndInstall">
<param name="groupId" value="thirdparty" /> <param name="groupId" value="thirdparty" />
</antcall> </antcall>
......
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