Author: chirino
Date: Mon Sep 25 10:23:58 2006
New Revision: 449749

URL: http://svn.apache.org/viewvc?view=rev&rev=449749
Log:
Latest export from confluence

Modified:
    incubator/servicemix/site/main/maven-jbi-plugin.html
    incubator/servicemix/site/main/tooling-and-utilities.html

Modified: incubator/servicemix/site/main/maven-jbi-plugin.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/main/maven-jbi-plugin.html?view=diff&rev=449749&r1=449748&r2=449749
==============================================================================
--- incubator/servicemix/site/main/maven-jbi-plugin.html (original)
+++ incubator/servicemix/site/main/maven-jbi-plugin.html Mon Sep 25 10:23:58 
2006
@@ -145,7 +145,7 @@
   <SPAN class="code-tag">&lt;/build&gt;</SPAN>
 <SPAN class="code-tag">&lt;/project&gt;</SPAN></PRE>
 </DIV></DIV>
-<P>The conent of &lt;version&gt; may have to be changed from 
<EM>1.0-incubating-SNAPSHOT</EM> to your used version (e.g. 
<EM>3.0-incubating</EM>).</P>
+<P>The content of &lt;version&gt; may have to be changed from 
<EM>1.0-incubating-SNAPSHOT</EM> to your used version (e.g. 
<EM>3.0-incubating</EM>).</P>
 
 <H2><A name="MavenJBIplugin-ProjectTypes%26nbsp%3B"></A>Project 
Types&nbsp;</H2>
 
@@ -272,8 +272,34 @@
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=pdodds%2540unity-systems.com";>[EMAIL
 PROTECTED]</A>,
     last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=georg_dembowski";>Georg
 Dembowski</A> on Sep 25, 2006
-                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=1948&originalId=13806";>view
 change</A>)
-              
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=1948&originalId=13810";>view
 change</A>)
+                      <SPAN id="show" class="inline-control-link"><A href="" 
onclick="showComment(); return false;">show comment</A></SPAN>
+        <SPAN id="hide" class="inline-control-link" style="display:none;"><A 
href="" onclick="hideComment(); return false;">hide comment</A></SPAN>
+          <DIV id="versionComment" class="noteMacro" style="display:none; 
padding: 5px;">
+      <B>Comment:</B>
+      typo<BR>
+      <SPAN class="smalltext"><A 
href="http://goopen.org/confluence/pages/viewpreviouspageversions.action?pageId=1948";>View
 page history</A></SPAN>
+  </DIV>
+
+    <SCRIPT>
+      var show = document.getElementById('show');
+      var hide = document.getElementById('hide');
+      var versionComment = document.getElementById('versionComment');
+
+      function showComment(){
+        show.style.display = 'none';
+        hide.style.display = 'inline';
+        versionComment.style.display = 'block';
+      }
+
+      function hideComment(){
+        show.style.display = 'inline';
+        hide.style.display = 'none';
+        versionComment.style.display = 'none';
+      }
+
+    </SCRIPT>
+    
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=1948";>edit 
page</A>)
     </DIV>
 

Modified: incubator/servicemix/site/main/tooling-and-utilities.html
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/site/main/tooling-and-utilities.html?view=diff&rev=449749&r1=449748&r2=449749
==============================================================================
--- incubator/servicemix/site/main/tooling-and-utilities.html (original)
+++ incubator/servicemix/site/main/tooling-and-utilities.html Mon Sep 25 
10:23:58 2006
@@ -125,13 +125,13 @@
               <a href="javascript:hideChildren()">Hide Children</a></span>
           </div>
           <div class="greybox" id="children" style="display: none;">
-                                      <a 
href="http://goopen.org/confluence/display/SM/Maven+SAR+plugin"; title="Maven 
SAR plugin">Maven SAR plugin</a>
+                                      <a 
href="http://goopen.org/confluence/display/SM/Maven+JBI+plugin"; title="Maven 
JBI plugin">Maven JBI plugin</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a 
href="http://goopen.org/confluence/display/SM/Eclipse+plugin"; title="Eclipse 
plugin">Eclipse plugin</a>
+                          <a 
href="http://goopen.org/confluence/display/SM/Maven+SAR+plugin"; title="Maven 
SAR plugin">Maven SAR plugin</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
-                          <a 
href="http://goopen.org/confluence/display/SM/Maven+JBI+plugin"; title="Maven 
JBI plugin">Maven JBI plugin</a>
+                          <a 
href="http://goopen.org/confluence/display/SM/Eclipse+plugin"; title="Eclipse 
plugin">Eclipse plugin</a>
               <span class="smalltext">(ServiceMix)</span>
               <br>
                           <a 
href="http://goopen.org/confluence/display/SM/CIMERO+Editor"; title="CIMERO 
Editor">CIMERO Editor</a>


Reply via email to