You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/08/21 09:34:51 UTC

svn commit: r567993 - in /myfaces/orchestra/trunk: core/pom.xml core15/pom.xml core15/src/test/resources/testApplicationContext.xml

Author: imario
Date: Tue Aug 21 00:34:50 2007
New Revision: 567993

URL: http://svn.apache.org/viewvc?rev=567993&view=rev
Log:
ORCHESTRA-4: some svn ignore stuff, further maven cleanup. Thanks to Dan Tran for the patch!

Modified:
    myfaces/orchestra/trunk/core/pom.xml
    myfaces/orchestra/trunk/core15/pom.xml
    myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=567993&r1=567992&r2=567993&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Tue Aug 21 00:34:50 2007
@@ -108,15 +108,6 @@
 
 		<plugins>
 
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<configuration>
-					<excludes>
-						<exclude>**/Abstract*.java</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
 
 			<plugin>
 				<groupId>org.codehaus.mojo</groupId>

Modified: myfaces/orchestra/trunk/core15/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/pom.xml?rev=567993&r1=567992&r2=567993&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/pom.xml (original)
+++ myfaces/orchestra/trunk/core15/pom.xml Tue Aug 21 00:34:50 2007
@@ -133,9 +133,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<configuration>
-					<excludes>
-						<exclude>**/Abstract*.java</exclude>
-					</excludes>
+				        <!-- all test output files go here. ie derby.log, etc -->
+					<workingDirectory>${project.build.directory}</workingDirectory>
 				</configuration>
 			</plugin>
 

Modified: myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml?rev=567993&r1=567992&r2=567993&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml (original)
+++ myfaces/orchestra/trunk/core15/src/test/resources/testApplicationContext.xml Tue Aug 21 00:34:50 2007
@@ -69,7 +69,7 @@
 			<props>
 				<prop key="toplink.logging.level">FINE</prop>
 				<prop key="toplink.jdbc.driver">org.apache.derby.jdbc.EmbeddedDriver</prop>
-				<prop key="toplink.jdbc.url">jdbc:derby:../myfacesOrchestraDB/TESTS;create=true</prop>
+				<prop key="toplink.jdbc.url">jdbc:derby:myfacesOrchestraDB/TESTS;create=true</prop>
 				<prop key="toplink.jdbc.user">sa</prop>
 				<prop key="toplink.jdbc.password">foobar</prop>
 				<prop key="toplink.target-database">oracle.toplink.essentials.platform.database.DerbyPlatform</prop>
@@ -91,4 +91,4 @@
 
 	</bean>
 
-</beans>
\ No newline at end of file
+</beans>