You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/08/21 21:56:42 UTC

svn commit: r1516278 - in /commons/sandbox/weaver/trunk: modules/privilizer/src/site/markdown/index.md src/site/markdown/building.md src/site/markdown/index.md

Author: mbenson
Date: Wed Aug 21 19:56:42 2013
New Revision: 1516278

URL: http://svn.apache.org/r1516278
Log:
headers; point antlib directly to ant/lib instead of parent

Modified:
    commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md
    commons/sandbox/weaver/trunk/src/site/markdown/building.md
    commons/sandbox/weaver/trunk/src/site/markdown/index.md

Modified: commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md?rev=1516278&r1=1516277&r2=1516278&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md (original)
+++ commons/sandbox/weaver/trunk/modules/privilizer/src/site/markdown/index.md Wed Aug 21 19:56:42 2013
@@ -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.
+-->
+
 ## Apache Commons Weaver Privilizer
 
 Provides machinery to automate the handling of Java Security access

Modified: commons/sandbox/weaver/trunk/src/site/markdown/building.md
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/src/site/markdown/building.md?rev=1516278&r1=1516277&r2=1516278&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/src/site/markdown/building.md (original)
+++ commons/sandbox/weaver/trunk/src/site/markdown/building.md Wed Aug 21 19:56:42 2013
@@ -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.
+-->
+
 Commons Privilizer is built using Maven 3 in typical fashion.  Things to know:
 
 ### Testing with security enabled

Modified: commons/sandbox/weaver/trunk/src/site/markdown/index.md
URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/src/site/markdown/index.md?rev=1516278&r1=1516277&r2=1516278&view=diff
==============================================================================
--- commons/sandbox/weaver/trunk/src/site/markdown/index.md (original)
+++ commons/sandbox/weaver/trunk/src/site/markdown/index.md Wed Aug 21 19:56:42 2013
@@ -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.
+-->
+
 # Commons Weaver
 
 Provides a general framework for the application of transformations
@@ -6,7 +25,7 @@ to compiled Java bytecode. Commons Weave
 * [Core Framework](commons-weaver/index.html)
 * [Weaver Modules](commons-weaver-modules-parent/index.html)
 * [Maven Plugin] (commons-weaver-maven-plugin/index.html)
-* [Antlib] (commons-weaver-antlib-parent/index.html)
+* [Antlib] (commons-weaver-antlib-parent/commons-weaver-antlib/index.html)
 
 ##FAQ