Author: snoopdave
Date: Sun Oct 3 17:17:30 2010
New Revision: 1004004
URL: http://svn.apache.org/viewvc?rev=1004004&view=rev
Log:
Couple of follow-up fixes for https://issues.apache.org/jira/browse/ROL-1875
Modified:
roller/trunk/planet-business/pom.xml
roller/trunk/weblogger-assembly/src/main/assembly/binary.xml
Modified: roller/trunk/planet-business/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/planet-business/pom.xml?rev=1004004&r1=1004003&r2=1004004&view=diff
==============================================================================
--- roller/trunk/planet-business/pom.xml (original)
+++ roller/trunk/planet-business/pom.xml Sun Oct 3 17:17:30 2010
@@ -106,31 +106,25 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- </exclusion>
- </exclusions>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <scope>runtime</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbynet</artifactId>
- <scope>runtime</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
- <scope>runtime</scope>
+ <scope>test</scope>
</dependency>
</dependencies>
Modified: roller/trunk/weblogger-assembly/src/main/assembly/binary.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/weblogger-assembly/src/main/assembly/binary.xml?rev=1004004&r1=1004003&r2=1004004&view=diff
==============================================================================
--- roller/trunk/weblogger-assembly/src/main/assembly/binary.xml (original)
+++ roller/trunk/weblogger-assembly/src/main/assembly/binary.xml Sun Oct 3
17:17:30 2010
@@ -30,7 +30,7 @@
<outputDirectory>
${artifact.artifactId}-${artifact.version}/webapp/roller
</outputDirectory>
- <directory>../weblogger-web/target/roller</directory>
+ <directory>../weblogger-webapp/target/roller</directory>
</fileSet>
</fileSets>