Skip to content
Snippets Groups Projects
Commit 7bc63907 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

added p2 update site

parent 74b33b16
No related branches found
No related tags found
No related merge requests found
target/*
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tools.descartes.dql.connector.kieker.releng.p2</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/tools.descartes.dql.connector.kieker.feature_1.0.0.qualifier.jar" id="tools.descartes.dql.connector.kieker.feature" version="1.0.0.qualifier">
<category name="tools.descartes.dql.conncector.kieker.category"/>
</feature>
<category-def name="tools.descartes.dql.conncector.kieker.category" label="kieker-Connector for DQL">
<description>
This contains the DQL adapter for Kieker.
</description>
</category-def>
</site>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tools.descartes.dql.connector.kieker.releng.p2</artifactId>
<packaging>eclipse-repository</packaging>
<parent>
<groupId>tools.descartes.dql.connector.kieker</groupId>
<artifactId>tools.descartes.dql.connector.kieker.releng</artifactId>
<relativePath>../tools.descartes.dql.connector.kieker.releng</relativePath>
<version>1.0.0-SNAPSHOT</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<includeAllDependencies>true</includeAllDependencies>
</configuration>
</plugin>
</plugins>
</build>
<groupId>tools.descartes.dql.connector.kieker</groupId>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment