This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch java11-modules
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 9e2e405a47dba4e14bf3738d56e1cfad8a36cea0
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Jun 29 12:20:45 2022 +0700

    no jira: documentation update
---
 openmeetings-server/src/site/xdoc/JUnitTesting.xml | 2 +-
 openmeetings-server/src/site/xdoc/index.xml        | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/openmeetings-server/src/site/xdoc/JUnitTesting.xml 
b/openmeetings-server/src/site/xdoc/JUnitTesting.xml
index c59389cb9..f686dda54 100644
--- a/openmeetings-server/src/site/xdoc/JUnitTesting.xml
+++ b/openmeetings-server/src/site/xdoc/JUnitTesting.xml
@@ -65,7 +65,7 @@
                        <ul>
                                <li>Select Arguments tab </li>
                                <li>Add the following code to the VM section
-                                       
<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/3.1.2/openjpa-3.1.2.jar
 -Dom.home=${workspace_loc:openmeetings-web}/target/test-root/ 
-Dbackups.dir=${workspace_loc:openmeetings-web}/target/test-data</source>
+                                       
<source>-javaagent:/home/solomax/.m2/repository/org/apache/openjpa/openjpa/3.2.2/openjpa-3.2.2.jar
 -Dom.home=${workspace_loc:openmeetings-web}/target/test-root/ 
-Dbackups.dir=${workspace_loc:openmeetings-web}/target/test-data</source>
                                </li>
                                <li>To avoid temporary files being created in 
OM root, modify
                                        "Working Directory" as follows
diff --git a/openmeetings-server/src/site/xdoc/index.xml 
b/openmeetings-server/src/site/xdoc/index.xml
index eebb3f528..7c19961b1 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -103,6 +103,10 @@
                                        <div class="col-md-1"></div>
                                        <div class="col-md-8">
                                                <a href="#" class="acevent" 
data-format="wide" data-width="250"></a>
+                                               <div class="d-none">
+                                                       <!-- Link to make 
Whimsy happy https://whimsy.apache.org/site/project/openmeetings -->
+                                                       <a 
href="https://www.apache.org/events/current-event";>Apache Event</a>
+                                               </div>
                                        </div>
                                </div>
                        </div>

Reply via email to