Skip to content

Commit 07132cb

Browse files
Add .project and .cproject
1 parent 4d124a4 commit 07132cb

File tree

2 files changed

+259
-0
lines changed

2 files changed

+259
-0
lines changed

.cproject

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
3+
<storageModule moduleId="org.eclipse.cdt.core.settings">
4+
<cconfiguration id="org.omnetpp.cdt.gnu.config.debug.240535479">
5+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="org.omnetpp.cdt.gnu.config.debug.240535479" moduleId="org.eclipse.cdt.core.settings" name="gcc-debug">
6+
<externalSettings/>
7+
<extensions>
8+
<extension id="org.eclipse.cdt.core.MachO64" point="org.eclipse.cdt.core.BinaryParser"/>
9+
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
10+
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
11+
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
12+
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
13+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
14+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
15+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
16+
</extensions>
17+
</storageModule>
18+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
19+
<configuration artifactName="${ProjName}" buildProperties="" description="" id="org.omnetpp.cdt.gnu.config.debug.240535479" name="gcc-debug" parent="org.omnetpp.cdt.gnu.config.debug">
20+
<folderInfo id="org.omnetpp.cdt.gnu.config.debug.240535479." name="/" resourcePath="">
21+
<toolChain id="org.omnetpp.cdt.gnu.toolchain.debug.830314518" name="GCC for OMNeT++" superClass="org.omnetpp.cdt.gnu.toolchain.debug">
22+
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.MachO64;org.eclipse.cdt.core.PE" id="org.omnetpp.cdt.targetPlatform.1175350791" isAbstract="false" name="Windows, Linux, Mac" osList="win32,linux,macosx" superClass="org.omnetpp.cdt.targetPlatform"/>
23+
<builder arguments="MODE=debug" autoBuildTarget="all" buildPath="${ProjDirPath}" cleanBuildTarget="clean" command="make" enableAutoBuild="false" enableCleanBuild="true" enabledIncrementalBuild="true" id="org.omnetpp.cdt.gnu.builder.debug.1123895100" incrementalBuildTarget="all" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="OMNeT++ Make Builder (opp_makemake)" parallelBuildOn="true" parallelizationNumber="optimal" superClass="org.omnetpp.cdt.gnu.builder.debug"/>
24+
<tool id="cdt.managedbuild.tool.gnu.archiver.base.1761731509" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base"/>
25+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.base.1207984331" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.base">
26+
<option id="gnu.cpp.compiler.option.preprocessor.def.239238640" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" useByScannerDiscovery="false"/>
27+
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.2124742868" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
28+
</tool>
29+
<tool id="cdt.managedbuild.tool.gnu.c.compiler.base.1264891558" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.base">
30+
<option id="gnu.c.compiler.option.preprocessor.def.symbols.811113370" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false"/>
31+
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.123135156" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
32+
</tool>
33+
<tool id="cdt.managedbuild.tool.gnu.c.linker.base.1247239631" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.base"/>
34+
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.base.1245029784" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.base">
35+
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.87228616" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
36+
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
37+
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
38+
</inputType>
39+
</tool>
40+
<tool id="cdt.managedbuild.tool.gnu.assembler.base.433901735" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.base">
41+
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1890816242" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
42+
</tool>
43+
</toolChain>
44+
</folderInfo>
45+
<sourceEntries>
46+
<entry excluding="corenetwork/nodes/cars" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/>
47+
</sourceEntries>
48+
</configuration>
49+
</storageModule>
50+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
51+
</cconfiguration>
52+
<cconfiguration id="org.omnetpp.cdt.gnu.config.release.708846711">
53+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="org.omnetpp.cdt.gnu.config.release.708846711" moduleId="org.eclipse.cdt.core.settings" name="gcc-release">
54+
<externalSettings/>
55+
<extensions>
56+
<extension id="org.eclipse.cdt.core.MachO64" point="org.eclipse.cdt.core.BinaryParser"/>
57+
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
58+
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
59+
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
60+
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
61+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
62+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
63+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
64+
</extensions>
65+
</storageModule>
66+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
67+
<configuration artifactName="${ProjName}" buildProperties="" description="" id="org.omnetpp.cdt.gnu.config.release.708846711" name="gcc-release" parent="org.omnetpp.cdt.gnu.config.release">
68+
<folderInfo id="org.omnetpp.cdt.gnu.config.release.708846711." name="/" resourcePath="">
69+
<toolChain id="org.omnetpp.cdt.gnu.toolchain.release.797979391" name="GCC for OMNeT++" superClass="org.omnetpp.cdt.gnu.toolchain.release">
70+
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.MachO64;org.eclipse.cdt.core.PE" id="org.omnetpp.cdt.targetPlatform.666673557" isAbstract="false" name="Windows, Linux, Mac" osList="win32,linux,macosx" superClass="org.omnetpp.cdt.targetPlatform"/>
71+
<builder id="org.omnetpp.cdt.gnu.builder.release.106409899" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="OMNeT++ Make Builder (opp_makemake)" superClass="org.omnetpp.cdt.gnu.builder.release"/>
72+
<tool id="cdt.managedbuild.tool.gnu.archiver.base.701270765" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base"/>
73+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.base.170720259" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.base">
74+
<option id="gnu.cpp.compiler.option.preprocessor.def.1577128336" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" useByScannerDiscovery="false"/>
75+
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.373694638" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
76+
</tool>
77+
<tool id="cdt.managedbuild.tool.gnu.c.compiler.base.855195235" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.base">
78+
<option id="gnu.c.compiler.option.preprocessor.def.symbols.1015380154" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false"/>
79+
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.831204034" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
80+
</tool>
81+
<tool id="cdt.managedbuild.tool.gnu.c.linker.base.640807459" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.base"/>
82+
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.base.1214677774" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.base">
83+
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.1165512349" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
84+
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
85+
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
86+
</inputType>
87+
</tool>
88+
<tool id="cdt.managedbuild.tool.gnu.assembler.base.1759902565" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.base">
89+
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1529395968" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
90+
</tool>
91+
</toolChain>
92+
</folderInfo>
93+
<sourceEntries>
94+
<entry excluding="corenetwork/nodes/cars" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/>
95+
</sourceEntries>
96+
</configuration>
97+
</storageModule>
98+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
99+
</cconfiguration>
100+
<cconfiguration id="org.omnetpp.cdt.msvc.config.debug.429317958">
101+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="org.omnetpp.cdt.msvc.config.debug.429317958" moduleId="org.eclipse.cdt.core.settings" name="msvc-debug">
102+
<externalSettings/>
103+
<extensions>
104+
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
105+
<extension id="org.eclipse.cdt.core.PE" point="org.eclipse.cdt.core.BinaryParser"/>
106+
<extension id="org.eclipse.cdt.core.VCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
107+
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
108+
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
109+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
110+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
111+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
112+
<extension id="org.eclipse.cdt.core.MakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
113+
<extension id="org.eclipse.cdt.autotools.core.ErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
114+
</extensions>
115+
</storageModule>
116+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
117+
<configuration artifactName="${ProjName}" buildProperties="" description="" id="org.omnetpp.cdt.msvc.config.debug.429317958" name="msvc-debug" parent="org.omnetpp.cdt.msvc.config.debug.429317958">
118+
<folderInfo id="org.omnetpp.cdt.msvc.config.debug.429317958." name="/" resourcePath="">
119+
<toolChain id="org.omnetpp.cdt.msvc.toolchain.debug.437317047" name="Microsoft Visual C++ for OMNeT++">
120+
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.PE" id="org.omnetpp.cdt.msvc.targetPlatform.858231411" name="Windows" osList="win32"/>
121+
<builder buildPath="${workspace_loc:/simulte}/msvc-debug" id="org.omnetpp.cdt.msvc.builder.debug.414623682" keepEnvironmentInBuildfile="false" name="OMNeT++ Make Builder (opp_nmakemake - not supported)"/>
122+
</toolChain>
123+
</folderInfo>
124+
<folderInfo id="org.omnetpp.cdt.msvc.config.debug.429317958.1089708063" name="/" resourcePath="src">
125+
<toolChain id="org.omnetpp.cdt.msvc.toolchain.debug.1825022989" name="Microsoft Visual C++ for OMNeT++" unusedChildren=""/>
126+
</folderInfo>
127+
<folderInfo id="org.omnetpp.cdt.msvc.config.debug.429317958.1381813157" name="/" resourcePath="simulations/networks/cars">
128+
<toolChain id="org.omnetpp.cdt.msvc.toolchain.debug.1768837818" name="Microsoft Visual C++ for OMNeT++" unusedChildren=""/>
129+
</folderInfo>
130+
<sourceEntries>
131+
<entry excluding="corenetwork/nodes/cars" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/>
132+
</sourceEntries>
133+
</configuration>
134+
</storageModule>
135+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
136+
</cconfiguration>
137+
</storageModule>
138+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
139+
<project id="lte.org.omnetpp.cdt.omnetppProjectType.2046274091" name="OMNeT++ Simulation" projectType="org.omnetpp.cdt.omnetppProjectType"/>
140+
</storageModule>
141+
<storageModule moduleId="refreshScope" versionNumber="2">
142+
<configuration configurationName="gcc-release">
143+
<resource resourceType="PROJECT" workspacePath="/simu5G"/>
144+
</configuration>
145+
<configuration configurationName="msvc-debug">
146+
<resource resourceType="PROJECT" workspacePath="/simu5G"/>
147+
</configuration>
148+
<configuration configurationName="gcc-debug">
149+
<resource resourceType="PROJECT" workspacePath="/simu5G"/>
150+
</configuration>
151+
</storageModule>
152+
<storageModule moduleId="scannerConfiguration">
153+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
154+
<scannerConfigBuildInfo instanceId="org.omnetpp.cdt.gnu.config.debug.240535479">
155+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.omnetpp.cdt.OmnetppGCCPerProjectProfile"/>
156+
</scannerConfigBuildInfo>
157+
<scannerConfigBuildInfo instanceId="org.omnetpp.cdt.gnu.config.release.708846711">
158+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.omnetpp.cdt.OmnetppGCCPerProjectProfile"/>
159+
</scannerConfigBuildInfo>
160+
</storageModule>
161+
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
162+
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
163+
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets"/>
164+
</cproject>

