components/grails/patches/javadoc.xml.patch
changeset 4915 48f204cc245c
parent 4914 b674fc72fe33
child 4916 b49f3ed3d841
equal deleted inserted replaced
4914:b674fc72fe33 4915:48f204cc245c
     1 *** grails-1.0.3/ant/build/javadoc.xml.orig	Fri Jul  8 09:06:58 2011
       
     2 --- grails-1.0.3/ant/build/javadoc.xml	Fri Jul  8 09:07:59 2011
       
     3 ***************
       
     4 *** 24,32 ****
       
     5   				<include name="org/codehaus/groovy/grails/**"/>
       
     6   				<include name="grails/**"/>
       
     7   			</packageset>
       
     8 ! 			<link href="http://java.sun.com/j2ee/1.4/docs/api"/>
       
     9 ! 			<link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
       
    10 ! 			<link href="http://static.springframework.org/spring/docs/2.5.x/api"/>
       
    11   			<tag name="todo" description="To do:" />
       
    12   		</javadoc>
       
    13   	</target>
       
    14 --- 24,30 ----
       
    15   				<include name="org/codehaus/groovy/grails/**"/>
       
    16   				<include name="grails/**"/>
       
    17   			</packageset>
       
    18 ! 			<arg value="-notimestamp" />
       
    19   			<tag name="todo" description="To do:" />
       
    20   		</javadoc>
       
    21   	</target>