diff options
author | Andrew Niefer | 2009-12-02 19:50:15 +0000 |
---|---|---|
committer | Andrew Niefer | 2009-12-02 19:50:15 +0000 |
commit | cb1daa304d2f6f01b31b862b214d8b61f6827746 (patch) | |
tree | d8c436630f52b35c6feda31943b656cb8bb228ed | |
parent | b181b93196d1e18c44724cf05880716f305e1c45 (diff) | |
download | rt.equinox.p2-cb1daa304d2f6f01b31b862b214d8b61f6827746.tar.gz rt.equinox.p2-cb1daa304d2f6f01b31b862b214d8b61f6827746.tar.xz rt.equinox.p2-cb1daa304d2f6f01b31b862b214d8b61f6827746.zip |
include p2.ql for test build
-rw-r--r-- | org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.user.ui/feature.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.user.ui/feature.xml b/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.user.ui/feature.xml index de53e93d8..493f4532a 100644 --- a/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.user.ui/feature.xml +++ b/org.eclipse.equinox.p2.releng/buildtime-features/org.eclipse.equinox.p2.user.ui/feature.xml @@ -329,4 +329,11 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.eclipse.equinox.p2.ql" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> |