Skip to content

Commit

Permalink
Fix xml documents broken by comment.
Browse files Browse the repository at this point in the history
Ant was upset at not knowing the document type and then being given an xml comment
  • Loading branch information
Michael Wood committed Jul 6, 2011
1 parent ffbd8d9 commit 06d3faa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Mex android remote - a wraper and discovery tool fro the mex web remote
Expand All @@ -17,7 +18,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses>
*/
-->
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mediaexplorer.remote"
android:versionCode="1"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/main.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Mex android remote - a wraper and discovery tool fro the mex web remote
Expand All @@ -17,7 +18,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses>
*/
-->
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
* Mex android remote - a wraper and discovery tool fro the mex web remote
Expand All @@ -17,7 +18,6 @@
* along with this program; if not, see <http://www.gnu.org/licenses>
*/
-->
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Mex WebRemote</string>
</resources>

0 comments on commit 06d3faa

Please sign in to comment.