Skip to content

Commit

Permalink
Add feature projects
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Oct 20, 2024
1 parent f3e22b8 commit 97d21dc
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

# Mac files
.DS_Store
17 changes: 17 additions & 0 deletions features/org.eclipse.epsilon.emc.rdf.dt.feature/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.epsilon.emc.rdf.dt.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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
24 changes: 24 additions & 0 deletions features/org.eclipse.epsilon.emc.rdf.dt.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.epsilon.emc.rdf.dt.feature"
label="Developer Tools for Epsilon Model Connectivity Driver for RDF"
version="1.0.0.qualifier"
provider-name="University of York">

<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>

<plugin
id="org.eclipse.epsilon.emc.rdf.dt"
version="0.0.0"/>

</feature>
17 changes: 17 additions & 0 deletions features/org.eclipse.epsilon.emc.rdf.feature/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.epsilon.emc.rdf.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>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
24 changes: 24 additions & 0 deletions features/org.eclipse.epsilon.emc.rdf.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.epsilon.emc.rdf.feature"
label="Epsilon Model Connectivity Driver for RDF"
version="1.0.0.qualifier"
provider-name="University of York">

<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>

<plugin
id="org.eclipse.epsilon.emc.rdf"
version="0.0.0"/>

</feature>

0 comments on commit 97d21dc

Please sign in to comment.