Author: struberg Date: Sat Mar 16 11:03:58 2013 New Revision: 1457238 URL: http://svn.apache.org/r1457238 Log: replace tabs in sources with 4 chars
Modified: commons/sandbox/weaver/trunk/ant/src/site/apt/format.apt commons/sandbox/weaver/trunk/ant/src/site/fr/apt/format.apt commons/sandbox/weaver/trunk/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java Modified: commons/sandbox/weaver/trunk/ant/src/site/apt/format.apt URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/src/site/apt/format.apt?rev=1457238&r1=1457237&r2=1457238&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/ant/src/site/apt/format.apt (original) +++ commons/sandbox/weaver/trunk/ant/src/site/apt/format.apt Sat Mar 16 11:03:58 2013 @@ -82,12 +82,12 @@ other lines of the paragraph. document. +----------------------------------------------------------------------------+ - ------ - Title - ------ - Author - ------ - Date + ------ + Title + ------ + Author + ------ + Date +----------------------------------------------------------------------------+ A title block is indented (centering it is nicer). It begins with a line @@ -107,12 +107,12 @@ other lines of the paragraph. with no declared author. +----------------------------------------------------------------------------+ - ------ - Title - ------ - ------ - Date - ------ + ------ + Title + ------ + ------ + Date + ------ +----------------------------------------------------------------------------+ The last line is ignored. It is just there to make the block nicer. @@ -163,11 +163,11 @@ Section title * List item 2. - Paragraph contained in list item 2. + Paragraph contained in list item 2. - * Sub-list item 1. + * Sub-list item 1. - * Sub-list item 2. + * Sub-list item 2. * List item 3. +---------------------------------------+ @@ -208,11 +208,11 @@ Verbatim text not contained in list item * List item 2. - * Sub-list item 1. + * Sub-list item 1. - * Sub-list item 2. + * Sub-list item 2. - [] + [] ------------------------------------------------------------------- Verbatim text contained in list item 2, but not in sub-list item 2 @@ -264,9 +264,9 @@ Verbatim text contained in list item 2, +----------------------------------------+ ---------------------------------------- Verbatim - text, - preformatted, - escaped. + text, + preformatted, + escaped. ---------------------------------------- +----------------------------------------+ @@ -493,12 +493,12 @@ Table caption ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------------------------------ - ------ - Title - ------ - Author - ------ - Date + ------ + Title + ------ + Author + ------ + Date Paragraph 1, line 1. Paragraph 1, line 2. @@ -520,11 +520,11 @@ Section title * List item 2. - Paragraph contained in list item 2. + Paragraph contained in list item 2. - * Sub-list item 1. + * Sub-list item 1. - * Sub-list item 2. + * Sub-list item 2. * List item 3. Force end of list: @@ -551,7 +551,7 @@ Verbatim text not contained in list item +-------------------------------+ Verbatim text - in a box + in a box +-------------------------------+ --- instead of +-- suppresses the box around verbatim text. Modified: commons/sandbox/weaver/trunk/ant/src/site/fr/apt/format.apt URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/ant/src/site/fr/apt/format.apt?rev=1457238&r1=1457237&r2=1457238&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/ant/src/site/fr/apt/format.apt (original) +++ commons/sandbox/weaver/trunk/ant/src/site/fr/apt/format.apt Sat Mar 16 11:03:58 2013 @@ -82,12 +82,12 @@ other lines of the paragraph. document. +----------------------------------------------------------------------------+ - ------ - Title - ------ - Author - ------ - Date + ------ + Title + ------ + Author + ------ + Date +----------------------------------------------------------------------------+ A title block is indented (centering it is nicer). It begins with a line @@ -107,12 +107,12 @@ other lines of the paragraph. with no declared author. +----------------------------------------------------------------------------+ - ------ - Title - ------ - ------ - Date - ------ + ------ + Title + ------ + ------ + Date + ------ +----------------------------------------------------------------------------+ The last line is ignored. It is just there to make the block nicer. @@ -163,11 +163,11 @@ Section title * List item 2. - Paragraph contained in list item 2. + Paragraph contained in list item 2. - * Sub-list item 1. + * Sub-list item 1. - * Sub-list item 2. + * Sub-list item 2. * List item 3. +---------------------------------------+ @@ -208,11 +208,11 @@ Verbatim text not contained in list item * List item 2. - * Sub-list item 1. + * Sub-list item 1. - * Sub-list item 2. + * Sub-list item 2. - [] + [] ------------------------------------------------------------------- Verbatim text contained in list item 2, but not in sub-list item 2 @@ -264,9 +264,9 @@ Verbatim text contained in list item 2, +----------------------------------------+ ---------------------------------------- Verbatim - text, - preformatted, - escaped. + text, + preformatted, + escaped. ---------------------------------------- +----------------------------------------+ @@ -493,12 +493,12 @@ Table caption ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ------------------------------------------------------------------------------ - ------ - Title - ------ - Author - ------ - Date + ------ + Title + ------ + Author + ------ + Date Paragraph 1, line 1. Paragraph 1, line 2. @@ -520,11 +520,11 @@ Section title * List item 2. - Paragraph contained in list item 2. + Paragraph contained in list item 2. - * Sub-list item 1. + * Sub-list item 1. - * Sub-list item 2. + * Sub-list item 2. * List item 3. Force end of list: @@ -551,7 +551,7 @@ Verbatim text not contained in list item +-------------------------------+ Verbatim text - in a box + in a box +-------------------------------+ --- instead of +-- suppresses the box around verbatim text. Modified: commons/sandbox/weaver/trunk/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java URL: http://svn.apache.org/viewvc/commons/sandbox/weaver/trunk/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java?rev=1457238&r1=1457237&r2=1457238&view=diff ============================================================================== --- commons/sandbox/weaver/trunk/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java (original) +++ commons/sandbox/weaver/trunk/modules/privilizer/api/src/main/java/org/apache/commons/weaver/privilizer/Privilizing.java Sat Mar 16 11:03:58 2013 @@ -25,11 +25,11 @@ import java.lang.annotation.Target; */ @Target(ElementType.TYPE) public @interface Privilizing { - public @interface CallTo { - Class<?> value(); + public @interface CallTo { + Class<?> value(); - String[] methods() default {}; - } + String[] methods() default {}; + } - CallTo[] value(); + CallTo[] value(); }