Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Fix merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalexan committed Oct 12, 2013
1 parent b142546 commit 74284df
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion fennec-copy-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ SYNC_RES_VALUES="res/values/sync_styles.xml"
SYNC_RES_VALUES_V11="res/values-v11/sync_styles.xml"
SYNC_RES_VALUES_LARGE_V11="res/values-large-v11/sync_styles.xml"
# XML resources that do not need to be preprocessed.
SYNC_RES_XML="res/xml/sync_authenticator.xml res/xml/sync_syncadapter.xml res/xml/sync_options.xml"
SYNC_RES_XML=$(find res/xml -name '*.xml' | $SORT_CMD)

dump_mkfile_variable "SYNC_PP_JAVA_FILES" "$PREPROCESS_FILES"
dump_mkfile_variable "SYNC_JAVA_FILES" "$SOURCEFILES"
Expand Down
5 changes: 0 additions & 5 deletions preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ def main():
]

dot_templates = {
"fxaccount_authenticator.xml.template": "res/xml/fxaccount_authenticator.xml",
"fxaccount_bookmarks_syncadapter.xml.template": "res/xml/fxaccount_bookmarks_syncadapter.xml",
"fxaccount_history_syncadapter.xml.template": "res/xml/fxaccount_history_syncadapter.xml",
"fxaccount_passwords_syncadapter.xml.template": "res/xml/fxaccount_passwords_syncadapter.xml",
"fxaccount_tabs_syncadapter.xml.template": "res/xml/fxaccount_tabs_syncadapter.xml",
"strings/strings.xml.template": "res/values/strings.xml",
}

Expand Down
2 changes: 0 additions & 2 deletions res/xml/fxaccount_authenticator.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#filter substitution
<?xml version="1.0" encoding="utf-8"?>

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
Expand Down
1 change: 0 additions & 1 deletion res/xml/fxaccount_bookmarks_syncadapter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#filter substitution
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
1 change: 0 additions & 1 deletion res/xml/fxaccount_history_syncadapter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#filter substitution
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
1 change: 0 additions & 1 deletion res/xml/fxaccount_passwords_syncadapter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#filter substitution
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down
1 change: 0 additions & 1 deletion res/xml/fxaccount_tabs_syncadapter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#filter substitution
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
Expand Down

0 comments on commit 74284df

Please sign in to comment.