.project

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>simu5G</name>
4+
<comment></comment>
5+
<projects>
6+
<project>inet4</project>
7+
</projects>
8+
<buildSpec>
9+
<buildCommand>
10+
<name>org.omnetpp.cdt.MakefileBuilder</name>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>org.omnetpp.scave.builder.vectorfileindexer</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
21+
<triggers>clean,full,incremental,</triggers>
22+
<arguments>
23+
<dictionary>
24+
<key>?name?</key>
25+
<value></value>
26+
</dictionary>
27+
<dictionary>
28+
<key>org.eclipse.cdt.make.core.append_environment</key>
29+
<value>true</value>
30+
</dictionary>
31+
<dictionary>
32+
<key>org.eclipse.cdt.make.core.autoBuildTarget</key>
33+
<value>all</value>
34+
</dictionary>
35+
<dictionary>
36+
<key>org.eclipse.cdt.make.core.buildArguments</key>
37+
<value>MODE=debug CONFIGNAME=${ConfigName}</value>
38+
</dictionary>
39+
<dictionary>
40+
<key>org.eclipse.cdt.make.core.buildCommand</key>
41+
<value>make</value>
42+
</dictionary>
43+
<dictionary>
44+
<key>org.eclipse.cdt.make.core.buildLocation</key>
45+
<value>${ProjDirPath}</value>
46+
</dictionary>
47+
<dictionary>
48+
<key>org.eclipse.cdt.make.core.cleanBuildTarget</key>
49+
<value>clean</value>
50+
</dictionary>
51+
<dictionary>
52+
<key>org.eclipse.cdt.make.core.contents</key>
53+
<value>org.eclipse.cdt.make.core.activeConfigSettings</value>
54+
</dictionary>
55+
<dictionary>
56+
<key>org.eclipse.cdt.make.core.enableAutoBuild</key>
57+
<value>false</value>
58+
</dictionary>
59+
<dictionary>
60+
<key>org.eclipse.cdt.make.core.enableCleanBuild</key>
61+
<value>true</value>
62+
</dictionary>
63+
<dictionary>
64+
<key>org.eclipse.cdt.make.core.enableFullBuild</key>
65+
<value>true</value>
66+
</dictionary>
67+
<dictionary>
68+
<key>org.eclipse.cdt.make.core.fullBuildTarget</key>
69+
<value>all</value>
70+
</dictionary>
71+
<dictionary>
72+
<key>org.eclipse.cdt.make.core.stopOnError</key>
73+
<value>true</value>
74+
</dictionary>
75+
<dictionary>
76+
<key>org.eclipse.cdt.make.core.useDefaultBuildCmd</key>
77+
<value>true</value>
78+
</dictionary>
79+
</arguments>
80+
</buildCommand>
81+
<buildCommand>
82+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
83+
<triggers>full,incremental,</triggers>
84+
<arguments>
85+
</arguments>
86+
</buildCommand>
87+
</buildSpec>
88+
<natures>
89+
<nature>org.eclipse.cdt.core.cnature</nature>
90+
<nature>org.eclipse.cdt.core.ccnature</nature>
91+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
92+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
93+
<nature>org.omnetpp.main.omnetppnature</nature>
94+
</natures>
95+
</projectDescription>

0 commit comments

Comments
 (0)