mirror of
http://172.16.200.102/INGEQUIP/Capella2AADL.git
synced 2025-12-04 18:47:58 +01:00
Initial commit.
This commit is contained in:
2
releng/com.irtsaintexupery.capella2aadl.repository/.gitignore
vendored
Normal file
2
releng/com.irtsaintexupery.capella2aadl.repository/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/target/
|
||||
/bin/
|
||||
11
releng/com.irtsaintexupery.capella2aadl.repository/.project
Normal file
11
releng/com.irtsaintexupery.capella2aadl.repository/.project
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>com.irtsaintexupery.capella2aadl.repository</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<site>
|
||||
<feature url="features/com.irtsaintexupery.capella2aadl_1.1.2.qualifier.jar" id="com.irtsaintexupery.capella2aadl" version="1.1.2.qualifier">
|
||||
<category name="Capella transformations"/>
|
||||
</feature>
|
||||
<feature url="features/com.irtsaintexupery.capella2aadl.source_1.1.2.qualifier.jar" id="com.irtsaintexupery.capella2aadl.source" version="1.1.2.qualifier">
|
||||
<category name="Capella transformations"/>
|
||||
</feature>
|
||||
<feature url="features/com.irtsaintexupery.epl_1.0.0.qualifier.jar" id="com.irtsaintexupery.epl" version="1.0.0.qualifier">
|
||||
<category name="Capella transformations"/>
|
||||
</feature>
|
||||
<category-def name="Capella transformations" label="Capella transformations">
|
||||
<description>
|
||||
Features providing transformations from Capella to other modeling languages.
|
||||
</description>
|
||||
</category-def>
|
||||
</site>
|
||||
17
releng/com.irtsaintexupery.capella2aadl.repository/pom.xml
Normal file
17
releng/com.irtsaintexupery.capella2aadl.repository/pom.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<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>com.irtsaintexupery</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../releng/com.irtsaintexupery.parent</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>com.irtsaintexupery.capella2aadl.repository</artifactId>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user