Skip to content

Commit

Permalink
ripped out metering
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Avery committed Dec 3, 2019
1 parent 16eb913 commit 7ec6d51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<property name="dep9" value="vs-admin" />
<property name="dep10" value="vs-log-server" />
<property name="dep11" value="vs-syslog-server" />
<property name="dep12" value="saas-meter" />
<import file="../lib/build-common.xml"/>

<path id="compile.classpath">
Expand All @@ -30,8 +29,6 @@
<fileset dir="../${dep9}/dist" includes="*.jar"/>
<fileset dir="../${dep10}/dist" includes="*.jar"/>
<fileset dir="../${dep11}/dist" includes="*.jar"/>
<fileset dir="../${dep12}/dist" includes="*.jar"/>
<!--<fileset dir="../${dep13}/dist" includes="*.jar"/>-->
</path>

<target name="dist" depends="init,compile">
Expand Down

0 comments on commit 7ec6d51

Please sign in to comment.