MacOS installer with changes to config for calling out to OOo, pdf2swf & ImageMagick. Win installers may not work until updated as well.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12655 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Paul Holmes-Higgin
2009-01-09 13:17:35 +00:00
parent c246edcef3
commit ef432bccc7
3 changed files with 27 additions and 7 deletions

View File

@@ -360,7 +360,7 @@
<map>
<entry key="Windows.*">
<list>
<value>imconvert</value>
<value>${img.win.exe}</value>
<value>${source}</value>
<value>SPLIT:${options}</value>
<value>${target}</value>
@@ -368,13 +368,26 @@
</entry>
<entry key=".*">
<list>
<value>convert</value>
<value>${img.exe}</value>
<value>${source}</value>
<value>SPLIT:${options}</value>
<value>${target}</value>
</list>
</entry>
</map>
</property>
<property name="processProperties">
<map>
<entry key="MAGICK_HOME">
<value>${img.root}</value>
</entry>
<entry key="DYLD_LIBRARY_PATH">
<value>${img.dyn}</value>
</entry>
<entry key="LD_LIBRARY_PATH">
<value>${img.dyn}</value>
</entry>
</map>
</property>
<property name="defaultProperties">
<props>
@@ -389,13 +402,13 @@
<map>
<entry key="Windows.*">
<list>
<value>imconvert</value>
<value>${img.win.exe}</value>
<value>-version</value>
</list>
</entry>
<entry key=".*">
<list>
<value>convert</value>
<value>${img.exe}</value>
<value>-version</value>
</list>
</entry>

View File

@@ -273,3 +273,10 @@ attribute.rmi.service.port=50503
authentication.rmi.service.port=50504
repo.rmi.service.port=50505
action.rmi.service.port=50506
# External executable locations
img.win.exe=imconvert
img.exe=convert
img.root=
img.dyn=
swf.exe=pdf2swf

View File

@@ -9,7 +9,7 @@
<property name="commandMap">
<map>
<entry key=".*">
<value>pdf2swf -V</value>
<value>${swf.exe} -V</value>
</entry>
</map>
</property>
@@ -23,7 +23,7 @@
<property name="commandMap">
<map>
<entry key=".*">
<value>pdf2swf -T ${flashVersion} ${source} -o ${target}</value>
<value>${swf.exe} -T ${flashVersion} ${source} -o ${target}</value>
</entry>
</map>
</property>