From 159164138dd0a64af5a3e2b96e1d7de5cad4b139 Mon Sep 17 00:00:00 2001 From: Michal Polkorab Date: Thu, 13 Oct 2016 16:01:30 +0000 Subject: [PATCH] Revert "Move the Openflow connections blueprint to OpenflowJava project" This reverts commit 4de7239667ec58eef9e2759e1501b9d1cf862cdd. Change-Id: I45a74aa32abb1ac16ab403fb4cac8a39a307b00c Signed-off-by: Michal Polkorab --- artifacts/pom.xml | 14 ---- features/pom.xml | 14 ---- features/src/main/features/features.xml | 3 - openflowjava-blueprint-config/pom.xml | 66 ------------------- .../default-openflow-connection-config.xml | 17 ----- .../legacy-openflow-connection-config.xml | 17 ----- .../opendaylight/blueprint/openflowjava.xml | 34 ---------- pom.xml | 1 - 8 files changed, 166 deletions(-) delete mode 100644 openflowjava-blueprint-config/pom.xml delete mode 100644 openflowjava-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml delete mode 100644 openflowjava-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml delete mode 100644 openflowjava-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowjava.xml diff --git a/artifacts/pom.xml b/artifacts/pom.xml index a54a33e0..5d88c467 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -42,20 +42,6 @@ test-jar test - - org.opendaylight.openflowjava - openflowjava-blueprint-config - ${project.version} - xml - config - - - org.opendaylight.openflowjava - openflowjava-blueprint-config - ${project.version} - xml - legacyConfig - ${project.groupId} openflow-protocol-spi diff --git a/features/pom.xml b/features/pom.xml index 099cebe7..78c6d669 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -126,20 +126,6 @@ org.opendaylight.openflowjava openflow-protocol-impl - - - org.opendaylight.openflowjava - openflowjava-blueprint-config - xml - config - - - org.opendaylight.openflowjava - openflowjava-blueprint-config - xml - legacyConfig - - org.opendaylight.openflowjava openflowjava-util diff --git a/features/src/main/features/features.xml b/features/src/main/features/features.xml index 63be9313..bd3b359e 100644 --- a/features/src/main/features/features.xml +++ b/features/src/main/features/features.xml @@ -22,9 +22,6 @@ mvn:org.opendaylight.openflowjava/openflow-protocol-spi/{{VERSION}} mvn:org.opendaylight.openflowjava/openflow-protocol-impl/{{VERSION}} mvn:org.opendaylight.openflowjava/openflowjava-util/{{VERSION}} - mvn:org.opendaylight.openflowjava/openflowjava-blueprint-config/{{VERSION}} mvn:org.opendaylight.openflowjava/openflowjava-config/${project.version}/xml/configstats - mvn:org.opendaylight.openflowjava/openflowjava-blueprint-config/${project.version}/xml/config - mvn:org.opendaylight.openflowjava/openflowjava-blueprint-config/${project.version}/xml/legacyConfig diff --git a/openflowjava-blueprint-config/pom.xml b/openflowjava-blueprint-config/pom.xml deleted file mode 100644 index c3e6c6ca..00000000 --- a/openflowjava-blueprint-config/pom.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - 4.0.0 - - - org.opendaylight.openflowjava - openflowjava-parent - 0.9.0-SNAPSHOT - ../parent - - openflowjava-blueprint-config - Blueprint configuration files for openflowjava statistics - bundle - Openflow Protocol Library - Blueprint Config - - https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main - HEAD - - - - - org.apache.felix - maven-bundle-plugin - true - - - * - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/initial/default-openflow-connection-config.xml - xml - config - - - ${project.build.directory}/classes/initial/legacy-openflow-connection-config.xml - xml - legacyConfig - - - - - - - - - diff --git a/openflowjava-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml b/openflowjava-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml deleted file mode 100644 index 48f8bf55..00000000 --- a/openflowjava-blueprint-config/src/main/resources/initial/default-openflow-connection-config.xml +++ /dev/null @@ -1,17 +0,0 @@ - - openflow-switch-connection-provider-default-impl - 6633 - TCP - - configuration/ssl/ctl.jks - JKS - PATH - opendaylight - configuration/ssl/truststore.jks - JKS - PATH - opendaylight - opendaylight - - - \ No newline at end of file diff --git a/openflowjava-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml b/openflowjava-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml deleted file mode 100644 index 7772ecc8..00000000 --- a/openflowjava-blueprint-config/src/main/resources/initial/legacy-openflow-connection-config.xml +++ /dev/null @@ -1,17 +0,0 @@ - - openflow-switch-connection-provider-legacy-impl - 6653 - TCP - - configuration/ssl/ctl.jks - JKS - PATH - opendaylight - configuration/ssl/truststore.jks - JKS - PATH - opendaylight - opendaylight - - - \ No newline at end of file diff --git a/openflowjava-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowjava.xml b/openflowjava-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowjava.xml deleted file mode 100644 index 2cd5a070..00000000 --- a/openflowjava-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowjava.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 0ed98352..05052397 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,6 @@ artifacts features openflowjava-config - openflowjava-blueprint-config openflow-protocol-api openflow-protocol-impl openflow-protocol-it -- 2.36.6