Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Properties.xml format #11

Open
kolovos opened this issue Oct 31, 2015 · 1 comment
Open

Properties.xml format #11

kolovos opened this issue Oct 31, 2015 · 1 comment

Comments

@kolovos
Copy link
Contributor

kolovos commented Oct 31, 2015

It'd be useful to revisit the format of properties.xml before we start getting external users. For example, the following

  <monitoredVCS class="set">
    <string-array>
      <string>file:///Users/.../myhawk-indexed/</string>
      <string>org.hawk.localfolder.LocalFolder</string>
    </string-array>
  </monitoredVCS>

could be restructured as:

  <monitoredVCS>
      <type>org.hawk.localfolder.LocalFolder</type>
      <location>file:///Users/.../myhawk-indexed/</location>
  </monitoredVCS>

We should also come up with a more generic name for monitoredVCS (e.g. "monitored"/"indexed"?) as Hawk can also monitor local folders, Eclipse workspaces etc.

@agarciadom
Copy link
Member

We'd also need to consider having arbitrary key/value pairs for repository-specific options or backend-specific options.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants