Skip to content

Commit

Permalink
add install manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
justincarter committed Nov 10, 2013
1 parent e75c6df commit 5ceacba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install/manifest.cfc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<cfcomponent extends="farcry.core.webtop.install.manifest">

<cfset this.name = "BlogFC" />
<cfset this.description = "<strong>BlogFC</strong> is a simple blog plugin for FarCry Core." />
<cfset this.lRequiredPlugins = "" />
<cfset addSupportedCore(majorVersion="7", minorVersion="0", patchVersion="0") />

</cfcomponent>

0 comments on commit 5ceacba

Please sign in to comment.