Skip to content

Commit

Permalink
Delete more unnecessary content
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Feb 28, 2012
1 parent 7987f70 commit e4507be
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 336 deletions.
20 changes: 2 additions & 18 deletions apache-tapestry5/build.gradle
@@ -1,4 +1,4 @@
description = "t5app application"
description = "Great Web Framework Shootout -- Tapestry 5.3.2"

apply plugin: "war"
apply plugin: "java"
Expand Down Expand Up @@ -35,25 +35,9 @@ sourceSets {
dependencies {

compile "org.apache.tapestry:tapestry-core:5.3.2"

compile "org.xerial:sqlite-jdbc:3.7.2"
compile "com.jolbox:bonecp:0.7.1.RELEASE"

provided "javax.servlet:servlet-api:2.5"
}

test {
useTestNG()

options.suites("src/test/conf/testng.xml")

systemProperties["tapestry.service-reloading-enabled"] = "false"
systemProperties["tapestry.execution-mode"] = "development"

maxHeapSize = "600M"

jvmArgs("-XX:MaxPermSize=256M")

enableAssertions = true
}

// TODO: Configure execution mode for jettyRun task
4 changes: 0 additions & 4 deletions apache-tapestry5/src/main/webapp/WEB-INF/app.properties

This file was deleted.

Binary file removed apache-tapestry5/src/main/webapp/favicon.ico
Binary file not shown.
9 changes: 0 additions & 9 deletions apache-tapestry5/src/site/apt/index.apt

This file was deleted.

17 changes: 0 additions & 17 deletions apache-tapestry5/src/site/site.xml

This file was deleted.

8 changes: 0 additions & 8 deletions apache-tapestry5/src/test/conf/testng.xml

This file was deleted.

278 changes: 0 additions & 278 deletions apache-tapestry5/src/test/conf/webdefault.xml

This file was deleted.

1 change: 0 additions & 1 deletion apache-tapestry5/src/test/java/PLACEHOLDER

This file was deleted.

1 change: 0 additions & 1 deletion apache-tapestry5/src/test/resources/PLACEHOLDER

This file was deleted.

0 comments on commit e4507be

Please sign in to comment.