Commit cb06e6bd authored by Diego Barreiro's avatar Diego Barreiro Committed by Jeffrey Schiller

FIX: We need simple_components.json

parent ae00ed14
...@@ -48,7 +48,8 @@ ...@@ -48,7 +48,8 @@
the jars needed to compile the build server classes. the jars needed to compile the build server classes.
===================================================================== --> ===================================================================== -->
<target name="BuildServer" <target name="BuildServer"
depends="init,CopyToRunLibDir,components_AndroidRuntime,components_Barcode,components_ComponentList"> depends="init,CopyToRunLibDir,components_AndroidRuntime,components_Barcode,components_ComponentList,
components_JsonComponentDescription">
<property name="BuildServer-class.dir" location="${class.dir}/BuildServer" /> <property name="BuildServer-class.dir" location="${class.dir}/BuildServer" />
<mkdir dir="${BuildServer-class.dir}" /> <mkdir dir="${BuildServer-class.dir}" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment