You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2009/07/20 18:29:14 UTC

[jira] Created: (FELIX-1388) sigil-repositories.properties project;pattern is a space separated list vs comma sep

sigil-repositories.properties project;pattern is a space separated list vs comma sep
------------------------------------------------------------------------------------

                 Key: FELIX-1388
                 URL: https://issues.apache.org/jira/browse/FELIX-1388
             Project: Felix
          Issue Type: Bug
          Components: Sigil
            Reporter: David Savage
            Priority: Minor


This is confusing as most other lists in sigil are comma separated. Current correct syntax is:

project;pattern:        \
        ${..}/common/**/[sigilproject] \
        ${..}/eclipse/**/[sigilproject] \

but think it should be:

project;pattern:        \
        ${..}/common/**/[sigilproject], \
        ${..}/eclipse/**/[sigilproject] \

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.