Author: solomax
Date: Fri Mar 23 19:02:07 2012
New Revision: 1304561

URL: http://svn.apache.org/viewvc?rev=1304561&view=rev
Log:
JUnit instructions are corrected according to project renaming; code cleanup

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/openmeetings-applicationContext.xml
    incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
    incubator/openmeetings/trunk/singlewebapp/docs/images/Arguments.png
    incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml
    incubator/openmeetings/trunk/singlewebapp/xdocs/images/Arguments.png

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/openmeetings-applicationContext.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/openmeetings-applicationContext.xml?rev=1304561&r1=1304560&r2=1304561&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/openmeetings-applicationContext.xml
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/WEB-INF/openmeetings-applicationContext.xml
 Fri Mar 23 19:02:07 2012
@@ -246,9 +246,6 @@
                <constructor-arg ref="mailTaskExecutor" />
        </bean>
 
-       <!-- Axis2 Spring Services Entry <bean id="applicationContext" 
class="org.apache.axis2.extensions.spring.receivers.ApplicationContextHolder" 
-               /> -->
-
        <!-- Axis2 Service Proxy's -->
        <bean id="userWebService" 
class="org.openmeetings.axis.services.UserWebService" />
        <bean id="roomWebService" 
class="org.openmeetings.axis.services.RoomWebService" />

Modified: incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html?rev=1304561&r1=1304560&r2=1304561&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html Fri Mar 23 
19:02:07 2012
@@ -924,11 +924,11 @@ limitations under the License.
                                <li>Select Arguments tab </li>
                                <li>Add the following code to the VM section 
</li>
                                <div class="xmlcode">
-                                       
-javaagent:${workspace_loc:ROOT}/build/lib/om/openjpa-bundle-2.2.0.jar
-                                       
-Dwebapps.root=${workspace_loc:ROOT}/dist/red5/webapps/openmeetings
+                                       
-javaagent:${workspace_loc:Openmeetings}/build/lib/om/openjpa-bundle-2.2.0.jar
+                                       
-Dwebapps.root=${workspace_loc:Openmeetings}/dist/red5/webapps/openmeetings
                                </div>
                                <li>To avoid temporary files being created in 
OM root, modify "Working Directory" as follows</li>
-                               <div 
class="xmlcode">${workspace_loc:ROOT}/build/junit</div>
+                               <div 
class="xmlcode">${workspace_loc:Openmeetings}/build/junit</div>
                        </ul>
                                                 <p>
                                <a class="fancybox-buttons" 
data-fancybox-group="button" href="images/Arguments.png">

Modified: incubator/openmeetings/trunk/singlewebapp/docs/images/Arguments.png
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/images/Arguments.png?rev=1304561&r1=1304560&r2=1304561&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml?rev=1304561&r1=1304560&r2=1304561&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml Fri Mar 23 
19:02:07 2012
@@ -81,7 +81,7 @@
                                        
-Dwebapps.root=${workspace_loc:Openmeetings}/dist/red5/webapps/openmeetings
                                </div>
                                <li>To avoid temporary files being created in 
OM root, modify "Working Directory" as follows</li>
-                               <div 
class="xmlcode">${workspace_loc:ROOT}/build/junit</div>
+                               <div 
class="xmlcode">${workspace_loc:Openmeetings}/build/junit</div>
                        </ul>
                        <p>
                                <a class="fancybox-buttons" 
data-fancybox-group="button"

Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/images/Arguments.png
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/images/Arguments.png?rev=1304561&r1=1304560&r2=1304561&view=diff
==============================================================================
Binary files - no diff available.


Reply via email to