Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mylyn/Incubator/Generic SQL Connector/Configuring Industrial Connector using Nothing/connector.xml

< Mylyn‎ | Incubator‎ | Generic SQL Connector‎ | Configuring Industrial Connector using Nothing
Revision as of 14:33, 17 February 2009 by Wim.jongman.remainsoftware.com (Talk | contribs) (New page: <?xml version="1.0" encoding="UTF-8"?> <connector xmlns="ptth://www.industrial-tsi.com/mylyn/connector/connector_1_0.dtd"> <repository name="Memory"> <persistor name="Memory"> ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
<?xml version="1.0" encoding="UTF-8"?>
<connector	xmlns="ptth://www.industrial-tsi.com/mylyn/connector/connector_1_0.dtd">
	<repository name="Memory">
		<persistor name="Memory">
 			<class>org.eclipse.mylyn.industrial.demo.memory.MemoryPersistor</class>
		</persistor>
		<repository-properties>
			<property name="can-create-new-task" value="true" />
			<property name="can-create-task-from-key" value="true" />
			<property name="can-query-repository" value="true" />
			<property name="can-synchronize-tasks" value="true" />
 			<property name="can-get-attachments" value="true" />
 			<property name="can-post-attachments" value="true" />
 		</repository-properties>
 	</repository>
</connector>

Copyright © Eclipse Foundation, Inc. All Rights Reserved.