Skip to content

Commit

Permalink
[issue #411] Adding org.openetcs.pror.tracing.sysml to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu PERIN committed Sep 18, 2014
1 parent 81a3a71 commit 4b67059
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SysML Tracing
Bundle-SymbolicName: org.openetcs.pror.tracing.sysml;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 0.1.0.qualifier
Bundle-Vendor: Formal Mind GmbH, CEA list
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.openetcs.pror.tracing;bundle-version="0.1.0",
Expand Down
15 changes: 15 additions & 0 deletions tool/bundles/org.openetcs.pror.tracing.sysml/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openetcs</groupId>
<artifactId>org.openetcs.releng.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../org.openetcs.releng.parent/</relativePath>
</parent>
<groupId>org.openetcs</groupId>
<artifactId>org.openetcs.pror.tracing.sysml</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
1 change: 1 addition & 0 deletions tool/bundles/org.openetcs.releng.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<module>../org.openetcs.releng.target</module>
<module>../org.openetcs.target.feature</module>
<module>../org.openetcs.pror.tracing</module>
<module>../org.openetcs.pror.tracing.sysml</module>
<module>../org.openetcs.pror.tracing.test</module>
<module>../org.openetcs.sysml.constraints</module>
<module>../org.openetcs.sysml.constraints.feature</module>
Expand Down

0 comments on commit 4b67059

Please sign in to comment.