You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2011/12/23 19:12:45 UTC

svn commit: r1222773 - in /synapse/branches/2.1: pom.xml src/site/xdoc/userguide/mediators.xml

Author: hiranya
Date: Fri Dec 23 18:12:45 2011
New Revision: 1222773

URL: http://svn.apache.org/viewvc?rev=1222773&view=rev
Log:
Build break fixed

Modified:
    synapse/branches/2.1/pom.xml
    synapse/branches/2.1/src/site/xdoc/userguide/mediators.xml

Modified: synapse/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/pom.xml?rev=1222773&r1=1222772&r2=1222773&view=diff
==============================================================================
--- synapse/branches/2.1/pom.xml (original)
+++ synapse/branches/2.1/pom.xml Fri Dec 23 18:12:45 2011
@@ -235,18 +235,34 @@
                     </archive>
                 </configuration>
             </plugin>
-	     <plugin>
+            <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <version>2.1</version>
                 <inherited>false</inherited>
                 <executions>
-			<execution>
-				<phase>install</phase>			
-				<goals><goal>site</goal></goals>
-			</execution>
+                    <execution>
+                        <phase>install</phase>
+                        <goals>
+                            <goal>site</goal>
+                        </goals>
+                    </execution>
                 </executions>
             </plugin>
-
+            <plugin>
+                <inherited>false</inherited>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.1</version>
+                <configuration>
+                    <links>
+                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+                        <link>http://jaxen.codehaus.org/apidocs/</link>
+                        <link>http://ws.apache.org/commons/axiom/apidocs/</link>
+                        <link>http://ws.apache.org/axis2/1_5_1/api/</link>
+                    </links>
+                    <aggregate>true</aggregate>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 
@@ -714,21 +730,6 @@
     <reporting>
         <plugins>
             <plugin>
-                <inherited>false</inherited>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.1</version>
-                <configuration>
-                    <links>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-                        <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
-                        <link>http://jaxen.codehaus.org/apidocs/</link>
-                        <link>http://ws.apache.org/commons/axiom/apidocs/</link>
-                        <link>http://ws.apache.org/axis2/1_5_1/api/</link>
-                    </links>
-                    <aggregate>true</aggregate>
-                </configuration>
-            </plugin>
-            <plugin>
                 <artifactId>maven-site-plugin</artifactId>
                 <version>2.1</version>
                 <inherited>false</inherited>

Modified: synapse/branches/2.1/src/site/xdoc/userguide/mediators.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.1/src/site/xdoc/userguide/mediators.xml?rev=1222773&r1=1222772&r2=1222773&view=diff
==============================================================================
--- synapse/branches/2.1/src/site/xdoc/userguide/mediators.xml (original)
+++ synapse/branches/2.1/src/site/xdoc/userguide/mediators.xml Fri Dec 23 18:12:45 2011
@@ -303,7 +303,7 @@
                 </p>
             </subsection>
         </section>
-        <section name="Filter Mediators" id="Filter Mediators">
+        <section name="Filter Mediators" id="FilterMediators">
             <subsection name="Filter Mediator" id="Filter">
                 <p>
                     Filter mediator adds 'if-else' like semantics to the Synapse configuration language.