Skip to content

Commit

Permalink
V 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Jun 25, 2014
1 parent ecb84ac commit ce86143
Show file tree
Hide file tree
Showing 286 changed files with 33,221 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/.checkstyle
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>
7 changes: 7 additions & 0 deletions pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/.classpath
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>
17 changes: 17 additions & 0 deletions pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/.project
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>

Large diffs are not rendered by default.

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/>
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 pdfsam-enhanced/pdfsam-maine/tags/V_2_2_4/ant/build.properties
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
Loading

0 comments on commit ce86143

Please sign in to comment.