19 lines
759 B
Diff
19 lines
759 B
Diff
diff -Nru pdfsam-2.2.2e.orig/pdfsam-maine/ant/build.properties pdfsam-2.2.2e/pdfsam-maine/ant/build.properties
|
|
--- pdfsam-2.2.2e.orig/pdfsam-maine/ant/build.properties 2012-10-30 16:06:08.000000000 +0100
|
|
+++ pdfsam-2.2.2e/pdfsam-maine/ant/build.properties 2014-05-22 14:17:08.758450179 +0200
|
|
@@ -1,11 +1,11 @@
|
|
#deploy target destination dir (if you want to deploy)
|
|
-pdfsam.deploy.dir=/home/torakiki/tmp
|
|
+pdfsam.deploy.dir=../deploy
|
|
|
|
#root dir where every src directory is located
|
|
-workspace.dir=/media/LACIE/pdfsam/workspace-enhanced
|
|
+workspace.dir=../
|
|
|
|
#where classes will be compiled, jars distributed, javadocs created and release created
|
|
-build.dir=/media/LACIE/build-2
|
|
+build.dir=../build
|
|
|
|
#version to build
|
|
pdfsam.version=enhanced
|