diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-28 16:38:50 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-03-28 16:43:14 +0100 |
commit | fa85d46af0b91477cf354947df628af0dc0d2800 (patch) | |
tree | b18b775d232560f57eaeb3f43d0861b98201d4ef /demo/thirdparty/unlockoslo-alpha-3/.gitignore | |
parent | 52401b170d8f1c9deaa153acca76e7d6060a06df (diff) | |
download | ee-python-fa85d46af0b91477cf354947df628af0dc0d2800.tar.gz ee-python-fa85d46af0b91477cf354947df628af0dc0d2800.tar.bz2 ee-python-fa85d46af0b91477cf354947df628af0dc0d2800.tar.xz ee-python-fa85d46af0b91477cf354947df628af0dc0d2800.zip |
ee.xsd:
o Renaming <part-uri> to <part-reference>.
o Adding <supplier> on <part>, removing from <supplier-part-number>. A
part can have exactly one part.
create-order:
o Creating anonymous part objects, with two references, one schematic
reference and one part-uri reference to the selected part.
o Redoing how the order is calculated with the new ObjDb structure.
ee.part.Part:
o Absorbing bom_file_utils into Part. Much better wrapper object around
the xml goop.
Diffstat (limited to 'demo/thirdparty/unlockoslo-alpha-3/.gitignore')
-rw-r--r-- | demo/thirdparty/unlockoslo-alpha-3/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/thirdparty/unlockoslo-alpha-3/.gitignore b/demo/thirdparty/unlockoslo-alpha-3/.gitignore new file mode 100644 index 0000000..d8f275d --- /dev/null +++ b/demo/thirdparty/unlockoslo-alpha-3/.gitignore @@ -0,0 +1,2 @@ +.ee +.ninja_* |