Skip to content

Commit

Permalink
Trying to fix file associations
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Nov 16, 2015
1 parent d69ff44 commit 0b5abb1
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions jabref.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -207,61 +207,6 @@
<actions />
<formComponents />
</screen>
<screen name="" id="27" customizedId="" beanClass="com.install4j.runtime.beans.screens.FileAssociationsScreen" enabled="true" commentSet="false" comment="" actionElevationType="inherit" rollbackBarrier="false" backButton="2" finishScreen="false" wizardIndexChangeType="unchanged" wizardIndexKey="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.screens.FileAssociationsScreen">
<void property="showSelectionButtons">
<boolean>true</boolean>
</void>
</object>
</java>
</serializedBean>
<condition />
<validation />
<preActivation />
<postActivation />
<actions>
<action name="" id="32" customizedId="" beanClass="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction">
<void property="description">
<string>BibTeX</string>
</void>
<void property="extension">
<string>bib</string>
</void>
<void property="launcherId">
<string>23</string>
</void>
<void property="macIconFile">
<object class="com.install4j.api.beans.ExternalFile">
<string>./src/main/resources/images/icons/JabRef-icon-mac.icns</string>
</object>
</void>
<void property="macRole">
<object class="java.lang.Enum" method="valueOf">
<class>com.install4j.runtime.beans.actions.desktop.MacAssociationRole</class>
<string>EDITOR</string>
</object>
</void>
<void property="winAdditionalParameters">
<string />
</void>
<void property="windowsIconFile">
<object class="com.install4j.api.beans.ExternalFile">
<string>./src/main/resources/images/icons/JabRef-icon.png</string>
</object>
</void>
</object>
</java>
</serializedBean>
<condition />
</action>
</actions>
<formComponents />
</screen>
<screen name="" id="81" customizedId="" beanClass="com.install4j.runtime.beans.screens.AdditionalConfirmationsScreen" enabled="true" commentSet="false" comment="" actionElevationType="inherit" rollbackBarrier="false" backButton="2" finishScreen="false" wizardIndexChangeType="unchanged" wizardIndexKey="">
<serializedBean>
<java class="java.beans.XMLDecoder">
Expand Down Expand Up @@ -385,6 +330,61 @@
</actions>
<formComponents />
</screen>
<screen name="" id="27" customizedId="" beanClass="com.install4j.runtime.beans.screens.FileAssociationsScreen" enabled="true" commentSet="false" comment="" actionElevationType="inherit" rollbackBarrier="false" backButton="2" finishScreen="false" wizardIndexChangeType="unchanged" wizardIndexKey="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.screens.FileAssociationsScreen">
<void property="showSelectionButtons">
<boolean>true</boolean>
</void>
</object>
</java>
</serializedBean>
<condition />
<validation />
<preActivation />
<postActivation />
<actions>
<action name="" id="32" customizedId="" beanClass="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction" enabled="true" commentSet="false" comment="" actionElevationType="elevated" rollbackBarrier="false" multiExec="false" failureStrategy="1" errorMessage="">
<serializedBean>
<java class="java.beans.XMLDecoder">
<object class="com.install4j.runtime.beans.actions.desktop.CreateFileAssociationAction">
<void property="description">
<string>BibTeX</string>
</void>
<void property="extension">
<string>bib</string>
</void>
<void property="launcherId">
<string>23</string>
</void>
<void property="macIconFile">
<object class="com.install4j.api.beans.ExternalFile">
<string>./src/main/resources/images/icons/JabRef-icon-mac.icns</string>
</object>
</void>
<void property="macRole">
<object class="java.lang.Enum" method="valueOf">
<class>com.install4j.runtime.beans.actions.desktop.MacAssociationRole</class>
<string>EDITOR</string>
</object>
</void>
<void property="winAdditionalParameters">
<string />
</void>
<void property="windowsIconFile">
<object class="com.install4j.api.beans.ExternalFile">
<string>./src/main/resources/images/icons/JabRef-icon.png</string>
</object>
</void>
</object>
</java>
</serializedBean>
<condition />
</action>
</actions>
<formComponents />
</screen>
<screen name="" id="12" customizedId="" beanClass="com.install4j.runtime.beans.screens.FinishedScreen" enabled="true" commentSet="false" comment="" actionElevationType="inherit" rollbackBarrier="false" backButton="2" finishScreen="true" wizardIndexChangeType="unchanged" wizardIndexKey="">
<serializedBean>
<java class="java.beans.XMLDecoder">
Expand Down

0 comments on commit 0b5abb1

Please sign in to comment.