aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 14:38:23 +0200
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-07-21 14:38:23 +0200
commit9bb09c04bd615db6e2cac147c24c524063bd0a3e (patch)
tree2949ac61413501df415d687ff82fc09dbac56a45
parenta669dd8ff449ac53c07b42186c5be54875d86f3a (diff)
downloadpdf-as-4-9bb09c04bd615db6e2cac147c24c524063bd0a3e.tar.gz
pdf-as-4-9bb09c04bd615db6e2cac147c24c524063bd0a3e.tar.bz2
pdf-as-4-9bb09c04bd615db6e2cac147c24c524063bd0a3e.zip
Update build.gradle, new config, removed pdfdoclet dependency4.0.0-RC7
-rw-r--r--pdf-as-lib/build.gradle25
-rw-r--r--pdf-as-lib/libs/pdfdoclet-1.0.3-all.jarbin2373872 -> 0 bytes
-rw-r--r--pdf-as-lib/src/main/resources/config/config.zipbin1200731 -> 1200733 bytes
3 files changed, 0 insertions, 25 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle
index b52cf657..892fa019 100644
--- a/pdf-as-lib/build.gradle
+++ b/pdf-as-lib/build.gradle
@@ -34,7 +34,6 @@ compileJava.dependsOn(createConf)
repositories {
mavenLocal()
mavenCentral()
- maven { url "http://nexus.iaik.tugraz.at/nexus/content/groups/internal" }
}
dependencies {
@@ -58,25 +57,9 @@ dependencies {
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
compile group: 'com.google.zxing', name: 'core', version: '2.2'
compile group: 'com.google.zxing', name: 'javase', version: '2.2'
- pdfDoclet files('libs/pdfdoclet-1.0.3-all.jar')
testCompile group: 'junit', name: 'junit', version: '4.+'
}
-/*javadoc {
- revision = getCheckedOutGitCommitHash()
- project.configure(options) {
- memberLevel = org.gradle.external.javadoc.JavadocMemberLevel.PROTECTED
- charSet = "ISO-8859-1"
- docTitle = "PDF-AS 4.0 Library"
- exclude = '/**'
- include = 'at/gv/egiz/pdfas/lib/api/**'
- windowTitle = "PDF-AS 4.0 Library"
- header = "<b>PDF-AS 4.0 Library $version [$revision]</b>"
- use = "true"
- links("http://java.sun.com/j2ee/1.4/docs/api", "http://java.sun.com/j2se/1.5.0/docs/api")
- }
-}*/
-
task apidocs(type: Javadoc) {
classpath = configurations.compile
source = sourceSets.main.allJava
@@ -111,14 +94,6 @@ task fulldocs(type: Javadoc) {
}
}
-/*task apidocspdf(type: Javadoc) {
- classpath = configurations.compile
- source = sourceSets.main.allJava
- options.docletpath = configurations.pdfDoclet.files.asType(List)
- options.doclet = "com.tarsec.javadoc.pdfdoclet.PDFDoclet"
- options.addStringOption("pdf", "../docs/api.pdf")
-}*/
-
task apidocspdf << {
def proc = "./doc.sh".execute()
proc.in.eachLine {line -> println line}
diff --git a/pdf-as-lib/libs/pdfdoclet-1.0.3-all.jar b/pdf-as-lib/libs/pdfdoclet-1.0.3-all.jar
deleted file mode 100644
index 61d5d81b..00000000
--- a/pdf-as-lib/libs/pdfdoclet-1.0.3-all.jar
+++ /dev/null
Binary files differ
diff --git a/pdf-as-lib/src/main/resources/config/config.zip b/pdf-as-lib/src/main/resources/config/config.zip
index 161cdcff..cc614a0e 100644
--- a/pdf-as-lib/src/main/resources/config/config.zip
+++ b/pdf-as-lib/src/main/resources/config/config.zip
Binary files differ