blob: f494c803506e486e0889f5fb40d009b75fff5a92 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- This document is used as source for generating www/dev/todo.html.
When you change this, please regenerate result document by 'ant todo' in www directory.
-->
<list module="core">
<item>
<summary>XML- and DTD- DataObject and XMLDataObjectLook</summary>
<description>Clear XML- and DTD- DataObject and XMLDataObjectLook, use cookies model mainly.</description>
</item>
<!-- APIs now -->
<item>
<summary>XML APIs</summary>
<description>We could create 'xml-api' module which will specify API for other xml module; 'xml-core' will implement xml-api. See <a href="http://openide.netbeans.org/versioning-policy.html">API &amp; Module Versioning Policy</a> -- <b>org.netbeans.modules.xml.api</b> and <b>org.netbeans.api.xml</b>.</description>
</item>
<item>
<summary>XML- and DTD- DataLoader</summary>
<description>XML- and DTD- DataLoader could have common super-class.</description>
</item>
<item>
<summary>Use putProperty, getProperty instead og static fields in CoreSettings.</summary>
<description>Instead of static fields in CoreSettings, use methods <b>putProperty</b>, <b>getProperty</b> (from SharedClassObject).</description>
</item>
</list>