Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Org.eclipse.ecf.tests.cquery"

 
Line 20: Line 20:
 
:Anything not matched by a previous advisor node is rejected.
 
:Anything not matched by a previous advisor node is rejected.
  
Here's the [[Latest version of the org.eclipse.ecf.tests.cquery file]]. Check the repository for the actual version used in the build. The version provided here is for convenience only, although we make a reasonable attempt to keep it current. The cquery files (once we determine exactly what we want) should not change frequently.
+
Here's the [[latest version of the org.eclipse.ecf.tests.cquery file]]. Check the repository for the actual version used in the build. The version provided here is for convenience only, although we make a reasonable attempt to keep it current. The cquery files (once we determine exactly what we want) should not change frequently.

Latest revision as of 18:28, 20 January 2010

Return to Building ECF Release 3.2

List of advisor nodes

^org\.eclipse\.ecf\.core\.source$
definition
^org\.eclipse\.ecf\.examples\.source$
definition
^ch\.ethz\.iks(\..+)?
definition
^org\.eclipse\.ecf(\..+)?
Matches org.eclipse.ecf.anything
^org\.eclipse\.team\.ecf(\..+)?
definition
^org\.jivesoftware\.smack$
definition
^org\.eclipse\.equinox\.p2\.user\.ui$
Matches org.eclipse.equinox.p2.user.ui exactly.
.*
Anything not matched by a previous advisor node is rejected.

Here's the latest version of the org.eclipse.ecf.tests.cquery file. Check the repository for the actual version used in the build. The version provided here is for convenience only, although we make a reasonable attempt to keep it current. The cquery files (once we determine exactly what we want) should not change frequently.

Back to the top