mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -360,7 +360,7 @@
|
|||||||
<map>
|
<map>
|
||||||
<entry key="Windows.*">
|
<entry key="Windows.*">
|
||||||
<list>
|
<list>
|
||||||
<value>imconvert</value>
|
<value>${img.win.exe}</value>
|
||||||
<value>${source}</value>
|
<value>${source}</value>
|
||||||
<value>SPLIT:${options}</value>
|
<value>SPLIT:${options}</value>
|
||||||
<value>${target}</value>
|
<value>${target}</value>
|
||||||
@@ -368,13 +368,26 @@
|
|||||||
</entry>
|
</entry>
|
||||||
<entry key=".*">
|
<entry key=".*">
|
||||||
<list>
|
<list>
|
||||||
<value>convert</value>
|
<value>${img.exe}</value>
|
||||||
<value>${source}</value>
|
<value>${source}</value>
|
||||||
<value>SPLIT:${options}</value>
|
<value>SPLIT:${options}</value>
|
||||||
<value>${target}</value>
|
<value>${target}</value>
|
||||||
</list>
|
</list>
|
||||||
</entry>
|
</entry>
|
||||||
</map>
|
</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>
|
||||||
<property name="defaultProperties">
|
<property name="defaultProperties">
|
||||||
<props>
|
<props>
|
||||||
@@ -389,13 +402,13 @@
|
|||||||
<map>
|
<map>
|
||||||
<entry key="Windows.*">
|
<entry key="Windows.*">
|
||||||
<list>
|
<list>
|
||||||
<value>imconvert</value>
|
<value>${img.win.exe}</value>
|
||||||
<value>-version</value>
|
<value>-version</value>
|
||||||
</list>
|
</list>
|
||||||
</entry>
|
</entry>
|
||||||
<entry key=".*">
|
<entry key=".*">
|
||||||
<list>
|
<list>
|
||||||
<value>convert</value>
|
<value>${img.exe}</value>
|
||||||
<value>-version</value>
|
<value>-version</value>
|
||||||
</list>
|
</list>
|
||||||
</entry>
|
</entry>
|
||||||
|
@@ -273,3 +273,10 @@ attribute.rmi.service.port=50503
|
|||||||
authentication.rmi.service.port=50504
|
authentication.rmi.service.port=50504
|
||||||
repo.rmi.service.port=50505
|
repo.rmi.service.port=50505
|
||||||
action.rmi.service.port=50506
|
action.rmi.service.port=50506
|
||||||
|
|
||||||
|
# External executable locations
|
||||||
|
img.win.exe=imconvert
|
||||||
|
img.exe=convert
|
||||||
|
img.root=
|
||||||
|
img.dyn=
|
||||||
|
swf.exe=pdf2swf
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<property name="commandMap">
|
<property name="commandMap">
|
||||||
<map>
|
<map>
|
||||||
<entry key=".*">
|
<entry key=".*">
|
||||||
<value>pdf2swf -V</value>
|
<value>${swf.exe} -V</value>
|
||||||
</entry>
|
</entry>
|
||||||
</map>
|
</map>
|
||||||
</property>
|
</property>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<property name="commandMap">
|
<property name="commandMap">
|
||||||
<map>
|
<map>
|
||||||
<entry key=".*">
|
<entry key=".*">
|
||||||
<value>pdf2swf -T ${flashVersion} ${source} -o ${target}</value>
|
<value>${swf.exe} -T ${flashVersion} ${source} -o ${target}</value>
|
||||||
</entry>
|
</entry>
|
||||||
</map>
|
</map>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user