mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Add a unit test to test source-file target-dir /app/src/main/… (PR #542)
This commit is contained in:
committed by
Christopher J. Brody
parent
9f6c332b8c
commit
c0e9f25150
@@ -70,6 +70,8 @@
|
||||
|
||||
<source-file src="src/android/DummyPlugin.java"
|
||||
target-dir="src/com/phonegap/plugins/dummyplugin" />
|
||||
<source-file src="src/android/DummyPlugin2.java"
|
||||
target-dir="app/src/main/src/com/phonegap/plugins/dummyplugin" />
|
||||
<lib-file src="src/android/TestLib.jar" />
|
||||
</platform>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user