diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-04-10 15:55:53 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-04-10 15:55:53 -0400 | 
| commit | 2781d117ff20141b70ac96aec4b5261a13547ab9 (patch) | |
| tree | 141e95baf3942441789dde2ace1936bb9f63039b | |
| parent | fd7ff1860b5eeac5a77bce425f83a289cf8fd774 (diff) | |
correct autobuild configuration for dictionaries package
| -rw-r--r-- | autobuild.xml | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/autobuild.xml b/autobuild.xml index c2ae0fcea6..3e1a9f6d77 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -365,6 +365,10 @@        </map>        <key>dictionaries</key>        <map> +        <key>license</key> +        <string>various open</string> +        <key>license_file</key> +        <string>LICENSES/dictionaries.txt</string>          <key>name</key>          <string>dictionaries</string>          <key>platforms</key> @@ -1852,8 +1856,12 @@      </map>      <key>package_description</key>      <map> +      <key>description</key> +      <string>Spell checking dictionaries</string> +      <key>license</key> +      <string>various open</string>        <key>name</key> -      <string>viewer_development</string> +      <string>dictionaries</string>        <key>platforms</key>        <map>          <key>common</key> @@ -2563,6 +2571,8 @@            <string>windows</string>          </map>        </map> +      <key>version</key> +      <string>1.0</string>      </map>      <key>type</key>      <string>autobuild</string> | 
