Author: vinoski
Date: Mon Oct 30 19:20:32 2006
New Revision: 469355
URL: http://svn.apache.org/viewvc?view=rev&rev=469355
Log:
maven dir structure changes
Added:
incubator/qpid/branches/maven/broker/src/main/java/log4j.properties
- copied unchanged from r466855,
incubator/qpid/branches/maven/broker/src/log4j.properties
incubator/qpid/branches/maven/broker/src/test/java/org/
- copied from r465908,
incubator/qpid/branches/maven/broker/src/test/src/org/
incubator/qpid/branches/maven/broker/src/test/java/org/apache/
- copied from r469346,
incubator/qpid/branches/maven/broker/src/test/src/org/apache/
Removed:
incubator/qpid/branches/maven/broker/src/log4j.properties
incubator/qpid/branches/maven/broker/src/test/src/org/
Modified:
incubator/qpid/branches/maven/broker/pom.xml
incubator/qpid/branches/maven/broker/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java
Modified: incubator/qpid/branches/maven/broker/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/maven/broker/pom.xml?view=diff&rev=469355&r1=469354&r2=469355
==============================================================================
--- incubator/qpid/branches/maven/broker/pom.xml (original)
+++ incubator/qpid/branches/maven/broker/pom.xml Mon Oct 30 19:20:32 2006
@@ -61,5 +61,29 @@
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-common</artifactId>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymockclassextension</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/server/UnitTests.java</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
Modified:
incubator/qpid/branches/maven/broker/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/maven/broker/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java?view=diff&rev=469355&r1=469346&r2=469355
==============================================================================
---
incubator/qpid/branches/maven/broker/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java
(original)
+++
incubator/qpid/branches/maven/broker/src/test/java/org/apache/qpid/server/protocol/MockIoSession.java
Mon Oct 30 19:20:32 2006
@@ -246,7 +246,7 @@
return 0; //To change body of implemented methods use File | Settings
| File Templates.
}
- public int getScheduledWriteRequests()
+ public int getScheduledWriteMessages()
{
return 0; //To change body of implemented methods use File | Settings
| File Templates.
}