Author: vgritsenko Date: Sat Feb 24 18:54:31 2007 New Revision: 511412 URL: http://svn.apache.org/viewvc?view=rev&rev=511412 Log: add license headers
Modified: xml/xindice/trunk/java/scratchpad/admin/xindiceadmin.sh xml/xindice/trunk/java/scratchpad/webadmin/build-webadmin.xml xml/xindice/trunk/java/scratchpad/webadmin/build.xml xml/xindice/trunk/java/scratchpad/webadmin/config/system.xml xml/xindice/trunk/java/scratchpad/webadmin/config/web.xml xml/xindice/trunk/java/scratchpad/webadmin/download-libs.properties xml/xindice/trunk/java/scratchpad/webadmin/download-libs.xml xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdmin.xconf xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdmin.xlog xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/MimeTypes.xml Modified: xml/xindice/trunk/java/scratchpad/admin/xindiceadmin.sh URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/xindiceadmin.sh?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/admin/xindiceadmin.sh (original) +++ xml/xindice/trunk/java/scratchpad/admin/xindiceadmin.sh Sat Feb 24 18:54:31 2007 @@ -1,5 +1,22 @@ #!/bin/sh +# 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$ + if test -z "$JAVA_HOME"; then echo "\$JAVA_HOME Is Not Set" exit Modified: xml/xindice/trunk/java/scratchpad/webadmin/build-webadmin.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/build-webadmin.xml?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/webadmin/build-webadmin.xml (original) +++ xml/xindice/trunk/java/scratchpad/webadmin/build-webadmin.xml Sat Feb 24 18:54:31 2007 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + - 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$ + --> + <project name="xindice-webadmin-compile" basedir="." default="webapp"> <!-- general properties --> Modified: xml/xindice/trunk/java/scratchpad/webadmin/build.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/build.xml?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/webadmin/build.xml (original) +++ xml/xindice/trunk/java/scratchpad/webadmin/build.xml Sat Feb 24 18:54:31 2007 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + - 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$ + --> + <project name="xindice-webadmin" basedir="." default="default"> <!-- general properties --> Modified: xml/xindice/trunk/java/scratchpad/webadmin/config/system.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/config/system.xml?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/webadmin/config/system.xml (original) +++ xml/xindice/trunk/java/scratchpad/webadmin/config/system.xml Sat Feb 24 18:54:31 2007 @@ -1,10 +1,27 @@ <?xml version="1.0"?> +<!-- + - 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$ + --> <!-- - - Version: $ $ + - Version: $Revision$ $Date$ - Author: Jan Metzner ([EMAIL PROTECTED]) --> - <xindice> <root-collection dbroot="db" name="db" use-metadata="on"> <!-- Set use-metadata to on to enable metadata usage. --> Modified: xml/xindice/trunk/java/scratchpad/webadmin/config/web.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/config/web.xml?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/webadmin/config/web.xml (original) +++ xml/xindice/trunk/java/scratchpad/webadmin/config/web.xml Sat Feb 24 18:54:31 2007 @@ -1,7 +1,25 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE web-app - PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" - "http://java.sun.com/dtd/web-app_2_3.dtd"> +<!-- + - 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$ + --> + +<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" + "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> <display-name>Apache Xindice (webdav enabled)</display-name> <description>Apache Xindice XMLRPC/WEBDAV Server</description> Modified: xml/xindice/trunk/java/scratchpad/webadmin/download-libs.properties URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/download-libs.properties?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/webadmin/download-libs.properties (original) +++ xml/xindice/trunk/java/scratchpad/webadmin/download-libs.properties Sat Feb 24 18:54:31 2007 @@ -1,3 +1,20 @@ +# 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$ + dl.mirror=http://mirrors.sunsite.dk/maven # Avalon Framework Modified: xml/xindice/trunk/java/scratchpad/webadmin/download-libs.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/download-libs.xml?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/webadmin/download-libs.xml (original) +++ xml/xindice/trunk/java/scratchpad/webadmin/download-libs.xml Sat Feb 24 18:54:31 2007 @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + - 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$ + --> + <project name="xindice-webadmin-download-libs" basedir="." default="download"> <!-- general properties --> Modified: xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdmin.xconf URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdmin.xconf?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== Binary files - no diff available. Modified: xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdmin.xlog URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdmin.xlog?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== Binary files - no diff available. Modified: xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/MimeTypes.xml URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/MimeTypes.xml?view=diff&rev=511412&r1=511411&r2=511412 ============================================================================== --- xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/MimeTypes.xml (original) +++ xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/MimeTypes.xml Sat Feb 24 18:54:31 2007 @@ -1,4 +1,23 @@ <?xml version="1.0"?> +<!-- + - 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$ + --> + <mime> <mime-mapping> <extension>wml</extension>