ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Jeng/PVStudy/plugins/BuildFile
Revision: 1.2
Committed: Thu Oct 8 14:58:52 2009 UTC (15 years, 7 months ago) by yygao
Branch: MAIN
CVS Tags: V00-01-01, V00-01-00, CMSSW_3_1_2_PileUp_v2, CMSSW_3_1_2_PileUp_v1, V00-00-00, CMSSW_3_1_2_20091015, CMSSW_3_1_2_Yanyan
Branch point for: CMSSW_3_1_2_RecoVtxMatch
Changes since 1.1: +1 -1 lines
Log Message:
update BuildFile to accomondate more plugins

File Contents

# User Rev Content
1 jengbou 1.1 <use name=FWCore/Framework>
2     <use name=FWCore/ParameterSet>
3     <use name=FWCore/Utilities>
4     <use name=FWCore/ServiceRegistry>
5     <use name=FWCore/PluginManager>
6     <use name=CondFormats/BeamSpotObjects>
7     <use name=CondFormats/DataRecord>
8     <use name=boost>
9     <use name=rootrflx>
10    
11     <use name=root>
12     <use name=rootminuit>
13    
14     <use name=UserCode/PVStudy>
15 yygao 1.2 <library file="*.cc" name=UserCodePVStudyPlugins>
16 jengbou 1.1 <flags EDM_PLUGIN=1>
17     </library>
18