From 877d2fbdccdde9c8ed4873009095fb053fcb52b2 Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Tue, 3 Apr 2007 08:14:05 +0000 Subject: - fix minor checkstyle issues - add missing headers - add an entry in status.xml for the new named destinations feature git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525078 13f79535-47bb-0310-9956-ffa450edef68 --- .../fop/fo/extensions/destination/Destination.java | 19 +++++++++++++++++++ .../destination/DestinationElementMapping.java | 19 +++++++++++++++++++ .../apache/fop/fo/extensions/destination/package.html | 3 ++- 3 files changed, 40 insertions(+), 1 deletion(-) (limited to 'src/java/org/apache/fop/fo') diff --git a/src/java/org/apache/fop/fo/extensions/destination/Destination.java b/src/java/org/apache/fop/fo/extensions/destination/Destination.java index b16962b74..01ce44196 100644 --- a/src/java/org/apache/fop/fo/extensions/destination/Destination.java +++ b/src/java/org/apache/fop/fo/extensions/destination/Destination.java @@ -1,3 +1,22 @@ +/* + * 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. + */ + +/* $Id$ */ + package org.apache.fop.fo.extensions.destination; import org.apache.fop.fo.ValidationException; diff --git a/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java b/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java index 8e9d926f5..33a953689 100644 --- a/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java +++ b/src/java/org/apache/fop/fo/extensions/destination/DestinationElementMapping.java @@ -1,3 +1,22 @@ +/* + * 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. + */ + +/* $Id$ */ + package org.apache.fop.fo.extensions.destination; import java.util.HashMap; diff --git a/src/java/org/apache/fop/fo/extensions/destination/package.html b/src/java/org/apache/fop/fo/extensions/destination/package.html index 10157e862..ff2bdbc88 100644 --- a/src/java/org/apache/fop/fo/extensions/destination/package.html +++ b/src/java/org/apache/fop/fo/extensions/destination/package.html @@ -14,9 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. --> + org.apache.fop.destination Package

Classes to support named destinations (only relevant for PDF output)

- \ No newline at end of file + -- cgit v1.2.3