Bug 4460 - Util project is too general project name 33/28333/3
authorVaclav Demcak <vdemcak@cisco.com>
Tue, 13 Oct 2015 12:05:32 +0000 (14:05 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 19 Oct 2015 10:21:54 +0000 (10:21 +0000)
commit721e833bec7d967c8c3fa57db2bf80d8812c2c4e
tree0c4bd5a55ad5976abd0548889580e0ff3e4d0fd4
parent1bab57414997362845756a427c5306076cdaf96c
Bug 4460 -  Util project is too general project name

Project with name "util" is too general. I guess, this project
is not common util project for whole Openflow or ODL projects.
So name has to be change to "openflowjava-util" because it looks
like util project only for openflowjava parent.

Change-Id: I5e5477b10c2542ae84a0cf4ffa3a5bec95e07004
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
12 files changed:
artifacts/pom.xml
features/pom.xml
features/src/main/features/features.xml
openflow-protocol-impl/pom.xml
openflowjava-util/pom.xml [moved from util/pom.xml with 94% similarity]
openflowjava-util/src/main/java/org/opendaylight/openflowjava/util/ByteBufUtils.java [moved from util/src/main/java/org/opendaylight/openflowjava/util/ByteBufUtils.java with 100% similarity]
openflowjava-util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactory.java [moved from util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactory.java with 100% similarity]
openflowjava-util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactory.java [moved from util/src/main/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactory.java with 100% similarity]
openflowjava-util/src/test/java/org/opendaylight/openflowjava/util/ByteBufUtilsTest.java [moved from util/src/test/java/org/opendaylight/openflowjava/util/ByteBufUtilsTest.java with 100% similarity]
openflowjava-util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactoryTest.java [moved from util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterDeserializerKeyFactoryTest.java with 100% similarity]
openflowjava-util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactoryTest.java [moved from util/src/test/java/org/opendaylight/openflowjava/util/ExperimenterSerializerKeyFactoryTest.java with 100% similarity]
pom.xml