|  | <?xml version="1.0" encoding="UTF-8"?> | 
|  | <project | 
|  | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | 
|  | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 
|  | <modelVersion>4.0.0</modelVersion> | 
|  | <parent> | 
|  | <groupId>org.eclipse.dltk</groupId> | 
|  | <artifactId>dltk</artifactId> | 
|  | <version>5.7.0-SNAPSHOT</version> | 
|  | <relativePath>../org.eclipse.dltk.releng/build/pom.xml</relativePath> | 
|  | </parent> | 
|  | <groupId>org.eclipse.dltk.python</groupId> | 
|  | <artifactId>python</artifactId> | 
|  | <packaging>pom</packaging> | 
|  | <properties> | 
|  | <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.python.git</tycho.scmUrl> | 
|  | </properties> | 
|  |  | 
|  | <modules> | 
|  | <module>features/org.eclipse.dltk.python-feature</module> | 
|  | <module>features/org.eclipse.dltk.python.sdk</module> | 
|  | <module>plugins/org.eclipse.dltk.python.activestatedebugger</module> | 
|  | <module>plugins/org.eclipse.dltk.python.core</module> | 
|  | <module>plugins/org.eclipse.dltk.python.debug</module> | 
|  | <module>plugins/org.eclipse.dltk.python.debug.ui</module> | 
|  | <module>plugins/org.eclipse.dltk.python.launching</module> | 
|  | <module>plugins/org.eclipse.dltk.python.ui</module> | 
|  | <!-- <module>update.site</module> --> | 
|  | </modules> | 
|  | </project> |