You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/01/13 23:20:58 UTC

svn commit: r898994 [7/7] - in /incubator/hise/trunk: ./ hise-services/ hise-services/src/main/java/org/apache/hise/api/ hise-services/src/main/java/org/apache/hise/dao/ hise-services/src/main/java/org/apache/hise/engine/ hise-services/src/main/java/or...

Modified: incubator/hise/trunk/hise-web/src/test/resources/log4j.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-web/src/test/resources/log4j.xml?rev=898994&r1=898993&r2=898994&view=diff
==============================================================================
--- incubator/hise/trunk/hise-web/src/test/resources/log4j.xml (original)
+++ incubator/hise/trunk/hise-web/src/test/resources/log4j.xml Wed Jan 13 23:20:54 2010
@@ -45,7 +45,7 @@
     </logger>
 
     <root>
-        <level value="INFO"/>
+        <level value="DEBUG"/>
         <appender-ref ref="FILE"/>
     </root>
 

Modified: incubator/hise/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/pom.xml?rev=898994&r1=898993&r2=898994&view=diff
==============================================================================
--- incubator/hise/trunk/pom.xml (original)
+++ incubator/hise/trunk/pom.xml Wed Jan 13 23:20:54 2010
@@ -28,7 +28,7 @@
 		<module>hise-test-example</module>
 		<module>hise-wsdl-classes</module>
 		<module>hise-services</module>
-		<module>hise-web</module>
+        <module>hise-web</module>
 	</modules>
 	<properties>
 		<cxf.version>2.2.4</cxf.version>
@@ -47,6 +47,11 @@
 				</plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-eclipse-plugin</artifactId>
+                    <version>2.7</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
                     <configuration>
                         <archive>