initial checkin
This commit is contained in:
1
com.minres.bundlepool.feature/.gitignore
vendored
Normal file
1
com.minres.bundlepool.feature/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target/
|
17
com.minres.bundlepool.feature/.project
Normal file
17
com.minres.bundlepool.feature/.project
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>com.minres.bundlepool.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>
|
1
com.minres.bundlepool.feature/build.properties
Normal file
1
com.minres.bundlepool.feature/build.properties
Normal file
@ -0,0 +1 @@
|
||||
bin.includes = feature.xml
|
23
com.minres.bundlepool.feature/feature.xml
Normal file
23
com.minres.bundlepool.feature/feature.xml
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="com.minres.bundlepool.feature"
|
||||
label="Feature"
|
||||
version="1.0.0.qualifier"
|
||||
provider-name="MINRES Technologies GmbH">
|
||||
|
||||
<description>
|
||||
External Libaries used in projects
|
||||
</description>
|
||||
|
||||
<license url="https://www.minres.com/">
|
||||
EPL-1
|
||||
</license>
|
||||
|
||||
<plugin
|
||||
id="groovy-templates"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
11
com.minres.bundlepool.feature/pom.xml
Normal file
11
com.minres.bundlepool.feature/pom.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<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>com.minres.bundlepool.feature</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
<parent>
|
||||
<groupId>com.minres.bundlepool</groupId>
|
||||
<artifactId>com.minres.bundlepool.parent</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
</project>
|
Reference in New Issue
Block a user