Skip to content

Commit

Permalink
Clean up BuildFiles under Configuration/
Browse files Browse the repository at this point in the history
Clean up BuildFile.xml filea with `xmllint --format`.
  • Loading branch information
fwyzard committed May 5, 2020
1 parent b5b4bf2 commit f7f5e8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions Configuration/DataProcessing/test/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<use name="FWCore/Utilities"/>

<use name="FWCore/Utilities"/>
<bin name="TestConfigDP" file="TestCfg.cpp">
<flags TEST_RUNNER_ARGS=" /bin/bash Configuration/DataProcessing/test run_CfgTest.sh"/>
</bin>
30 changes: 15 additions & 15 deletions Configuration/Skimming/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Common"/>
<use name="DataFormats/EgammaCandidates"/>
<use name="DataFormats/MuonReco"/>
<use name="DataFormats/JetReco"/>
<use name="DataFormats/Common"/>
<use name="Geometry/CaloTopology"/>
<use name="Geometry/Records"/>
<use name="RecoEcal/EgammaCoreTools"/>
<use name="RecoJets/JetAlgorithms"/>
<use name="HLTrigger/HLTcore"/>
<use name="FWCore/Framework"/>
<use name="FWCore/PluginManager"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/Common"/>
<use name="DataFormats/EgammaCandidates"/>
<use name="DataFormats/MuonReco"/>
<use name="DataFormats/JetReco"/>
<use name="DataFormats/Common"/>
<use name="Geometry/CaloTopology"/>
<use name="Geometry/Records"/>
<use name="RecoEcal/EgammaCoreTools"/>
<use name="RecoJets/JetAlgorithms"/>
<use name="HLTrigger/HLTcore"/>
<use name="CommonTools/UtilAlgos"/>
<use name="RecoEgamma/EgammaTools" />
<use name="RecoEgamma/EgammaTools"/>
<use name="PhysicsTools/UtilAlgos"/>
<use name="DataFormats/Candidate"/>
<use name="DataFormats/Luminosity"/>
Expand All @@ -24,4 +24,4 @@
<use name="TrackingTools/PatternTools"/>
<use name="TrackingTools/TransientTrack"/>
<use name="TrackingTools/Records"/>
<flags EDM_PLUGIN="1"/>
<flags EDM_PLUGIN="1"/>

0 comments on commit f7f5e8a

Please sign in to comment.