Commit 649cc742 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2005-01-24 yo

* Remove the PropertySheet DocumentAnalysisLexiconItem.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5278 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d824c973
......@@ -2,9 +2,6 @@
<portal_type id="Document Analysis Lexicon">
<item>DocumentAnalysisLexicon</item>
</portal_type>
<portal_type id="Document Analysis Lexicon Item">
<item>DocumentAnalysisLexiconItem</item>
</portal_type>
<portal_type id="Feature">
<item>Folder</item>
<item>XMLObject</item>
......
......@@ -30,6 +30,10 @@
<none/>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
......@@ -62,6 +66,12 @@
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
......
##############################################################################
#
# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
# Kevin Deldycke <kevin_AT_nexedi_DOT_com>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
# consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software
# Service Company
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
##############################################################################
class UseCaseActor:
"""
UseCaseActor properties for all Use Case Actor objects.
"""
_properties = (
{ 'id' : 'location'
, 'description' : 'The location of the actor'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'group'
, 'description' : 'The group of the actor'
, 'type' : 'string'
, 'mode' : 'w'
},
)
2005-01-24 yo
* Remove the PropertySheet DocumentAnalysisLexiconItem.
2005-01-24 yo
* Perform refactoring of the Use Case Module.
......
Document Analysis Lexicon Item | DocumentAnalysisLexiconItem
Document Analysis Lexicon | DocumentAnalysisLexicon
Feature | Document
Feature | DublinCore
......
DocumentAnalysisLexicon
DocumentAnalysisLexiconItem
\ No newline at end of file
DocumentAnalysisLexicon
\ No newline at end of file
0.2
\ No newline at end of file
0.3
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment