Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-12-31 16:47:41 +0000
committerEike Stepper2017-12-31 16:47:41 +0000
commitf51ad03ffde9e4b0ebb4967592266088e7bbe604 (patch)
tree9dc40b47c06d89c9a64877bb8bcbae30d9053d23 /plugins/org.eclipse.net4j.db.doc/build.xml
parentbf25a5213129a0dd477e4cac7012828abb2d6ef5 (diff)
downloadcdo-f51ad03ffde9e4b0ebb4967592266088e7bbe604.tar.gz
cdo-f51ad03ffde9e4b0ebb4967592266088e7bbe604.tar.xz
cdo-f51ad03ffde9e4b0ebb4967592266088e7bbe604.zip
[Releng] Regenerate the docs
Diffstat (limited to 'plugins/org.eclipse.net4j.db.doc/build.xml')
-rw-r--r--plugins/org.eclipse.net4j.db.doc/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.db.doc/build.xml b/plugins/org.eclipse.net4j.db.doc/build.xml
index 960e7a952e..c27b0a0716 100644
--- a/plugins/org.eclipse.net4j.db.doc/build.xml
+++ b/plugins/org.eclipse.net4j.db.doc/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright (c) 2011-2016 Eike Stepper (Berlin, Germany) and others.
+ Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -92,7 +92,7 @@
windowtitle="${javadoc.name}"
doctitle="&lt;h1>${javadoc.name}&lt;/h1>"
overview="${project.path}/overview.html"
- bottom="&lt;i class=&quot;copyright&quot;>Copyright (c) 2011-2016 Eike Stepper (Berlin, Germany) and others.&lt;br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html&lt;/i>">
+ bottom="&lt;i class=&quot;copyright&quot;>Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.&lt;br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html&lt;/i>">
<fileset dir="${plugins.dir}" defaultexcludes="yes">
<include name="org.eclipse.net4j.db.derby/src/org/eclipse/net4j/db/derby/*.java" />

Back to the top