From 36dc6dfc907eabbfbcf7582cffb52c75a5fc8a7b Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 29 Sep 2014 23:39:45 +0000 Subject: [PATCH] Fixed complete-build errors git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628338 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 2 +- build.xml | 20 ++++++++++++++-- .../dsig/facets/EnvelopedSignatureFacet.java | 24 +++++++++++++++++++ 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index 0a1d88f45e..313dbdb1e8 100644 --- a/.classpath +++ b/.classpath @@ -26,7 +26,7 @@ - + diff --git a/build.xml b/build.xml index 8be3cb707d..7c46239ccf 100644 --- a/build.xml +++ b/build.xml @@ -152,8 +152,8 @@ under the License. - - + + @@ -245,6 +245,13 @@ under the License. + + + + + + + @@ -252,6 +259,7 @@ under the License. + @@ -398,6 +406,10 @@ under the License. + + + + @@ -468,6 +480,10 @@ under the License. + + + + diff --git a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/EnvelopedSignatureFacet.java b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/EnvelopedSignatureFacet.java index b9c743548f..2a281a6e6f 100644 --- a/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/EnvelopedSignatureFacet.java +++ b/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/facets/EnvelopedSignatureFacet.java @@ -1,3 +1,27 @@ +/* ==================================================================== + 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. +==================================================================== */ + +/* ==================================================================== + This product contains an ASLv2 licensed version of the OOXML signer + package from the eID Applet project + http://code.google.com/p/eid-applet/source/browse/trunk/README.txt + Copyright (C) 2008-2014 FedICT. + ================================================================= */ + package org.apache.poi.poifs.crypt.dsig.facets; import java.security.InvalidAlgorithmParameterException;