steps towards Android
This commit is contained in:
parent
ff60908526
commit
d64161d3b0
|
@ -11,7 +11,6 @@
|
|||
<module fileurl="file://$PROJECT_DIR$/logging/logging.iml" filepath="$PROJECT_DIR$/logging/logging.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/logging-api/logging-api.iml" filepath="$PROJECT_DIR$/logging-api/logging-api.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/models/models.iml" filepath="$PROJECT_DIR$/models/models.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/opensr5/opensr5.iml" filepath="$PROJECT_DIR$/opensr5/opensr5.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/romraider/romraider.iml" filepath="$PROJECT_DIR$/romraider/romraider.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/shared_io/shared_io.iml" filepath="$PROJECT_DIR$/shared_io/shared_io.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/shared_ui/shared_ui.iml" filepath="$PROJECT_DIR$/shared_ui/shared_ui.iml" />
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
<src path="ui/src/main/java"/>
|
||||
<src path="ui/src/test/java"/>
|
||||
<src path="romraider/src"/>
|
||||
<src path="opensr5/src"/>
|
||||
<src path="logging/src"/>
|
||||
<!-- not really used at the moment but let's compile for the sake of Eclipse users -->
|
||||
<src path="tools/src"/>
|
||||
|
@ -86,7 +85,6 @@
|
|||
<fileset dir="models/src/test/java" includes="**/test/**/*Test.java"/>
|
||||
<fileset dir="ui/src/test/java" includes="**/*Test.java"/>
|
||||
<fileset dir="romraider/src" includes="**/test/**/*Test.java"/>
|
||||
<fileset dir="opensr5/src" includes="**/test/**/*Test.java"/>
|
||||
<fileset dir="logging/src" includes="**/test/**/*Test.java"/>
|
||||
</batchtest>
|
||||
</junit>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" exported="" name="jcip-annotations" level="project" />
|
||||
<orderEntry type="library" name="jSerialComm" level="project" />
|
||||
<orderEntry type="module" module-name="opensr5" exported="" />
|
||||
<orderEntry type="module" module-name="logging-api" exported="" />
|
||||
<orderEntry type="module" module-name="models" />
|
||||
</component>
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="inifile" exported="" />
|
||||
</component>
|
||||
</module>
|
Loading…
Reference in New Issue