Added ICollectionDao to OccurenceServiceImpl due to refactoring of IOccurenceDao
[cdmlib.git] / settings.xml
index 5a6a4521acb3ddacca61c599cf9e60886a41aa61..e1e82101544cd6623424946ffa03409844d18ab9 100644 (file)
@@ -1,22 +1,19 @@
 <settings>
         <servers>
-                <server>
-                        <id>edit-wp5</id>
-                        <username>edit</username>
-                </server>
+            <server>
+                  <id>edit-wp5</id>
+                  <username>edit</username>
+                         <password>xxx</password>      
+            </server>
+                   <server>
+                         <id>tomcat-local</id>
+                         <username>tomcat</username>
+                         <password>xxx</password>
+                   </server>
+                   <server>
+                         <id>tomcat-edit</id>
+                         <username>root</username>
+                         <password>xxx</password>
+                   </server>
         </servers>
-           <profiles>
-               <profile>
-                   <id>edit-integration-test</id>
-                   <properties>
-                                       <hibernate.connection.driver_class>com.mysql.jdbc.Driver</hibernate.connection.driver_class>
-                       <hibernate.connection.url>jdbc:mysql://192.168.2.10/cdm_test_lib</hibernate.connection.url>
-                       <hibernate.connection.username>edit</hibernate.connection.username>
-                       <hibernate.connection.password>xxx</hibernate.connection.password>
-                   </properties>
-               </profile>
-           </profiles>
-           <activeProfiles>
-               <activeProfile>edit-integration-test</activeProfile>
-           </activeProfiles>
 </settings>
\ No newline at end of file