Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Including Shuttle Xpress configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
cncgoko committed Apr 26, 2016
1 parent 429e3c6 commit 43b92bf
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 3 deletions.
17 changes: 17 additions & 0 deletions org.goko.tools.shuttlexpress.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.goko.tools.shuttlexpress.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>
2 changes: 2 additions & 0 deletions org.goko.tools.shuttlexpress.feature/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin.includes = feature.xml
root = file:resources
26 changes: 26 additions & 0 deletions org.goko.tools.shuttlexpress.feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.goko.tools.shuttlexpress.feature"
label="Shuttle XPress Feature"
version="0.0.1.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>

<plugin
id="org.goko.tools.shuttlexpress"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
16 changes: 16 additions & 0 deletions org.goko.tools.shuttlexpress.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.goko</groupId>
<artifactId>org.goko.tools.shuttlexpress.feature</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<parent>
<groupId>org.goko</groupId>
<artifactId>org.goko.build.parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<relativePath>../org.goko.build.parent</relativePath>
</parent>
</project>
4 changes: 2 additions & 2 deletions org.goko.tools.shuttlexpress/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
resources/fragments/ShuttleExpressFragment.e4xmi
resources/fragments/ShuttleExpressFragment.e4xmi,\
shutlleXpress/
source.. = src/
root=file:shutlleXpress/ShuttleXPress_Goko_4Axis.pref
2 changes: 1 addition & 1 deletion org.goko.tools.shuttlexpress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.goko</groupId>
<artifactId>org.goko.tool.shuttlexpress</artifactId>
<artifactId>org.goko.tools.shuttlexpress</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Expand Down

0 comments on commit 43b92bf

Please sign in to comment.