Thomas Vachuska
Committed by Gerrit Code Review

Renaming 'exp' to 'incubator'.

Change-Id: I184f756b463dce31634410f4f3bf180cbe6c8adb
Showing 17 changed files with 44 additions and 30 deletions
......@@ -68,7 +68,7 @@
<group>
<title>Incubator for Network Model &amp; Services</title>
<packages>
org.onosproject.exp:org.onosproject.exp.*
org.onosproject.exp:org.onosproject.incubator.*
</packages>
</group>
</groups>
......
......@@ -61,7 +61,7 @@
<group>
<title>Incubator for Network Model &amp; Services</title>
<packages>
org.onosproject.exp:org.onosproject.exp.*
org.onosproject.exp:org.onosproject.incubator.*
</packages>
</group>
<group>
......@@ -79,7 +79,7 @@
<group>
<title>Incubator for Core Subsystems &amp; Distributed Stores</title>
<packages>
org.onosproject.exp.net.impl:org.onosproject.exp.store.impl
org.onosproject.incubator.net.impl:org.onosproject.incubator.store.impl
</packages>
</group>
<group>
......
......@@ -21,15 +21,15 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-exp</artifactId>
<artifactId>onos-incubator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>onos-exp-api</artifactId>
<artifactId>onos-incubator-api</artifactId>
<packaging>bundle</packaging>
<description>ONOS Incubator API</description>
<description>ONOS incubating core API</description>
<dependencies>
<dependency>
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onosproject.exp.net.config;
package org.onosproject.incubator.net.config;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onosproject.exp.net.config;
package org.onosproject.incubator.net.config;
/**
* Delegate for notification when configuration changes have been applied.
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onosproject.exp.net.config;
package org.onosproject.incubator.net.config;
/**
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onosproject.exp.net.config;
package org.onosproject.incubator.net.config;
import java.util.Set;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onosproject.exp.net.config;
package org.onosproject.incubator.net.config;
import java.util.Set;
......
......@@ -17,4 +17,4 @@
/**
* Subsystem for tracking network environment configuration.
*/
package org.onosproject.exp.net.config;
\ No newline at end of file
package org.onosproject.incubator.net.config;
\ No newline at end of file
......
......@@ -15,6 +15,6 @@
*/
/**
* Experimental network model abstractions and APIs.
* Incubating network model abstractions and APIs.
*/
package org.onosproject.exp.net;
\ No newline at end of file
package org.onosproject.incubator.net;
\ No newline at end of file
......
......@@ -15,6 +15,6 @@
*/
/**
* Experimental abstractions and APIs.
* Incubating abstractions and APIs.
*/
package org.onosproject.exp;
\ No newline at end of file
package org.onosproject.incubator;
\ No newline at end of file
......
......@@ -21,26 +21,26 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-exp</artifactId>
<artifactId>onos-incubator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>onos-exp-net</artifactId>
<artifactId>onos-incubator-net</artifactId>
<packaging>bundle</packaging>
<description>ONOS network control core incubator subsystems</description>
<description>ONOS incubating network control core subsystems</description>
<dependencies>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-exp-api</artifactId>
<artifactId>onos-incubator-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-exp-api</artifactId>
<artifactId>onos-incubator-api</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
......
......@@ -15,6 +15,6 @@
*/
/**
* Implementations of experimental core subsystems.
* Implementations of incubating core subsystems.
*/
package org.onosproject.exp.net.impl;
\ No newline at end of file
package org.onosproject.incubator.net.impl;
\ No newline at end of file
......
......@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>onos-exp</artifactId>
<artifactId>onos-incubator</artifactId>
<packaging>pom</packaging>
<description>ONOS Incubator root project</description>
......
......@@ -21,19 +21,33 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-exp</artifactId>
<artifactId>onos-incubator</artifactId>
<version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>onos-exp-store</artifactId>
<artifactId>onos-incubator-store</artifactId>
<packaging>bundle</packaging>
<description>ONOS distributed store incubator subsystems</description>
<description>ONOS incubating distributed store subsystems</description>
<dependencies>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-incubator-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-incubator-api</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-core-dist</artifactId>
<version>${project.version}</version>
</dependency>
......
......@@ -15,6 +15,6 @@
*/
/**
* Experimental distributed store implementations.
* Incubating distributed store implementations.
*/
package org.onosproject.exp.store.impl;
\ No newline at end of file
package org.onosproject.incubator.store.impl;
\ No newline at end of file
......
......@@ -48,7 +48,7 @@
<module>drivers</module>
<module>openflow</module>
<module>apps</module>
<module>exp</module>
<module>incubator</module>
<module>features</module>
<module>tools/package/branding</module>
</modules>
......