We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab163e commit a88960cCopy full SHA for a88960c
module.xml
@@ -1,12 +1,15 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Export generator="Cache" version="25">
3
- <Document name="objectscript-sample.ZPM">
+ <Document name="posts-and-tags.ZPM">
4
<Module>
5
- <Name>objectscript-sample</Name>
6
- <Version>0.0.1</Version>
+ <Name>posts-and-tags</Name>
+ <Version>0.0.2</Version>
7
<Packaging>module</Packaging>
8
<SourcesRoot>src</SourcesRoot>
9
- <Resource Name="PackageSample.PKG"/>
+ <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"/>
13
</Module>
14
</Document>
15
</Export>
0 commit comments