Skip to content

Commit

Permalink
Item9774: Fix up issues with Version/Release.
Browse files Browse the repository at this point in the history
Also some other cleanup of packaging.  No operational changes.

git-svn-id: http://svn.foswiki.org/trunk/FamilyTreePlugin@9514 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 5, 2010
1 parent 9e0b430 commit 146a398
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 3 additions & 8 deletions data/System/FamilyTreePlugin.txt
Expand Up @@ -41,18 +41,13 @@ Note: searches over my paternal family tree (360 persons, 120 unions) are just a
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order --> |
| 4 Oct 2010: | Foswikitask:Item9774 Correct Version/Release strings |
| 8 Jan 2009: | Foswikitask:Item8034 Rebrand FamilyTreePlugin to Foswiki .-- Foswiki:Main.GeorgeClark |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Dependencies: | %$DEPENDENCIES% |
| Plugin Home: | http://foswiki.org/Extensions/%TOPIC% |
| Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev |
| Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal |
| Feedback: | http://foswiki.org/Development/%TOPIC% |
| Support: | http://foswiki.org/Support/%TOPIC% |

__Related Topics:__ DeveloperDocumentationCategory, AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]]

%META:FORM{name="PackageForm"}%
%META:FIELD{name="TopicClassification" attributes="" title="TopicClassification" value="PluginPackage"}%
%META:FIELD{name="Compatibility" attributes="" title="[[Compatibility]]" value=""}%
%META:FIELD{name="DemoUrl" attributes="" title="DemoUrl" value="http://"}%
%META:FIELD{name="DevelopedInSVN" attributes="" title="DevelopedInSVN" value="Yes"}%
%META:FIELD{name="ModificationPolicy" attributes="" title="ModificationPolicy" value="PleaseFeelFreeToModify"}%
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/FamilyTreePlugin.pm
Expand Up @@ -12,7 +12,7 @@ package Foswiki::Plugins::FamilyTreePlugin;
use strict;

our $VERSION = '$Rev$';
our $RELEASE = '22 Jul 2009';
our $RELEASE = '4 Oct 2010';
our $SHORTDESCRIPTION = 'A simple genealogy database';
our $node;

Expand Down
2 changes: 2 additions & 0 deletions lib/Foswiki/Plugins/FamilyTreePlugin/DEPENDENCIES
@@ -0,0 +1,2 @@
Foswiki::Plugins::DirectedGraphPlugin,>=0,perl,Optional, used to generate graphical family trees.

0 comments on commit 146a398

Please sign in to comment.