diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-25 16:17:28 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-10-25 16:17:28 +0000 |
commit | 4de927647804b8ae7bc214dd7f9fd5eaf45853d1 (patch) | |
tree | d1c1c503b0b78ceb3c1e9a65fc7ed0c95ebe604f /Tools/build.xml | |
parent | e1869179c62a6542dbbe559e418e55e50cdbd3cd (diff) | |
download | edk2-platforms-4de927647804b8ae7bc214dd7f9fd5eaf45853d1.tar.xz |
Added the DbTools that will update the FrameworkDatabase.db file based on what is found after scanning the WORKSPACE environment - entries for new SPD and FPD files that are found during the scan are added, and the entries for SPD and FPD files that are listed in the database, but are not in the current workspace are deleted.
Modified AllResource to include only files that are not compiled.
Added the MSA entries to the SPD file for all modules that are compiled, both Java and C.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1839 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/build.xml')
-rw-r--r-- | Tools/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/build.xml b/Tools/build.xml index 19c8de2489..4b02c253f6 100644 --- a/Tools/build.xml +++ b/Tools/build.xml @@ -42,6 +42,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Java/Source/ContextTool/build.xml
Java/Source/Merge/build.xml
Java/Source/CheckTools/build.xml
+ Java/Source/DbTools/build.xml
"/>
</subant>
<echo message="The EDK II Java Tools build has completed!"/>
@@ -184,6 +185,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Java/Source/ContextTool/build.xml
Java/Source/Merge/build.xml
Java/Source/CheckTools/build.xml
+ Java/Source/DbTools/build.xml
CCode/Source/build.xml
"/>
</subant>
@@ -236,6 +238,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Java/Source/ContextTool/build.xml
Java/Source/Merge/build.xml
Java/Source/CheckTools/build.xml
+ Java/Source/DbTools/build.xml
CCode/Source/build.xml
"/>
</subant>
|