mirror of https://github.com/apache/openjpa.git
18 lines
613 B
XML
18 lines
613 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>org.apache.openjpa.eclipse.all</artifactId>
|
|
<groupId>org.apache.openjpa.eclipse</groupId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>org.apache.openjpa.eclipse</groupId>
|
|
<artifactId>org.apache.openjpa.eclipse.site</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<packaging>eclipse-update-site</packaging>
|
|
<name>OpenJPA Bytecode Enhancer Plugin Update Site</name>
|
|
<description>
|
|
OpenJPA Bytecode Enhancer Plugin available as local update site.
|
|
</description>
|
|
</project>
|