projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49683d8
)
Rearrange rel-vcs source to avoid rel-vcs/ path prefix in rel-vcs.xpi.
author
W. Trevor King
<wking@drexel.edu>
Fri, 8 Oct 2010 03:37:52 +0000
(23:37 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 8 Oct 2010 03:37:52 +0000
(23:37 -0400)
17 files changed:
posts/rel-vcs/Makefile
patch
|
blob
|
history
posts/rel-vcs/README
[moved from
posts/rel-vcs/rel-vcs/README
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome.manifest
[moved from
posts/rel-vcs/rel-vcs/chrome.manifest
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/content/about.xul
[moved from
posts/rel-vcs/rel-vcs/chrome/content/about.xul
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/content/contents.rdf
[moved from
posts/rel-vcs/rel-vcs/chrome/content/contents.rdf
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/content/overlay.js
[moved from
posts/rel-vcs/rel-vcs/chrome/content/overlay.js
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/content/overlay.xul
[moved from
posts/rel-vcs/rel-vcs/chrome/content/overlay.xul
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/locale/en-US/about.dtd
[moved from
posts/rel-vcs/rel-vcs/chrome/locale/en-US/about.dtd
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/locale/en-US/contents.rdf
[moved from
posts/rel-vcs/rel-vcs/chrome/locale/en-US/contents.rdf
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/locale/en-US/rel-vcs.dtd
[moved from
posts/rel-vcs/rel-vcs/chrome/locale/en-US/rel-vcs.dtd
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/skin/classic/about.css
[moved from
posts/rel-vcs/rel-vcs/chrome/skin/classic/about.css
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/skin/classic/contents.rdf
[moved from
posts/rel-vcs/rel-vcs/chrome/skin/classic/contents.rdf
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/skin/classic/logo.png
[moved from
posts/rel-vcs/rel-vcs/chrome/skin/classic/logo.png
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/skin/classic/logo_cold.png
[moved from
posts/rel-vcs/rel-vcs/chrome/skin/classic/logo_cold.png
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/chrome/skin/classic/overlay.css
[moved from
posts/rel-vcs/rel-vcs/chrome/skin/classic/overlay.css
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/icon.png
[moved from
posts/rel-vcs/rel-vcs/icon.png
with 100% similarity]
patch
|
blob
|
history
posts/rel-vcs/install.rdf
[moved from
posts/rel-vcs/rel-vcs/install.rdf
with 100% similarity]
patch
|
blob
|
history
diff --git
a/posts/rel-vcs/Makefile
b/posts/rel-vcs/Makefile
index c8a3d56e678890acbd59cf6aa961cc481bd01879..03d142b6b62fc8aefa2286ab990b088f9a62fe8b 100644
(file)
--- a/
posts/rel-vcs/Makefile
+++ b/
posts/rel-vcs/Makefile
@@
-3,7
+3,7
@@
all : rel-vcs.xpi
clean :
rm -f rel-vcs.xpi
-rel-vcs.xpi : $(shell find
rel-vcs
)
- zip -r $@
rel-vcs
+rel-vcs.xpi : $(shell find
. ! -name rel-vcs.xpi
)
+ zip -r $@
$(shell ls . | grep -v $@)
.PHONY : all clean
diff --git
a/posts/rel-vcs/rel-vcs/README
b/posts/rel-vcs/README
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/README
rename to
posts/rel-vcs/README
diff --git
a/posts/rel-vcs/rel-vcs/chrome.manifest
b/posts/rel-vcs/chrome.manifest
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome.manifest
rename to
posts/rel-vcs/chrome.manifest
diff --git
a/posts/rel-vcs/rel-vcs/chrome/content/about.xul
b/posts/rel-vcs/chrome/content/about.xul
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/content/about.xul
rename to
posts/rel-vcs/chrome/content/about.xul
diff --git
a/posts/rel-vcs/rel-vcs/chrome/content/contents.rdf
b/posts/rel-vcs/chrome/content/contents.rdf
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/content/contents.rdf
rename to
posts/rel-vcs/chrome/content/contents.rdf
diff --git
a/posts/rel-vcs/rel-vcs/chrome/content/overlay.js
b/posts/rel-vcs/chrome/content/overlay.js
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/content/overlay.js
rename to
posts/rel-vcs/chrome/content/overlay.js
diff --git
a/posts/rel-vcs/rel-vcs/chrome/content/overlay.xul
b/posts/rel-vcs/chrome/content/overlay.xul
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/content/overlay.xul
rename to
posts/rel-vcs/chrome/content/overlay.xul
diff --git
a/posts/rel-vcs/rel-vcs/chrome/locale/en-US/about.dtd
b/posts/rel-vcs/chrome/locale/en-US/about.dtd
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/locale/en-US/about.dtd
rename to
posts/rel-vcs/chrome/locale/en-US/about.dtd
diff --git
a/posts/rel-vcs/rel-vcs/chrome/locale/en-US/contents.rdf
b/posts/rel-vcs/chrome/locale/en-US/contents.rdf
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/locale/en-US/contents.rdf
rename to
posts/rel-vcs/chrome/locale/en-US/contents.rdf
diff --git
a/posts/rel-vcs/rel-vcs/chrome/locale/en-US/rel-vcs.dtd
b/posts/rel-vcs/chrome/locale/en-US/rel-vcs.dtd
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/locale/en-US/rel-vcs.dtd
rename to
posts/rel-vcs/chrome/locale/en-US/rel-vcs.dtd
diff --git
a/posts/rel-vcs/rel-vcs/chrome/skin/classic/about.css
b/posts/rel-vcs/chrome/skin/classic/about.css
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/skin/classic/about.css
rename to
posts/rel-vcs/chrome/skin/classic/about.css
diff --git
a/posts/rel-vcs/rel-vcs/chrome/skin/classic/contents.rdf
b/posts/rel-vcs/chrome/skin/classic/contents.rdf
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/skin/classic/contents.rdf
rename to
posts/rel-vcs/chrome/skin/classic/contents.rdf
diff --git
a/posts/rel-vcs/rel-vcs/chrome/skin/classic/logo.png
b/posts/rel-vcs/chrome/skin/classic/logo.png
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/skin/classic/logo.png
rename to
posts/rel-vcs/chrome/skin/classic/logo.png
diff --git
a/posts/rel-vcs/rel-vcs/chrome/skin/classic/logo_cold.png
b/posts/rel-vcs/chrome/skin/classic/logo_cold.png
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/skin/classic/logo_cold.png
rename to
posts/rel-vcs/chrome/skin/classic/logo_cold.png
diff --git
a/posts/rel-vcs/rel-vcs/chrome/skin/classic/overlay.css
b/posts/rel-vcs/chrome/skin/classic/overlay.css
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/chrome/skin/classic/overlay.css
rename to
posts/rel-vcs/chrome/skin/classic/overlay.css
diff --git
a/posts/rel-vcs/rel-vcs/icon.png
b/posts/rel-vcs/icon.png
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/icon.png
rename to
posts/rel-vcs/icon.png
diff --git
a/posts/rel-vcs/rel-vcs/install.rdf
b/posts/rel-vcs/install.rdf
similarity index 100%
rename from
posts/rel-vcs/rel-vcs/install.rdf
rename to
posts/rel-vcs/install.rdf