Skip to content

Commit a88960c

Browse files
committed
prepare for zpm
1 parent dab163e commit a88960c

File tree

7 files changed

+730100
-730097
lines changed

7 files changed

+730100
-730097
lines changed

module.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Export generator="Cache" version="25">
3-
<Document name="objectscript-sample.ZPM">
3+
<Document name="posts-and-tags.ZPM">
44
<Module>
5-
<Name>objectscript-sample</Name>
6-
<Version>0.0.1</Version>
5+
<Name>posts-and-tags</Name>
6+
<Version>0.0.2</Version>
77
<Packaging>module</Packaging>
88
<SourcesRoot>src</SourcesRoot>
9-
<Resource Name="PackageSample.PKG"/>
9+
<Resource Name="community.PKG" Directory="cls"/>
10+
<Resource Name="community.comment.GBL" Directory="gbl"/>
11+
<Resource Name="community.post.GBL" Directory="gbl"/>
12+
<Resource Name="Community.tag.GBL" Directory="gbl"/>
1013
</Module>
1114
</Document>
1215
</Export>

0 commit comments

Comments
 (0)