Skip to content

Commit

Permalink
Merge pull request #27 from jpimbert/Story-52-ConfigurationsXML
Browse files Browse the repository at this point in the history
Story 52 configurations xml
  • Loading branch information
jpimbert committed Jul 16, 2014
2 parents 3773ec4 + f534db5 commit ae24000
Show file tree
Hide file tree
Showing 31 changed files with 3,721 additions and 880 deletions.
2 changes: 2 additions & 0 deletions Project/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.xlsm
*.xls
38 changes: 32 additions & 6 deletions Project/VBAToolKit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,12 @@
<modulePath confId="c3">Source\ConfProd\vtkConfigurationManager.cls</modulePath>
</module>
<module mID="m25">
<name>vtkConfigurationManager10Tester</name>
<modulePath confId="c2">Source\ConfTest\vtkConfigurationManager10Tester.cls</modulePath>
<name>vtkConfManagerExcel10Tester</name>
<modulePath confId="c2">Source\ConfTest\vtkConfManagerExcel10Tester.cls</modulePath>
</module>
<module mID="m26">
<name>vtkConfigurationManager11Tester</name>
<modulePath confId="c2">Source\ConfTest\vtkConfigurationManager11Tester.cls</modulePath>
<name>vtkConfManagerExcel11Tester</name>
<modulePath confId="c2">Source\ConfTest\vtkConfManagerExcel11Tester.cls</modulePath>
</module>
<module mID="m27">
<name>vtkConfigurationManagers</name>
Expand Down Expand Up @@ -414,8 +414,8 @@
<modulePath confId="c2">Source\ConfTest\vtkXMLExportTester.cls</modulePath>
</module>
<module mID="m62">
<name>vtkRecreateConfigurationTester</name>
<modulePath confId="c2">Source\ConfTest\vtkRecreateConfigurationTester.cls</modulePath>
<name>vtkRecreateConfExcelTester</name>
<modulePath confId="c2">Source\ConfTest\vtkRecreateConfExcelTester.cls</modulePath>
</module>
<module mID="m63">
<name>vtkRecreateConfigurationForm</name>
Expand Down Expand Up @@ -443,4 +443,30 @@
<modulePath confId="c2">Source\ConfProd\vtkReference.cls</modulePath>
<modulePath confId="c3">Source\ConfProd\vtkReference.cls</modulePath>
</module>
<module mID="m68">
<name>vtkConfigurationManagerExcel</name>
<modulePath confId="c1">Source\ConfProd\vtkConfigurationManagerExcel.cls</modulePath>
<modulePath confId="c2">Source\ConfProd\vtkConfigurationManagerExcel.cls</modulePath>
<modulePath confId="c3">Source\ConfProd\vtkConfigurationManagerExcel.cls</modulePath>
</module>
<module mID="m69">
<name>vtkConfigurationManagerXML</name>
<modulePath confId="c1">Source\ConfProd\vtkConfigurationManagerXML.cls</modulePath>
<modulePath confId="c2">Source\ConfProd\vtkConfigurationManagerXML.cls</modulePath>
<modulePath confId="c3">Source\ConfProd\vtkConfigurationManagerXML.cls</modulePath>
</module>
<module mID="m70">
<name>vtkConfManagerXML20Tester</name>
<modulePath confId="c2">Source\ConfTest\vtkConfManagerXML20Tester.cls</modulePath>
</module>
<module mID="m71">
<name>vtkRecreateConfXMLTester</name>
<modulePath confId="c2">Source\ConfTest\vtkRecreateConfXMLTester.cls</modulePath>
</module>
<module mID="m72">
<name>vtkWaitForm</name>
<modulePath confId="c1">Source\ConfProd\vtkWaitForm.frm</modulePath>
<modulePath confId="c2">Source\ConfProd\vtkWaitForm.frm</modulePath>
<modulePath confId="c3">Source\ConfProd\vtkWaitForm.frm</modulePath>
</module>
</vtkConf>
Binary file removed Project/VBAToolKit_DEV.xlsm
Binary file not shown.
Loading

0 comments on commit ae24000

Please sign in to comment.