Author: [EMAIL PROTECTED]
Date: Fri Sep 12 09:11:28 2008
New Revision: 2714
Modified:
trunk/build.xml
Log:
The copyright notices on our javadoc should probably include the current
year =)
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Fri Sep 12 09:11:28 2008
@@ -672,7 +672,7 @@
<include name="ca/sqlpower/**" />
<exclude name="regress/**"/>
</packageset>
- <bottom><![CDATA[<i>Copyright © 2003-2007 SQL Power Group Inc. <a
href="http://www.sqlpower.ca/">www.sqlpower.ca</a>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2003-2008 SQL Power Group Inc. <a
href="http://www.sqlpower.ca/">www.sqlpower.ca</a>]]></bottom>
</javadoc>
</target>
@@ -701,7 +701,7 @@
<include name="ca/sqlpower/**" />
<exclude name="regress/**"/>
</packageset>
- <bottom><![CDATA[<i>Copyright © 2003-2007 SQL Power Group Inc. <a
href="http://www.sqlpower.ca/">www.sqlpower.ca</a>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2003-2008 SQL Power Group Inc. <a
href="http://www.sqlpower.ca/">www.sqlpower.ca</a>]]></bottom>
</javadoc>
<apply executable="dot" dest="${dist.dir}/doc" parallel="false">