File: pom.xml

package info (click to toggle)
wala 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 20,304 kB
  • sloc: java: 185,762; javascript: 37,931; xml: 6,066; cpp: 1,161; sh: 204; makefile: 46; python: 46; ml: 12; lisp: 8
file content (17 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>com.ibm.wala</groupId>
		<artifactId>WALA</artifactId>
		<version>1.5.2</version>
	</parent>
	<groupId>com.ibm.wala.target</groupId>
	<artifactId>targets</artifactId>
	<packaging>pom</packaging>
	<modules>
		<!-- module>e42</module -->
		<module>e47</module>
	</modules>
</project>