Skip to content

Commit

Permalink
Merge commit 'danatcaret/master'
Browse files Browse the repository at this point in the history
* commit 'danatcaret/master':
  Path fixes to bring up cachemanagerservice and the slightly mysterious
  Added explicit dependency on commons-pool. commons-dbcp seems to have
  • Loading branch information
ieb committed Apr 3, 2009
2 parents 0b9e321 + 3ef14d4 commit 2eb0995
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion slingtests/osgikernel/bundles/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<goal>copy-dependencies</goal>
</goals>
<configuration>
<includeArtifactIds>commons-dbcp,geronimo-transaction,geronimo-j2ee-connector_1.5_spec</includeArtifactIds>
<includeArtifactIds>commons-dbcp,commons-pool,geronimo-transaction,geronimo-j2ee-connector_1.5_spec</includeArtifactIds>
<excludeTransitive>false</excludeTransitive>
<outputDirectory> ${project.build.outputDirectory} </outputDirectory>
</configuration>
Expand Down Expand Up @@ -117,6 +117,12 @@
<version>1.2.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.components</groupId>
<artifactId>geronimo-transaction</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class FileServlet extends HttpServlet {
*/

private static final long serialVersionUID = -1304876073995688329L;
private static final String MIME_TYPES = "mimetypes.properties";
private static final String MIME_TYPES = "org/sakaiproject/kernel2/uxloader/mimetypes.properties";
public static final String BASE_FILE = "base-location";
public static final String WELCOME_FILE = "welcome-file";
public static final String MAX_CACHE_SIZE = "max-cache-file";
Expand Down

0 comments on commit 2eb0995

Please sign in to comment.