Skip to content

Commit

Permalink
Merge pull request #205 from xtuml/188_enhance_logging
Browse files Browse the repository at this point in the history
job:  #188  clean up build
  • Loading branch information
cortlandstarrett authored Apr 23, 2024
2 parents ecfe207 + af05b16 commit 46c88b2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion models/AEReception/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class ConanFile(conan.ConanFile):
def requirements(self):
self.requires(f'masl_core/{os.environ["MASL_VERSION"]}@xtuml/stable')
self.requires(f'masl_utils/{os.environ["MASL_VERSION"]}@xtuml/stable')
self.requires(f'asynclogger/{self.version}@xtuml/stable')

def build_requirements(self):
self.tool_requires(f'masl_codegen/{os.environ["MASL_VERSION"]}@xtuml/stable')
Expand Down
1 change: 0 additions & 1 deletion models/PV_PROC/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class ConanFile(conan.ConanFile):
def requirements(self):
self.requires(f'masl_core/{os.environ["MASL_VERSION"]}@xtuml/stable')
self.requires(f'masl_utils/{os.environ["MASL_VERSION"]}@xtuml/stable')
self.requires(f'benchmarkingprobe/{self.version}@xtuml/stable')
self.requires(f'aeordering/{self.version}@xtuml/stable')
self.requires(f'freception/{self.version}@xtuml/stable')
self.requires(f'istore/{self.version}@xtuml/stable')
Expand Down
4 changes: 0 additions & 4 deletions models/PV_PROC/masl/PV_PROC/LOGGER_PROC.prj

This file was deleted.

7 changes: 0 additions & 7 deletions models/PV_PROC/masl/PV_PROC/PV_PROC.prj
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,4 @@ project PV_PROC is
domain VerificationGateway is
end domain;

// This domain is included so the empty implementation is used
domain BenchmarkingProbe is
end domain;

domain AsyncLogger is
end domain;

end project;
1 change: 0 additions & 1 deletion models/VerificationGateway/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class ConanFile(conan.ConanFile):
def requirements(self):
self.requires(f'masl_core/{os.environ["MASL_VERSION"]}@xtuml/stable')
self.requires(f'masl_utils/{os.environ["MASL_VERSION"]}@xtuml/stable')
self.requires(f'asynclogger/{self.version}@xtuml/stable')

def build_requirements(self):
self.tool_requires(f'masl_codegen/{os.environ["MASL_VERSION"]}@xtuml/stable')

0 comments on commit 46c88b2

Please sign in to comment.