|
From: <lac...@us...> - 2007-10-05 08:19:52
|
Revision: 55
http://td2jira.svn.sourceforge.net/td2jira/?rev=55&view=rev
Author: lacostej
Date: 2007-10-05 01:19:57 -0700 (Fri, 05 Oct 2007)
Log Message:
-----------
Document potential inconsistency between code and properties file
Modified Paths:
--------------
trunk/td2jira/etc/td2jira.properties.example
Modified: trunk/td2jira/etc/td2jira.properties.example
===================================================================
--- trunk/td2jira/etc/td2jira.properties.example 2007-10-05 08:17:33 UTC (rev 54)
+++ trunk/td2jira/etc/td2jira.properties.example 2007-10-05 08:19:57 UTC (rev 55)
@@ -52,8 +52,9 @@
# JIRA Connector Implementation
# more portable, but less powerful
#jira.connector.implementation=td2jira.jira.xmlrpc.JIRAXmlRpcConnector
-# more powerful, but needs fresh JIRA version and has troubles with attachments (TODO document problems)
+# more powerful, but needs fresh JIRA version and has troubles with attachments
#jira.connector.implementation=td2jira.jira.soap.JIRASoapConnector
+# TODO is this true ? the code shows that XmlRpc code doesn't support attachment. the SOAP connector does...
# Sync rules
# FIXME enable and configure
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|