Commit 3adbc674 authored by Pakulin's avatar Pakulin
Browse files

Created TTwb project for preATS

parent 9f61408c
Loading
Loading
Loading
Loading

.classpath

0 → 100644
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="com.testingtech.ttworkbench.core.TTWB_LIBRARY"/>
	<classpathentry kind="src" path="javasrc"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="output" path="build"/>
</classpath>

.project

0 → 100644
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>TTCN3_Part_9</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>com.testingtech.ttworkbench.ttthree.modelBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.testingtech.ttworkbench.xcleditor.todoBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>com.testingtech.ttworkbench.core.ttcn3nature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
	</natures>
</projectDescription>
+25 −0
Original line number Diff line number Diff line
eclipse.preferences.version=1
environment.append=true
environment.variables=
keep_migrated_project_properties=true
notify-maint-contract-expire=false
notify-maint-contract-expired=false
reporting=2
standard-compliance=error
tt3-plugins-path=//PROJECT_NAME//tt3plugins
ttcn3-version=10
ttcn3.continue_on_fail=false
ttcn3.gen_debug_code_record_init=false
ttcn3.generate_mlf=false
ttcn3.main_module=
ttcn3.mlf_class=
ttcn3.mlf_class_builtin=com.testingtech.ttcn.tri.PluginTestAdapter
ttcn3.mlf_jar=
ttcn3.mlf_radiobutton=1
ttcn3.mlf_ta_config=
ttcn3.output_folder=//PROJECT_NAME//ttcn3build
ttcn3.output_same_as_src=true
ttcn3.save_log_automatically=false
ttcn3.source_folders=//PROJECT_NAME//07_mapping_xsd_components/0706_complextype_components/070601_complextype_containing_simple_content/07060101_extending_simple_content/Pos_07060101_extending_simple_content_001
ttcn3.tlz.output_folder=
ttcn3.use_bigint=false
+24 −0
Original line number Diff line number Diff line
eclipse.preferences.version=1
gen-xsd-codec=true
xsd-convert-sets-into-records=true
xsd-convert-unions-into-records-of-optionals=false
xsd-generate-all-fields-optional=false
xsd-generate-enumerations=true
xsd-implicitly-import-xsdaux=false
xsd-interleave-text-and-elements=false
xsd-mangle-attribute-names=false
xsd-mangle-element-names=false
xsd-mangle-names-standard-conform=true
xsd-map-any-to-anytype=false
xsd-map-optional-union-fields-to-record-of=true
xsd-map-substitution-groups-with-unions=false
xsd-map-subtyping-with-unions=false
xsd-merge-attributes-into-parent=true
xsd-merge-elements-into-parent=true
xsd-merge-namespaces-into-one-module=false
xsd-output-path=tt3plugins
xsd-package-name=
xsd-profile=standard
xsd-replace-bad-chars-with-underscore=true
xsd-strip-namespaces=false
xsd-use-anyattribute-aux-type=false