- Bugfix (not in IZ): Wrong indentation for root tasks in HTML export. BLD200510241800
authorlebedkov@netbeans.org
Sun, 23 Oct 2005 19:28:43 +0000
changeset 173250bc514a6ee0
parent 1731 c70b7d23442e
child 1733 a8f369964e1c
- Bugfix (not in IZ): Wrong indentation for root tasks in HTML export.
- Bugfix (not in IZ): "Show Task" dialog does not show URLs that are not accessible.
- Using iCal4j (http://ical4j.sf.net) improves the compatibility with other iCal software.
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Sat Oct 22 17:18:49 2005 +0000
     1.2 +++ b/tasklist/build.xml	Sun Oct 23 19:28:43 2005 +0000
     1.3 @@ -36,7 +36,6 @@
     1.4      <target name="init">
     1.5          <property name="buildnumber" value="dev"/>
     1.6          <echo message="buildnumber = ${buildnumber}"/>
     1.7 -        <ant dir="external" target="unscramble"/>
     1.8      </target>
     1.9  
    1.10      <target name="netbeans" depends="init">