08-13-2010 04:39 AM
08-13-2010 04:56 AM
08-13-2010 05:14 AM
<beans>
<!– Download Action Bean –>
<bean id="download-action" class="com.alfresco.customUI.actions.DownloadActionExecuter" parent="action-executer">
<property name="nodeService">
<ref bean="NodeService" />
</property>
<property name="exchangeServer">
<value>192.168.20.241</value>
</property>
<property name="fileServer">
<value>192.168.20.221</value>
</property>
</bean>
<!– Action properties –>
<bean id="extension.actionResourceBundles" parent="actionResourceBundles">
<property name="resourceBundles">
<list>
<value>alfresco.extension.download-action-messages</value>
</list>
</property>
</bean>
</beans>
08-23-2010 07:09 AM
08-23-2010 08:47 AM
08-24-2010 04:01 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.