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

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

(New page: Return to Building ECF Release 3.2 === List of advisor nodes === ;^org\.eclipse\.ecf(\..+)? :Matches org.eclipse.ecf.anything ;^org\.eclipse\.equinox\.p2\.user\.ui$ :Matches org.e...)
 
 
Line 11: Line 11:
 
: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-platform.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-platform.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(\..+)?
Matches org.eclipse.ecf.anything
^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-platform.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