Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit 8577838

Browse files
committed
removed depricated model project from source
1 parent f3cc514 commit 8577838

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+29
-855
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea/workspace.xml
2-
AndroidStudioUnitTestPlugin/.idea/workspace.xml
32
out/
43

54
.gradle

.idea/misc.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AndroidStudioUnitTestPlugin.iml

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
2+
<module type="PLUGIN_MODULE" version="4">
3+
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
34
<component name="NewModuleRootManager" inherit-compiler-output="true">
45
<exclude-output />
56
<content url="file://$MODULE_DIR$">
6-
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
7-
<excludeFolder url="file://$MODULE_DIR$/build" />
7+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
88
</content>
99
<orderEntry type="inheritedJdk" />
1010
<orderEntry type="sourceFolder" forTests="false" />
11+
<orderEntry type="library" scope="PROVIDED" name="android-plugin" level="project" />
12+
<orderEntry type="library" scope="PROVIDED" name="gradle-plugin" level="project" />
13+
<orderEntry type="library" scope="PROVIDED" name="idea-junit" level="project" />
14+
<orderEntry type="module-library">
15+
<library>
16+
<CLASSES>
17+
<root url="jar://$APPLICATION_HOME_DIR$/lib/groovy-all-2.2.1.jar!/" />
18+
</CLASSES>
19+
<JAVADOC />
20+
<SOURCES />
21+
</library>
22+
</orderEntry>
23+
<orderEntry type="module-library">
24+
<library>
25+
<CLASSES>
26+
<root url="jar://$APPLICATION_HOME_DIR$/lib/annotations.jar!/" />
27+
</CLASSES>
28+
<JAVADOC />
29+
<SOURCES />
30+
</library>
31+
</orderEntry>
32+
<orderEntry type="library" name="me.tatarka.androidunittest:android-unit-test-model:1.0" level="project" />
1133
</component>
12-
</module>
13-
34+
</module>

AndroidStudioUnitTestPlugin/.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

AndroidStudioUnitTestPlugin/.idea/compiler.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

AndroidStudioUnitTestPlugin/.idea/copyright/profiles_settings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

AndroidStudioUnitTestPlugin/.idea/encodings.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

AndroidStudioUnitTestPlugin/.idea/libraries/idea_android.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)