Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete crac-creator package #1100

Merged
merged 9 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 0 additions & 34 deletions data/crac-creation/pom.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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">
<parent>
<artifactId>open-rao-crac-creation</artifactId>
<artifactId>open-rao-crac-io</artifactId>
<groupId>com.powsybl</groupId>
<version>6.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>open-rao-crac-creator-api</artifactId>
<artifactId>open-rao-crac-io-api</artifactId>
bqth29 marked this conversation as resolved.
Show resolved Hide resolved
<packaging>jar</packaging>
<name>Crac creator API</name>
<description>Crac creator API</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
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">
<parent>
<artifactId>open-rao-crac-creation</artifactId>
<artifactId>open-rao-crac-io</artifactId>
<groupId>com.powsybl</groupId>
<version>6.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>open-rao-crac-creator-cim</artifactId>
<artifactId>open-rao-crac-io-cim</artifactId>
<name>CRAC creator - SWE zone</name>
<description>CRAC creator implementation for CRAC specific to SWE zone format</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -54,12 +54,12 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creator-api</artifactId>
<artifactId>open-rao-crac-io-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creation-util</artifactId>
<artifactId>open-rao-crac-io-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
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">
<parent>
<artifactId>open-rao-crac-creation</artifactId>
<artifactId>open-rao-crac-io</artifactId>
<groupId>com.powsybl</groupId>
<version>6.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>open-rao-crac-creator-csa-profiles</artifactId>
<artifactId>open-rao-crac-io-csa-profiles</artifactId>
<name>CRAC creator - CSA Profiles</name>
<description>CRAC creator implementation for CRAC specific to CSA profiles</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -45,12 +45,12 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creator-api</artifactId>
<artifactId>open-rao-crac-io-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creation-util</artifactId>
<artifactId>open-rao-crac-io-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
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">
<parent>
<artifactId>open-rao-crac-creation</artifactId>
<artifactId>open-rao-crac-io</artifactId>
<groupId>com.powsybl</groupId>
<version>6.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>open-rao-crac-creator-cse</artifactId>
<artifactId>open-rao-crac-io-cse</artifactId>
<name>CRAC creator - CSE CC zone</name>
<description>CRAC creator implementation for CSE CC zone format</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -59,12 +59,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creation-util</artifactId>
<artifactId>open-rao-crac-io-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creator-api</artifactId>
<artifactId>open-rao-crac-io-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
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">
<parent>
<artifactId>open-rao-crac-creation</artifactId>
<artifactId>open-rao-crac-io</artifactId>
<groupId>com.powsybl</groupId>
<version>6.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>open-rao-crac-creator-fb-constraint</artifactId>
<artifactId>open-rao-crac-io-fb-constraint</artifactId>
<packaging>jar</packaging>
<name>Flow-based constraint document management</name>
<description>Object model, importer and CRAC creator of a flow-based constraint document</description>
Expand Down Expand Up @@ -56,12 +56,12 @@
<!-- Compile dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creation-util</artifactId>
<artifactId>open-rao-crac-io-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>open-rao-crac-creator-api</artifactId>
<artifactId>open-rao-crac-io-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
Loading
Loading