-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
torakiki
committed
Jun 25, 2014
1 parent
ecb84ac
commit ce86143
Showing
286 changed files
with
33,221 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<fileset-config file-format-version="1.2.0" simple-config="true"> | ||
<fileset name="all" enabled="true" check-config-name="Sun Checks" local="false"> | ||
<file-match-pattern match-pattern=".*" include-pattern="true"/> | ||
</fileset> | ||
</fileset-config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src/java"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/pdfsam-all-2"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="output" path="classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>pdfsam-maine</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
283 changes: 283 additions & 0 deletions
283
pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/.settings/org.eclipse.jdt.core.prefs
Large diffs are not rendered by default.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/.settings/org.eclipse.jdt.ui.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#Thu Feb 24 19:13:05 CET 2011 | ||
eclipse.preferences.version=1 | ||
formatter_profile=_sejda | ||
formatter_settings_version=11 | ||
org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/> |
4 changes: 4 additions & 0 deletions
4
pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/ant/basic.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pdfsam.jar.version=2.2.4 | ||
pdfsam.version=basic | ||
pdfsam.branch=2 | ||
pdfsam.builddate=25-Jun-2014 |
45 changes: 45 additions & 0 deletions
45
pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/ant/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
#deploy target destination dir (if you want to deploy) | ||
pdfsam.deploy.dir=/home/torakiki/tmp | ||
|
||
#root dir where every src directory is located | ||
workspace.dir=/media/torakiki/LACIE/pdfsam/workspace-enhanced | ||
|
||
#where classes will be compiled, jars distributed, javadocs created and release created | ||
build.dir=/media/torakiki/LACIE/build2 | ||
|
||
#version to build | ||
pdfsam.version=enhanced | ||
|
||
#pdfsam main version. used to find right libraries, etc | ||
pdfsam.main.version=2 | ||
|
||
#libraries | ||
itext.jar.name=iText-2.1.7 | ||
log4j.jar.name=log4j-1.2.15 | ||
dom4j.jar.name=dom4j-1.6.1 | ||
jaxen.jar.name=jaxen-1.1.3 | ||
bcmail.jar.name=bcmail-jdk14-144 | ||
bcprov.jar.name=bcprov-jdk14-144 | ||
looks.jar.name=looks-2.3.1 | ||
jcmdline.jar.name=pdfsam-jcmdline-1.0.6 | ||
commons-lang.jar.name=commons-lang-2.5 | ||
emp4j.jar.name=emp4j-1.0.2 | ||
pdfsam-console.jar.name=pdfsam-console-2.4.3e | ||
pdfsam-split.jar.name=pdfsam-split-0.5.7 | ||
pdfsam-merge.jar.name=pdfsam-merge-0.7.4 | ||
pdfsam-cover.jar.name=pdfsam-cover-0.3.4e | ||
pdfsam-encrypt.jar.name=pdfsam-encrypt-0.3.2e | ||
pdfsam-decrypt.jar.name=pdfsam-decrypt-0.0.7e | ||
pdfsam-mix.jar.name=pdfsam-mix-0.2.0 | ||
pdfsam-unpack.jar.name=pdfsam-unpack-0.1.1e | ||
pdfsam-setviewer.jar.name=pdfsam-setviewer-0.0.8e | ||
pdfsam-rotate.jar.name=pdfsam-rotate-0.0.5 | ||
pdfsam-vpagereorder.jar.name=pdfsam-vpagereorder-0.0.7 | ||
pdfsam-vcomposer.jar.name=pdfsam-vcomposer-0.0.8 | ||
pdfsam-docinfo.jar.name=pdfsam-docinfo-0.0.2e | ||
pdfsam-langpack.jar.name=pdfsam-langpack | ||
|
||
#ICEpdf creator props | ||
icepdfcreator.jar.name=icepdfcreator-0.0.8 | ||
#JPodRenderer creator props | ||
jpodcreator.jar.name=jpodcreator-0.0.3 |
Oops, something went wrong.