You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/03/02 16:03:19 UTC

[04/50] incubator-ignite git commit: # ignite-270 Fixed scaladoc link.

# ignite-270 Fixed scaladoc link.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/18548b25
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/18548b25
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/18548b25

Branch: refs/heads/ignite-237
Commit: 18548b256510938e597a6ecd69be3f0d01a6bb6e
Parents: 12ee896
Author: anovikov <an...@gridgain.com>
Authored: Wed Feb 25 22:18:30 2015 +0700
Committer: anovikov <an...@gridgain.com>
Committed: Wed Feb 25 22:18:30 2015 +0700

----------------------------------------------------------------------
 modules/scalar/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/18548b25/modules/scalar/pom.xml
----------------------------------------------------------------------
diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml
index c38085c..ff98212 100644
--- a/modules/scalar/pom.xml
+++ b/modules/scalar/pom.xml
@@ -166,6 +166,12 @@
                                     <include name="**/index.js"/>
                                 </replace>
 
+                                <replace dir="target/site/scaladocs">
+                                    <replacetoken>docs.scala-lang.org/overviews/scaladoc/usage.html#members</replacetoken>
+                                    <replacevalue>docs.scala-lang.org/overviews/scaladoc/interface.html</replacevalue>
+                                    <fileset dir="target/site/scaladocs"/>
+                                </replace>
+
                                 <replaceregexp byline="true" flags="im" encoding="UTF-8">
                                     <regexp pattern='(&lt;dt&gt;Attributes&lt;/dt&gt;&lt;dd&gt;protected\[)&lt;a.+&gt;(.+)&lt;/a&gt;(\]\s+&lt;/dd&gt;)'/>
                                     <substitution expression="\1\2\3"/>