Skip to content
Snippets Groups Projects
Commit f372c30c authored by Simon Spinner's avatar Simon Spinner
Browse files

Add a feature the bundles all necessary features and plugins for a cdo

server.
parent e446276e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tools.descartes.prisma.releng.cdo.server.feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
bin.includes = feature.xml
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="tools.descartes.prisma.releng.cdo.server.feature"
label="Feature"
version="0.1.0.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<includes
id="org.eclipse.emf.cdo.server"
version="0.0.0"/>
<includes
id="org.eclipse.emf.cdo.server.db"
version="0.0.0"/>
<includes
id="org.eclipse.net4j"
version="0.0.0"/>
<includes
id="org.eclipse.net4j.util"
version="0.0.0"/>
<includes
id="org.eclipse.net4j.db"
version="0.0.0"/>
<plugin
id="org.eclipse.emf.cdo.net4j"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
<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.prisma.releng.cdo.server.feature</artifactId>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>tools.descartes.prisma</groupId>
<artifactId>tools.descartes.prisma.releng</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../tools.descartes.prisma.releng</relativePath>
</parent>
</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