Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-10-04 07:41:07 +0000
committerMarkus Knauer2010-10-04 07:41:07 +0000
commita8791b6a298761c5f55211395907b1baf2633bf0 (patch)
tree8b9ef0863040330c60cc3fa552a81f98c6a92271 /features
parent03f9dd27de7928a348c14b0dbcff9b19223db466 (diff)
downloadorg.eclipse.epp.packages-a8791b6a298761c5f55211395907b1baf2633bf0.tar.gz
org.eclipse.epp.packages-a8791b6a298761c5f55211395907b1baf2633bf0.tar.xz
org.eclipse.epp.packages-a8791b6a298761c5f55211395907b1baf2633bf0.zip
* simplify feature naming expression
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap b/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap
index ab5186a8..5302d0ee 100644
--- a/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap
@@ -36,7 +36,7 @@
</provider>
</searchPath>
- <locator searchPathRef="org.eclipse.epp.allpackages.indigo" pattern="^org\.eclipse\.epp\.allpackages\.indigo\..*$"/>
+ <locator searchPathRef="org.eclipse.epp.allpackages.indigo" pattern="^org\.eclipse\.epp\.allpackages\..*$"/>
<locator searchPathRef="org.eclipse.epp.allpackages.indigo" pattern="^org\.eclipse\.epp\.targetplatform\..*$"/>
<locator searchPathRef="org.eclipse.epp.packages" pattern="^org\.eclipse\.epp\.package\..*$"/>
<locator searchPathRef="platform" failOnError="false" />

Back to the top