Commit 64fc4a48 authored by Matthias Simon's avatar Matthias Simon
Browse files

Copy TTCN3_PART1

parent b1a2d589
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
</classpath>
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="de.ugoe.cs.swe.trex.ui.rulebuilder"/>
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/>
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
</launchConfiguration>
+1 −0
Original line number Diff line number Diff line
.DEPENDENCIES

core_language/.project

0 → 100644
+44 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>ATS</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
			<triggers>full,incremental,</triggers>
			<arguments>
				<dictionary>
					<key>LaunchConfigHandle</key>
					<value>&lt;project&gt;/.externalToolBuilders/de.ugoe.cs.swe.trex.ui.rulebuilder.launch</value>
				</dictionary>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.testingtech.ttworkbench.ttthree.modelBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.testingtech.ttworkbench.ttthree.todoBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>com.testingtech.ttworkbench.ttthree.tt3pluginbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>com.testingtech.ttworkbench.core.ttcn3nature</nature>
		<nature>de.ugoe.cs.swe.trex.ui.trexnature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
	</natures>
</projectDescription>
+23 −0
Original line number Diff line number Diff line
eclipse.preferences.version=1
keep_migrated_project_properties=true
notify-maint-contract-expire=false
notify-maint-contract-expired=true
reporting=2
standard-compliance=error
tt3-plugins-path=
ttcn3-version=0
ttcn3.continue_on_fail=true
ttcn3.gen_debug_code_record_init=false
ttcn3.generate_mlf=false
ttcn3.java_compile_all_at_once=true
ttcn3.main_module=
ttcn3.mlf_class=com.testingtech.ttcn.tri.PluginTestAdapter
ttcn3.mlf_class_builtin=com.testingtech.ttcn.tri.PluginTestAdapter
ttcn3.mlf_jar=
ttcn3.mlf_radiobutton=1
ttcn3.mlf_ta_config=taconfig.xml
ttcn3.output_folder=//PROJECT_NAME//ttcn3build
ttcn3.output_same_as_src=false
ttcn3.source_folders=//PROJECT_NAME//05_basic_language_elements/0504_parametrization/050401_formal_parameters/050401_top_level
ttcn3.use_bigint=true
ttcn3.use_destination_path_for_ttcn3view=true
Loading