Skip to content

Commit b23646c

Browse files
jamesonwilliamsraphkim
authored andcommitted
rm logging from copy resources (#2193)
* fix: remove outdated logging notes These instructions are incorrect and misleading and need to be removed. * fix: remove logging.html from copy_resourcesfiles script
1 parent 83332f5 commit b23646c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

CircleciScripts/copy_resourcefiles.py

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@
66
root = sys.argv[1]
77
dest = sys.argv[2]
88
files = {
9-
"LICENSE.AMAZON.txt":"LICENSE.AMAZON.txt",
10-
"LICENSE.txt":"LICENSE.txt",
11-
"NOTICE.txt":"NOTICE.txt",
12-
"README.md":"README.md",
13-
"CircleciScripts/source.html":"src/source.html",
14-
"LICENSE.APACHE.txt":"LICENSE.APACHE.txt",
15-
"Logging.html":"Logging.html",
16-
"Proguard.html":"Proguard.html",
17-
"CircleciScripts/samples.html":"samples/samples.html"
18-
9+
"LICENSE.AMAZON.txt": "LICENSE.AMAZON.txt",
10+
"LICENSE.txt": "LICENSE.txt",
11+
"NOTICE.txt": "NOTICE.txt",
12+
"README.md": "README.md",
13+
"CircleciScripts/source.html": "src/source.html",
14+
"LICENSE.APACHE.txt": "LICENSE.APACHE.txt",
15+
"Proguard.html": "Proguard.html",
16+
"CircleciScripts/samples.html": "samples/samples.html"
1917
}
2018

2119
for source,target in files.items():

0 commit comments

Comments
 (0)