let's separate Android from not Android
This commit is contained in:
parent
730484a71b
commit
265aa64054
|
@ -89,6 +89,7 @@
|
|||
<javac debug="yes" destdir="build/classes"
|
||||
classpath="${lib_list}">
|
||||
<src path="autotest/src/main/java"/>
|
||||
<src path="autotest/src/test/java"/>
|
||||
<src path="autoupdate/src/main/java"/>
|
||||
<src path="../java_tools/configuration_definition/src/main/java"/>
|
||||
<src path="../java_tools/configuration_definition/build/generated-src/antlr/main"/>
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" exported="" name="annotations" level="project" />
|
||||
<orderEntry type="module" module-name="logging-api" />
|
||||
<orderEntry type="module" module-name="logging-api" exported="" />
|
||||
</component>
|
||||
</module>
|
|
@ -17,5 +17,6 @@
|
|||
<orderEntry type="module" module-name="enum_to_string" />
|
||||
<orderEntry type="module" module-name="logging-api" />
|
||||
<orderEntry type="library" name="antlr" level="project" />
|
||||
<orderEntry type="module" module-name="io" />
|
||||
</component>
|
||||
</module>
|
Loading…
Reference in New Issue