Skip to content

Commit

Permalink
fixed jxls and custom_properties xml
Browse files Browse the repository at this point in the history
- proper mirror of jxls at https://github.com/SheetJS/jxls
- custom_properties.*.xml reflect correct author Hugues
  • Loading branch information
SheetJSDev committed May 17, 2014
1 parent 920e417 commit a5904e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -85,17 +85,17 @@ jxls: jxls-reader jxls-examples jxls-core jxls-src
jxls-core jxls-reader:
#$(GSVN) https://svn.code.sf.net/p/jxls/code/trunk/$@/src/test/resources/templates/ $@
#$(CPUP)
$(call github,stephenh/jxls,$@/src/test/resources/templates/)
$(call github,SheetJS/jxls,$@/src/test/resources/templates/)

jxls-examples:
#$(GSVN) https://svn.code.sf.net/p/jxls/code/trunk/$@/src/main/resources/templates/ $@
#$(CPUP)
$(call github,stephenh/jxls,$@/src/main/resources/templates/)
$(call github,SheetJS/jxls,$@/src/main/resources/templates/)

jxls-src:
#$(GSVN) https://svn.code.sf.net/p/jxls/code/trunk/src/site/resources/xls/ $@
#$(CPUP)
$(call github,stephenh/jxls,src/site/resources/xls/)
$(call github,SheetJS/jxls,src/site/resources/xls/)

# roo (Ruby)
.PHONY: roo
Expand Down
2 changes: 1 addition & 1 deletion custom_properties.xls.xml
Expand Up @@ -12,7 +12,7 @@
<Author>Pony Foo</Author>
<Keywords>example humor</Keywords>
<Description>some comments</Description>
<LastAuthor>god</LastAuthor>
<LastAuthor>Hugues</LastAuthor>
<Created>2014-02-13T07:33:16Z</Created>
<LastSaved>2014-02-14T03:22:46Z</LastSaved>
<Category>Quirky</Category>
Expand Down
2 changes: 1 addition & 1 deletion custom_properties.xlsb.xml
Expand Up @@ -12,7 +12,7 @@
<Author>Pony Foo</Author>
<Keywords>example humor</Keywords>
<Description>some comments</Description>
<LastAuthor>god</LastAuthor>
<LastAuthor>Hugues</LastAuthor>
<Created>2014-02-13T07:33:16Z</Created>
<LastSaved>2014-02-13T23:43:08Z</LastSaved>
<Category>Quirky</Category>
Expand Down
2 changes: 1 addition & 1 deletion custom_properties.xlsx.xml
Expand Up @@ -12,7 +12,7 @@
<Author>Pony Foo</Author>
<Keywords>example humor</Keywords>
<Description>some comments</Description>
<LastAuthor>god</LastAuthor>
<LastAuthor>Hugues</LastAuthor>
<Created>2014-02-13T07:33:16Z</Created>
<LastSaved>2014-02-13T07:39:31Z</LastSaved>
<Category>Quirky</Category>
Expand Down

0 comments on commit a5904e1

Please sign in to comment.