Bug:679 - eliminate the use of xtend in openflowplugin 33/6033/2
authorKamal Rameshan <kramesha@cisco.com>
Thu, 10 Apr 2014 18:43:42 +0000 (11:43 -0700)
committerMichal Rehak <mirehak@cisco.com>
Fri, 11 Apr 2014 07:51:26 +0000 (09:51 +0200)
commit79c77d846719ecd91fd5a29177412bcc747e91e8
treeccecda5d11bf258441a027103f81f9ea06e6f292
parent8ca53bdcc3239b3485430a66850ee6770c1beacc
Bug:679 - eliminate the use of xtend in openflowplugin

- replaced xtend classes with pure java classes
- removed xtend dependency and plugin from pom

Change-Id: Ia0fdf0b7162b04143a5e654971536481f28c3b2a
Signed-off-by: Kamal Rameshan <kramesha@cisco.com>
Signed-off-by: Michal Rehak <mirehak@cisco.com>
14 files changed:
drop-test/pom.xml
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestActivator.java [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestActivator.xtend [deleted file]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestCommiter.java [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestCommiter.xtend [deleted file]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestProvider.java [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestProvider.xtend [deleted file]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcProvider.java [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcProvider.xtend [deleted file]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcSender.java [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcSender.xtend [deleted file]
drop-test/src/main/java/org/opendaylight/openflowplugin/outputtest/OutputTestCommandProvider.java
drop-test/src/main/java/org/opendaylight/openflowplugin/outputtest/OutputTestUtil.java [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/outputtest/OutputTestUtil.xtend [deleted file]