Bug 2273: Removed unbuilt third-party code. 42/12342/6
authorEd Warnicke <eaw@cisco.com>
Wed, 29 Oct 2014 19:20:56 +0000 (14:20 -0500)
committerEd Warnicke <eaw@cisco.com>
Thu, 13 Nov 2014 01:18:08 +0000 (01:18 +0000)
commite1c04c5af263a9604a765f1ab98be51dfc51d8cb
treef50f4eee832caeb1605d34f1eb38b81e7787944a
parenta935ffda7f26be29de879a47b426d0db7a28d588
Bug 2273: Removed unbuilt third-party code.

Change-Id: I0158a970b3ae65e6a0c49c93d96ab71928b25dd0
Signed-off-by: Ed Warnicke <eaw@cisco.com>
253 files changed:
pom.xml
third-party/commons/thirdparty/pom.xml [deleted file]
third-party/jersey-servlet/pom.xml [deleted file]
third-party/net.sf.jung2/pom.xml [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/blockmodel/StructurallyEquivalent.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/blockmodel/VertexPartition.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/blockmodel/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/cluster/BicomponentClusterer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/cluster/EdgeBetweennessClusterer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/cluster/VoltageClusterer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/cluster/WeakComponentClusterer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/cluster/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/filters/EdgePredicateFilter.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/filters/Filter.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/filters/FilterUtils.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/filters/KNeighborhoodFilter.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/filters/VertexPredicateFilter.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/filters/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/flows/EdmondsKarpMaxFlow.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/flows/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/EvolvingGraphGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/GraphGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/Lattice2DGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/random/BarabasiAlbertGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/random/EppsteinPowerLawGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/random/ErdosRenyiGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/random/KleinbergSmallWorldGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/random/MixedRandomGraphGenerator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/generators/random/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/importance/AbstractRanker.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/importance/BetweennessCentrality.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/importance/KStepMarkov.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/importance/Ranking.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/importance/RelativeAuthorityRanker.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/importance/WeightedNIPaths.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/AbstractLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/AggregateLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/BalloonLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/CircleLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/DAGLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/FRLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/FRLayout2.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/GraphElementAccessor.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/ISOMLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/KKLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/Layout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/LayoutDecorator.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/PolarPoint.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/RadialTreeLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/RadiusGraphElementAccessor.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/SpringLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/SpringLayout2.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/StaticLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/TreeLayout.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/util/RandomLocationTransformer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/util/Relaxer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/util/VisRunner.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/layout/util/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/matrix/MatrixElementOperations.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/matrix/RealMatrixElementOperations.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/matrix/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/metrics/Metrics.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/metrics/StructuralHoles.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/metrics/TriadicCensus.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/metrics/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/AbstractIterativeScorer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/AbstractIterativeScorerWithPriors.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/BarycenterScorer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/BetweennessCentrality.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/ClosenessCentrality.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/DegreeScorer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/DistanceCentralityScorer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/EdgeScorer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/EigenvectorCentrality.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/HITS.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/HITSWithPriors.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/KStepMarkov.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/PageRank.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/PageRankWithPriors.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/VertexScorer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/VoltageScorer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/util/DelegateToEdgeTransformer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/util/ScoringUtils.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/util/UniformDegreeWeight.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/util/UniformInOut.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/util/VEPair.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/util/VertexScoreTransformer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/scoring/util/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/BFSDistanceLabeler.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/DijkstraDistance.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/DijkstraShortestPath.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/Distance.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/DistanceStatistics.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/MinimumSpanningForest.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/MinimumSpanningForest2.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/PrimMinimumSpanningTree.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/ShortestPath.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/ShortestPathUtils.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/UnweightedShortestPath.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/shortestpath/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/transformation/DirectionTransformer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/transformation/FoldingTransformer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/transformation/VertexPartitionCollapser.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/transformation/package.html [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/BasicMapEntry.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/ConstantMap.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/DiscreteDistribution.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/Indexer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/IterativeContext.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/IterativeProcess.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/KMeansClusterer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/MapBinaryHeap.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/MapSettableTransformer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/SelfLoopEdgePredicate.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/SettableTransformer.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/WeightedChoice.java [deleted file]
third-party/net.sf.jung2/src/main/java/edu/uci/ics/jung/algorithms/util/package.html [deleted file]
third-party/openflowj/LICENSE [deleted file]
third-party/openflowj/Makefile [deleted file]
third-party/openflowj/README [deleted file]
third-party/openflowj/eclipse_codestyle.xml [deleted file]
third-party/openflowj/lib/commons-cli-1.2.jar [deleted file]
third-party/openflowj/lib/junit-4.8.1.jar [deleted file]
third-party/openflowj/pom.xml [deleted file]
third-party/openflowj/src/main/java/org/openflow/example/SelectListener.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/example/SelectLoop.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/example/SimpleController.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/example/cli/Option.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/example/cli/Options.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/example/cli/ParseException.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/example/cli/SimpleCLI.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/io/OFMessageAsyncStream.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/io/OFMessageInStream.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/io/OFMessageOutStream.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/Instantiable.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFBarrierReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFBarrierRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFEchoReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFEchoRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFError.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFFeaturesReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFFeaturesRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFFlowMod.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFFlowRemoved.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFGetConfigReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFGetConfigRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFHello.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFMatch.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFMatchBeanInfo.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFMessage.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFPacketIn.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFPacketOut.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFPhysicalPort.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFPort.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFPortMod.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFPortStatus.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFQueueConfigReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFQueueConfigRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFSetConfig.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFStatisticsMessageBase.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFStatisticsReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFStatisticsRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFSwitchConfig.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFType.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/OFVendor.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/ActionVendorOutputNextHop.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFAction.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionDataLayer.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionDataLayerDestination.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionDataLayerSource.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionEnqueue.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionNetworkLayerAddress.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionNetworkLayerDestination.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionNetworkLayerSource.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionNetworkTypeOfService.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionOutput.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionStripVirtualLan.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionTransportLayer.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionTransportLayerDestination.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionTransportLayerSource.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionType.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionVendor.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionVirtualLanIdentifier.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/action/OFActionVirtualLanPriorityCodePoint.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/BasicFactory.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFActionFactory.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFActionFactoryAware.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFMessageFactory.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFMessageFactoryAware.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFQueuePropertyFactory.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFQueuePropertyFactoryAware.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFStatisticsFactory.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFStatisticsFactoryAware.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/queue/OFPacketQueue.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/queue/OFQueueProperty.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/queue/OFQueuePropertyMinRate.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/queue/OFQueuePropertyType.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFAggregateStatisticsReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFAggregateStatisticsRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFDescriptionStatistics.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFFlowStatisticsReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFFlowStatisticsRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFPortStatisticsReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFPortStatisticsRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFQueueStatisticsReply.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFQueueStatisticsRequest.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFStatistics.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFStatisticsType.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFTableStatistics.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/protocol/statistics/OFVendorStatistics.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/HexString.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/LRULinkedHashMap.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/StringByteSerializer.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/U16.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/U32.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/U64.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/U8.java [deleted file]
third-party/openflowj/src/main/java/org/openflow/util/Unsigned.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/io/OFMessageAsyncStreamTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/BasicFactoryTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFActionTypeTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierReplyTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFBarrierRequestTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFErrorTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFFeaturesReplyTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFFlowRemovedTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigReplyTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFGetConfigRequestTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFMatchTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFPortConfigTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFPortStatusTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFQueueConfigTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFSetConfigTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsReplyTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsRequestTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFStatisticsTypeTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFTypeTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/OFVendorTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/protocol/queue/OFQueuePropertyTypeTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/util/HexStringTest.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/util/OFTestCase.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/util/U16Test.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/util/U32Test.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/util/U64Test.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/util/U8Test.java [deleted file]
third-party/openflowj/src/test/java/org/openflow/util/UnsignedTest.java [deleted file]
third-party/org.apache.catalina.filters.CorsFilter/README [deleted file]
third-party/org.apache.catalina.filters.CorsFilter/pom.xml [deleted file]
third-party/org.apache.catalina.filters.CorsFilter/src/main/java/org/apache/catalina/filters/CorsFilter.java [deleted file]