Author: solomax
Date: Thu Mar 15 09:51:53 2012
New Revision: 1300870

URL: http://svn.apache.org/viewvc?rev=1300870&view=rev
Log:
Eclipse build instructions are updated

Modified:
    incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
    incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
    incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml
    incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml

Modified: incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html?rev=1300870&r1=1300869&r2=1300870&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html 
(original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/BuildInstructions.html Thu 
Mar 15 09:51:53 2012
@@ -1000,7 +1000,7 @@ limitations under the License.
                                        OpenMeetings you need to run the ANT 
comand:
                                </p>
                                                 <div class="xmlcode">
-                                       ant prepare-eclipse
+                                       ant -Ddb=&lt;your_DB&gt; prepare-eclipse
                                </div>
                                                 <p>After the ANT command you 
need to press F5 and rebuild the
                                        project from inside Eclipse

Modified: incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html?rev=1300870&r1=1300869&r2=1300870&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/JUnitTesting.html Thu Mar 15 
09:51:53 2012
@@ -894,12 +894,9 @@ limitations under the License.
                                <li>running tests from Eclipse IDE: </li>
                                <ul>
                                        <li>
-                                               copy src/META-INF/
-                                               <strong>
-                                                       yourdb
-                                                       <tt>_</tt>
-                                               </strong>
-                                               persistence.xml to 
src/META-INF/persistence.xml
+                                               <div class="xmlcode">
+                                                       ant 
-Ddb=&lt;your_DB&gt; prepare-eclipse
+                                               </div>
                                        </li>
                                        <li>Start Eclipse </li>
                                        <li>Load workspace with Openmeetings 
project (or refresh existing

Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml?rev=1300870&r1=1300869&r2=1300870&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml 
(original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/BuildInstructions.xml Thu 
Mar 15 09:51:53 2012
@@ -130,7 +130,7 @@
                                        OpenMeetings you need to run the ANT 
comand:
                                </p>
                                <div class="xmlcode">
-                                       ant prepare-eclipse
+                                       ant -Ddb=&lt;your_DB&gt; prepare-eclipse
                                </div>
                                <p>After the ANT command you need to press F5 
and rebuild the
                                        project from inside Eclipse

Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml?rev=1300870&r1=1300869&r2=1300870&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/JUnitTesting.xml Thu Mar 15 
09:51:53 2012
@@ -45,12 +45,9 @@
                                <li>running tests from Eclipse IDE: </li>
                                <ul>
                                        <li>
-                                               copy src/META-INF/
-                                               <strong>
-                                                       yourdb
-                                                       <tt>_</tt>
-                                               </strong>
-                                               persistence.xml to 
src/META-INF/persistence.xml
+                                               <div class="xmlcode">
+                                                       ant 
-Ddb=&lt;your_DB&gt; prepare-eclipse
+                                               </div>
                                        </li>
                                        <li>Start Eclipse </li>
                                        <li>Load workspace with Openmeetings 
project (or refresh existing


Reply via email to