Skip to content

Commit

Permalink
# updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Apr 21, 2014
1 parent 41e4a1d commit 76721e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Expand Up @@ -12,14 +12,14 @@
<platform name="android">
<config-file target="config.xml" parent="/*">
<feature name="MultiTouchAndroid2">
<param name="android-package" value="org.changeit.android2.MultitouchView" />
<param name="android-package" value="org.changeit.android2.MultiTouchView" />
<param name="onload" value="true" />
</feature>
</config-file>

<source-file src="src/com/changeit/wmpolyfill/WebClient.java" target-dir="com/changeit/wmpolyfill" />
<source-file src="src/com/changeit/wmpolyfill/WebClientTouchUpdater.java" target-dir="com/changeit/wmpolyfill" />
<source-file src="src/com/changeit/wmpolyfill/CordovaWebClient.java" target-dir="com/changeit/wmpolyfill" />
<source-file src="src/MultitouchView.java" target-dir="org/changeit/android2/multitouch" />
<source-file src="src-plugin/android/MultiTouchView.java" target-dir="org/changeit/android2/multitouch" />
</platform>
</plugin>

0 comments on commit 76721e4

Please sign in to comment.