Commit b03a99f4 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ updated target definition and launch configurations, readme

parent e5d1b473
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ A critical issue for ETSI in developing test suites is the readability, consiste

Recent versions:

* T3Q v2.1.1 ([Release](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21) / [Direct download](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21/downloads/release-archive) / [Release notes](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/wikis/Release-Notes))
* T3Q v2.1.0b5 ([Release](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21) / [Direct download](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21/downloads/release-archive) / [Release notes](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/wikis/Release-Notes))
* T3Q v2.1.1 ([Release](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21) / [Direct download](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21/downloads/release-archive))
* T3Q v2.1.0b5 ([Release](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21) / [Direct download](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases/20260324.17.21/downloads/release-archive))

See also the [Releases Page](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/releases) for a full list of the releases, including beta releases.

@@ -51,14 +51,10 @@ Interim snapshot builds are also available from the Packages / Releases areas on

## Usage

See wiki.
See [wiki page](https://labs.etsi.org/rep/mts/ttcn3/t3q/-/wikis/home/Usage).

## Development

TODO: update all links
TODO: add and rename launch configurations


### Requirements and Getting Started
* The project can be built using Maven or Eclipse (or also Maven in Eclipse (M2E))
    * For development it is recommended to setup an Eclipse environment
+1 −1
Original line number Diff line number Diff line
@@ -4,9 +4,9 @@
	<locations>
		<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
			<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
			<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
			<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
			<!--  are these needed still? -> move to dev?
			<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
			<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
			<unit id="org.eclipse.draw2d.feature.group" version="0.0.0"/>
			-->
+0 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.emf.mwe2.launch.Mwe2LaunchConfigurationType">
    <stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;resources&gt;&#10;&lt;item path=&quot;/de.ugoe.cs.swe.TTCN3&quot; type=&quot;4&quot;/&gt;&#10;&lt;item path=&quot;/de.ugoe.cs.swe.TTCN3.generator&quot; type=&quot;4&quot;/&gt;&#10;&lt;item path=&quot;/de.ugoe.cs.swe.TTCN3.tests&quot; type=&quot;4&quot;/&gt;&#10;&lt;item path=&quot;/de.ugoe.cs.swe.TTCN3.ui&quot; type=&quot;4&quot;/&gt;&#10;&lt;/resources&gt;}"/>
    <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
        <listEntry value="/de.ugoe.cs.swe.TTCN3"/>
    </listAttribute>
    <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
        <listEntry value="4"/>
    </listAttribute>
    <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
        <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
        <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
    </listAttribute>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
    <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
    <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher"/>
    <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="de.ugoe.cs.swe.TTCN3"/>
    <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="src/de/ugoe/cs/swe/GenerateTTCN3.mwe2"/>
    <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="de.ugoe.cs.swe.TTCN3"/>
    <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx3g -Xms2g"/>
</launchConfiguration>
+0 −1090

File deleted.

Preview size limit exceeded, changes collapsed.

Loading