Corrected regex of advisor node for source features
diff --git a/releng/org.eclipse.graphiti.releng/build/graphiti.cquery b/releng/org.eclipse.graphiti.releng/build/graphiti.cquery
index a63eec4..390c663 100644
--- a/releng/org.eclipse.graphiti.releng/build/graphiti.cquery
+++ b/releng/org.eclipse.graphiti.releng/build/graphiti.cquery
@@ -3,5 +3,5 @@
     <cq:documentation xmlns="http://www.w3.org/1999/xhtml">Collects the Graphiti framework and the examples together with all needed dependencies for the build or for usage
 in the IDE (e.g. for setting up a workspace with the source projects)</cq:documentation>
     <cq:rootRequest name="org.eclipse.graphiti.site-feature" componentType="eclipse.feature"/>
-    <cq:advisorNode namePattern="org\.eclipse\.graphiti.*\.source" skipComponent="true"/>
+    <cq:advisorNode namePattern="^org\.eclipse\.graphiti(\..+)?\.source$" skipComponent="true"/>
 </cq:componentQuery>