Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
253c5727
Commit
253c5727
authored
Apr 25, 2016
by
Lenard Nagy
Browse files
Merge remote-tracking branch 'upstream/master'
parents
a99583c8
bff197e2
Changes
20
Hide whitespace changes
Inline
Side-by-side
TITAN_Designer_feature/feature.xml
View file @
253c5727
...
...
@@ -10,7 +10,7 @@
<feature
id=
"TITAN_Designer"
label=
"TITAN_Designer_Feature"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
provider-name=
"Eclipse Titan Project"
>
<description
url=
"http://ttcn.ericsson.se/download/update_site/releasenotes.pdf"
>
...
...
@@ -162,21 +162,21 @@ This Agreement is governed by the laws of the State of New York and the intellec
id=
"org.eclipse.titan.designer"
download-size=
"3841"
install-size=
"0"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
unpack=
"false"
/>
<plugin
id=
"org.eclipse.titan.help"
download-size=
"10546"
install-size=
"0"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
unpack=
"false"
/>
<plugin
id=
"org.eclipse.titan.common"
download-size=
"532"
install-size=
"0"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
unpack=
"false"
/>
</feature>
TITAN_Executor_feature/feature.xml
View file @
253c5727
...
...
@@ -10,7 +10,7 @@
<feature
id=
"TITAN_Executor"
label=
"TITAN_Executor_Feature"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
provider-name=
"Eclipse Titan Project"
>
<description
url=
"http://ttcn.ericsson.se/download/update_site/releasenotes.pdf"
>
...
...
@@ -156,21 +156,21 @@ This Agreement is governed by the laws of the State of New York and the intellec
id=
"org.eclipse.titan.executor"
download-size=
"720"
install-size=
"0"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
unpack=
"false"
/>
<plugin
id=
"org.eclipse.titan.help"
download-size=
"10546"
install-size=
"0"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
unpack=
"false"
/>
<plugin
id=
"org.eclipse.titan.common"
download-size=
"532"
install-size=
"0"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
unpack=
"false"
/>
</feature>
TITAN_Log_Viewer_Feature/feature.xml
View file @
253c5727
...
...
@@ -10,7 +10,7 @@
<feature
id=
"TITAN_Log_Viewer"
label=
"TITAN Log Viewer"
version=
"5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100"
version=
"5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100"
provider-name=
"Eclipse Titan Project"
>
<description
url=
"http://ttcn.ericsson.se/download/update_site/releasenotes.pdf"
>
...
...
automatic_build/build_config.xml
View file @
253c5727
...
...
@@ -10,7 +10,7 @@
<project
basedir=
"."
name=
"config"
>
<!-- The qualifier of the features -->
<property
name=
"version"
value=
"5.
4.3
.CRL_113_200_5_R
4D
"
/>
<property
name=
"version"
value=
"5.
5.0
.CRL_113_200_5_R
5A
"
/>
<tstamp/>
<property
name=
"timestamp"
value=
"${DSTAMP}-${TSTAMP}"
/>
<property
name=
"version.qualifier"
value=
"${version}_${timestamp}"
/>
...
...
org.eclipse.titan.common/META-INF/MANIFEST.MF
View file @
253c5727
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 23.6-b04 (Oracle Corporation)
Bundle-ManifestVersion: 2
Bundle-Name: Common TITAN on Eclipse Plug-in
Bundle-SymbolicName: org.eclipse.titan.common;singleton:=true
Bundle-Version: 5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100
Bundle-Activator: org.eclipse.titan.common.Activator
Bundle-Vendor: Eclipse Titan Project
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.console,
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.core.filesystem,
org.eclipse.ui.ide,
org.antlr.runtime;bundle-version="4.3.0"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Eclipse-LazyStart: true
Export-Package: org.eclipse.titan.common,
org.eclipse.titan.common.actions,
org.eclipse.titan.common.fieldeditors,
org.eclipse.titan.common.logging,
org.eclipse.titan.common.parsers,
org.eclipse.titan.common.parsers.cfg,
org.eclipse.titan.common.parsers.cfg.indices,
org.eclipse.titan.common.path,
org.eclipse.titan.common.product,
org.eclipse.titan.common.utils,
org.eclipse.titan.common.utils.preferences
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 23.6-b04 (Oracle Corporation)
Bundle-ManifestVersion: 2
Bundle-Name: Common TITAN on Eclipse Plug-in
Bundle-SymbolicName: org.eclipse.titan.common;singleton:=true
Bundle-Version: 5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100
Bundle-Activator: org.eclipse.titan.common.Activator
Bundle-Vendor: Eclipse Titan Project
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.console,
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.core.filesystem,
org.eclipse.ui.ide,
org.antlr.runtime;bundle-version="4.3.0"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Eclipse-LazyStart: true
Export-Package: org.eclipse.titan.common,
org.eclipse.titan.common.actions,
org.eclipse.titan.common.fieldeditors,
org.eclipse.titan.common.logging,
org.eclipse.titan.common.parsers,
org.eclipse.titan.common.parsers.cfg,
org.eclipse.titan.common.parsers.cfg.indices,
org.eclipse.titan.common.path,
org.eclipse.titan.common.product,
org.eclipse.titan.common.utils,
org.eclipse.titan.common.utils.preferences
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
org.eclipse.titan.debug/META-INF/MANIFEST.MF
View file @
253c5727
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Titan_Debug
Bundle-SymbolicName: org.eclipse.titan.debug;singleton:=true
Bundle-Version: 5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100
Bundle-Activator: org.eclipse.titan.debug.Activator
Bundle-Vendor: Eclipse Titan Project
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.titan.common,
org.eclipse.core.resources,
org.eclipse.ui.console,
org.eclipse.titan.common;bundle-version="5.
4.3
",
org.eclipse.titan.designer;bundle-version="5.
4.3"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Bundle-ClassPath: .
Import-Package: org.eclipse.titan.designer,
org.eclipse.titan.designer.AST,
org.eclipse.titan.designer.AST.ASN1,
org.eclipse.titan.designer.AST.ASN1.Object,
org.eclipse.titan.designer.AST.ASN1.definitions,
org.eclipse.titan.designer.AST.ASN1.types,
org.eclipse.titan.designer.AST.ASN1.values,
org.eclipse.titan.designer.AST.TTCN3,
org.eclipse.titan.designer.AST.TTCN3.attributes,
org.eclipse.titan.designer.AST.TTCN3.definitions,
org.eclipse.titan.designer.AST.TTCN3.statements,
org.eclipse.titan.designer.AST.TTCN3.templates,
org.eclipse.titan.designer.AST.TTCN3.types,
org.eclipse.titan.designer.AST.TTCN3.types.subtypes,
org.eclipse.titan.designer.AST.TTCN3.values,
org.eclipse.titan.designer.AST.TTCN3.values.expressions,
org.eclipse.titan.designer.consoles,
org.eclipse.titan.designer.core,
org.eclipse.titan.designer.editors,
org.eclipse.titan.designer.editors.asn1editor,
org.eclipse.titan.designer.editors.ttcn3editor,
org.eclipse.titan.designer.extensions,
org.eclipse.titan.designer.parsers,
org.eclipse.titan.designer.preferences,
org.eclipse.titan.designer.preferences.pages,
org.eclipse.titan.designer.properties.data,
org.eclipse.titan.designer.wizards,
org.eclipse.titan.designer.wizards.projectFormat
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Titan_Debug
Bundle-SymbolicName: org.eclipse.titan.debug;singleton:=true
Bundle-Version: 5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100
Bundle-Activator: org.eclipse.titan.debug.Activator
Bundle-Vendor: Eclipse Titan Project
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.titan.common,
org.eclipse.core.resources,
org.eclipse.ui.console,
org.eclipse.titan.common;bundle-version="5.
5.0
",
org.eclipse.titan.designer;bundle-version="5.
5.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Bundle-ClassPath: .
Import-Package: org.eclipse.titan.designer,
org.eclipse.titan.designer.AST,
org.eclipse.titan.designer.AST.ASN1,
org.eclipse.titan.designer.AST.ASN1.Object,
org.eclipse.titan.designer.AST.ASN1.definitions,
org.eclipse.titan.designer.AST.ASN1.types,
org.eclipse.titan.designer.AST.ASN1.values,
org.eclipse.titan.designer.AST.TTCN3,
org.eclipse.titan.designer.AST.TTCN3.attributes,
org.eclipse.titan.designer.AST.TTCN3.definitions,
org.eclipse.titan.designer.AST.TTCN3.statements,
org.eclipse.titan.designer.AST.TTCN3.templates,
org.eclipse.titan.designer.AST.TTCN3.types,
org.eclipse.titan.designer.AST.TTCN3.types.subtypes,
org.eclipse.titan.designer.AST.TTCN3.values,
org.eclipse.titan.designer.AST.TTCN3.values.expressions,
org.eclipse.titan.designer.consoles,
org.eclipse.titan.designer.core,
org.eclipse.titan.designer.editors,
org.eclipse.titan.designer.editors.asn1editor,
org.eclipse.titan.designer.editors.ttcn3editor,
org.eclipse.titan.designer.extensions,
org.eclipse.titan.designer.parsers,
org.eclipse.titan.designer.preferences,
org.eclipse.titan.designer.preferences.pages,
org.eclipse.titan.designer.properties.data,
org.eclipse.titan.designer.wizards,
org.eclipse.titan.designer.wizards.projectFormat
org.eclipse.titan.debug/plugin.xml
View file @
253c5727
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2000-2016 Ericsson Telecom AB
...
...
@@ -7,141 +7,141 @@
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-->
<?eclipse version="3.4"?>
<plugin>
<extension
point=
"org.eclipse.ui.popupMenus"
>
<objectContribution
objectClass=
"org.eclipse.core.resources.IProject"
adaptable =
"true"
id=
"org.eclipse.titan.debug.actions.ProjectReAnalyzer"
>
<menu
id =
"TITAN_popup_Menu"
label =
"Titan debug"
>
<separator
name =
"group1"
/>
<separator
name =
"group2"
/>
</menu>
<action
label=
"Force Re-Analysis of projects"
class=
"org.eclipse.titan.debug.actions.ProjectReAnalyzer"
menubarPath =
"TITAN_popup_Menu/group1"
enablesFor=
"1"
id=
"org.eclipse.titan.debug.actions.ProjectReAnalyzer"
>
</action>
<action
label=
"Force Semantic Re-Analysis of projects"
class=
"org.eclipse.titan.debug.actions.ProjectSemanticReAnalyzer"
menubarPath =
"TITAN_popup_Menu/group1"
enablesFor=
"1"
id=
"org.eclipse.titan.debug.actions.ProjectSemanticReAnalyzer"
>
</action>
<action
label=
"Export debug info of AST"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST_Action"
menubarPath =
"TITAN_popup_Menu/group1"
enablesFor=
"1"
id=
"org.eclipse.titan.debug.actions.Export_Debug_AST_Action"
>
</action>
</objectContribution>
<viewerContribution
id=
"org.eclipse.titan.designer.editors.popup"
targetID=
"org.eclipse.titan.designer.editors.ttcn3editor.context"
>
<menu
id=
"org.eclipse.titan.debug.menu.ContextMenu"
label=
"Titan Debug"
>
<separator
name=
"organize"
/>
</menu>
<action
id=
"org.eclipse.titan.debug.commands.Export_Debug_AST"
definitionId=
"org.eclipse.titan.debug.commands.Export_Debug_ASTCommand"
label=
"Export Debug AST"
icon=
"icons/titan.gif"
menubarPath=
"org.eclipse.titan.debug.menu.ContextMenu/organize"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
>
</action>
<action
id=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
definitionId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
label=
"Force Re-Analysis of projects"
icon=
"icons/titan.gif"
menubarPath=
"org.eclipse.titan.debug.menu.ContextMenu/organize"
class=
"org.eclipse.titan.debug.actions.ProjectReAnalyzerEditor"
/>
</viewerContribution>
</extension>
<extension
point=
"org.eclipse.ui.editorActions"
>
<editorContribution
id=
"org.eclipse.titan.designer.editors.ttcn3editor.actions"
targetID=
"org.eclipse.titan.designer.editors.ttcn3editor.TTCN3Editor"
>
<action
id=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
definitionId=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
label=
"Export Debug AST"
icon=
"icons/titan.gif"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
>
</action>
</editorContribution>
</extension>
<extension
point=
"org.eclipse.ui.commands"
>
<category
id=
"org.eclipse.titan.debug.commands.Commands"
name=
"Titan Debug commands"
/>
<command
categoryId=
"org.eclipse.titan.debug.commands.Commands"
description=
"Export debug information to console"
id=
"org.eclipse.titan.debug.commands.Export_Debug_ASTCommand"
name=
"Export Debug AST"
/>
<command
categoryId=
"org.eclipse.titan.debug.commands.Commands"
description=
"Check a module for code smells"
id=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
name=
"Re-Analyze projects"
/>
</extension>
<extension
point=
"org.eclipse.ui.editorActions"
>
<editorContribution
id=
"org.eclipse.titan.designer.editors.ttcn3editor.actions"
targetID=
"org.eclipse.titan.designer.editors.ttcn3editor.TTCN3Editor"
>
<action
id=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
definitionId=
"org.eclipse.titan.debug.commands.Export_Debug_ASTCommand"
label=
"Export Debug AST"
icon=
"icons/titan.gif"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
>
</action>
<action
id=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
definitionId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
label=
"Force Re-Analysis of projects"
class=
"org.eclipse.titan.debug.actions.ProjectReAnalyzerEditor"
/>
</editorContribution>
</extension>
<extension
point=
"org.eclipse.ui.menus"
>
<menuContribution
allPopups=
"false"
locationURI=
"toolbar:org.eclipse.ui.main.toolbar?after=additions"
>
<toolbar
id=
"org.eclipse.ttian.debug.toolbar"
label=
"Titan debug toolbar"
>
<command
commandId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
icon=
"icons/titan.gif"
label=
"Re-Analysis"
style=
"push"
tooltip=
"Force Re-Analysis of projects"
>
</command>
</toolbar>
</menuContribution>
</extension>
<extension
point=
"org.eclipse.ui.bindings"
>
<key
commandId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
contextId=
"org.eclipse.titan.designer.editors.TTCN3EditorScope"
schemeId=
"org.eclipse.ui.defaultAcceleratorConfiguration"
sequence=
"CTRL+SHIFT+R"
/>
</extension>
</plugin>
<?eclipse version="3.4"?>
<plugin>
<extension
point=
"org.eclipse.ui.popupMenus"
>
<objectContribution
objectClass=
"org.eclipse.core.resources.IProject"
adaptable =
"true"
id=
"org.eclipse.titan.debug.actions.ProjectReAnalyzer"
>
<menu
id =
"TITAN_popup_Menu"
label =
"Titan debug"
>
<separator
name =
"group1"
/>
<separator
name =
"group2"
/>
</menu>
<action
label=
"Force Re-Analysis of projects"
class=
"org.eclipse.titan.debug.actions.ProjectReAnalyzer"
menubarPath =
"TITAN_popup_Menu/group1"
enablesFor=
"1"
id=
"org.eclipse.titan.debug.actions.ProjectReAnalyzer"
>
</action>
<action
label=
"Force Semantic Re-Analysis of projects"
class=
"org.eclipse.titan.debug.actions.ProjectSemanticReAnalyzer"
menubarPath =
"TITAN_popup_Menu/group1"
enablesFor=
"1"
id=
"org.eclipse.titan.debug.actions.ProjectSemanticReAnalyzer"
>
</action>
<action
label=
"Export debug info of AST"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST_Action"
menubarPath =
"TITAN_popup_Menu/group1"
enablesFor=
"1"
id=
"org.eclipse.titan.debug.actions.Export_Debug_AST_Action"
>
</action>
</objectContribution>
<viewerContribution
id=
"org.eclipse.titan.designer.editors.popup"
targetID=
"org.eclipse.titan.designer.editors.ttcn3editor.context"
>
<menu
id=
"org.eclipse.titan.debug.menu.ContextMenu"
label=
"Titan Debug"
>
<separator
name=
"organize"
/>
</menu>
<action
id=
"org.eclipse.titan.debug.commands.Export_Debug_AST"
definitionId=
"org.eclipse.titan.debug.commands.Export_Debug_ASTCommand"
label=
"Export Debug AST"
icon=
"icons/titan.gif"
menubarPath=
"org.eclipse.titan.debug.menu.ContextMenu/organize"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
>
</action>
<action
id=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
definitionId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
label=
"Force Re-Analysis of projects"
icon=
"icons/titan.gif"
menubarPath=
"org.eclipse.titan.debug.menu.ContextMenu/organize"
class=
"org.eclipse.titan.debug.actions.ProjectReAnalyzerEditor"
/>
</viewerContribution>
</extension>
<extension
point=
"org.eclipse.ui.editorActions"
>
<editorContribution
id=
"org.eclipse.titan.designer.editors.ttcn3editor.actions"
targetID=
"org.eclipse.titan.designer.editors.ttcn3editor.TTCN3Editor"
>
<action
id=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
definitionId=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
label=
"Export Debug AST"
icon=
"icons/titan.gif"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
>
</action>
</editorContribution>
</extension>
<extension
point=
"org.eclipse.ui.commands"
>
<category
id=
"org.eclipse.titan.debug.commands.Commands"
name=
"Titan Debug commands"
/>
<command
categoryId=
"org.eclipse.titan.debug.commands.Commands"
description=
"Export debug information to console"
id=
"org.eclipse.titan.debug.commands.Export_Debug_ASTCommand"
name=
"Export Debug AST"
/>
<command
categoryId=
"org.eclipse.titan.debug.commands.Commands"
description=
"Check a module for code smells"
id=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
name=
"Re-Analyze projects"
/>
</extension>
<extension
point=
"org.eclipse.ui.editorActions"
>
<editorContribution
id=
"org.eclipse.titan.designer.editors.ttcn3editor.actions"
targetID=
"org.eclipse.titan.designer.editors.ttcn3editor.TTCN3Editor"
>
<action
id=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
definitionId=
"org.eclipse.titan.debug.commands.Export_Debug_ASTCommand"
label=
"Export Debug AST"
icon=
"icons/titan.gif"
class=
"org.eclipse.titan.debug.actions.Export_Debug_AST"
>
</action>
<action
id=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
definitionId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
label=
"Force Re-Analysis of projects"
class=
"org.eclipse.titan.debug.actions.ProjectReAnalyzerEditor"
/>
</editorContribution>
</extension>
<extension
point=
"org.eclipse.ui.menus"
>
<menuContribution
allPopups=
"false"
locationURI=
"toolbar:org.eclipse.ui.main.toolbar?after=additions"
>
<toolbar
id=
"org.eclipse.ttian.debug.toolbar"
label=
"Titan debug toolbar"
>
<command
commandId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
icon=
"icons/titan.gif"
label=
"Re-Analysis"
style=
"push"
tooltip=
"Force Re-Analysis of projects"
>
</command>
</toolbar>
</menuContribution>
</extension>
<extension
point=
"org.eclipse.ui.bindings"
>
<key
commandId=
"org.eclipse.titan.debug.commands.ProjectReanalyzer"
contextId=
"org.eclipse.titan.designer.editors.TTCN3EditorScope"
schemeId=
"org.eclipse.ui.defaultAcceleratorConfiguration"
sequence=
"CTRL+SHIFT+R"
/>
</extension>
</plugin>
org.eclipse.titan.designer/META-INF/MANIFEST.MF
View file @
253c5727
...
...
@@ -4,7 +4,7 @@ Created-By: 23.6-b04 (Oracle Corporation)
Bundle-ManifestVersion: 2
Bundle-Name: TITAN_Designer Plug-in
Bundle-SymbolicName: org.eclipse.titan.designer;singleton:=true
Bundle-Version: 5.
4.3
.CRL_113_200_5_R
4D
_20160
301
-1100
Bundle-Version: 5.
5.0
.CRL_113_200_5_R
5A
_20160
422
-1100
Bundle-Activator: org.eclipse.titan.designer.Activator
Bundle-Vendor: Eclipse Titan Project
Require-Bundle: org.eclipse.ui,
...
...
@@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.navigator.resources,
org.eclipse.core.filesystem,
org.eclipse.debug.core,
org.eclipse.titan.common;bundle-version="5.
4.3
",
org.eclipse.titan.common;bundle-version="5.
5.0
",
org.antlr.runtime;bundle-version="4.3.0"
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
...
...
org.eclipse.titan.designer/src/org/eclipse/titan/designer/GeneralConstants.java
View file @
253c5727
...
...
@@ -20,7 +20,7 @@ import org.eclipse.titan.designer.properties.data.FolderBuildPropertyData;
*/
public
final
class
GeneralConstants
{
public
static
final
ProductIdentity
ON_THE_FLY_ANALYZER_VERSION
=
ProductIdentity
.
getProductIdentity
(
ProductIdentity
.
TITAN_PRODUCT_NUMBER
,
5
,
4
,
3
,
0
);
ProductIdentity
.
getProductIdentity
(
ProductIdentity
.
TITAN_PRODUCT_NUMBER
,
5
,
5
,
0
,
0
);
public
static
final
boolean
DEBUG
=
true
;
public
static
final
boolean
ETSI_BUILD
=
false
;
...
...
org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/TITANBuilder.java
View file @
253c5727
...
...
@@ -355,8 +355,6 @@ public final class TITANBuilder extends IncrementalProjectBuilder {
}
processedProjects
.
add
(
project
);
String
needsMakefile
=
null
;
IPath
workingDir
=
ProjectBasedBuilder
.
getProjectBasedBuilder
(
project
).
getWorkingDirectoryPath
(
true
);
if
(
workingDir
==
null
||
!
workingDir
.
toFile
().
exists
())
{
return
true
;
...
...
@@ -1092,11 +1090,7 @@ public final class TITANBuilder extends IncrementalProjectBuilder {
IStatus
status
=
buildJob
.
runInWorkspace
(
new
SubProgressMonitor
(
internalMonitor
,
3
));
try
{
if
(
status
.
isOK
())
{
project
.
setSessionProperty
(
GeneralConstants
.
PROJECT_UP_TO_DATE
,
true
);
}
else
{
project
.
setSessionProperty
(
GeneralConstants
.
PROJECT_UP_TO_DATE
,
false
);
}
project
.
setSessionProperty
(
GeneralConstants
.
PROJECT_UP_TO_DATE
,
status
.
isOK
());
TITANDecorator
.
refreshSelectively
(
project
);
}
catch
(
CoreException
e
)
{
ErrorReporter
.
logExceptionStackTrace
(
"While setting project `"
+
project
.
getName
()
+
"' up-to-date"
,
e
);
...
...
org.eclipse.titan.designer/src/org/eclipse/titan/designer/core/makefile/InternalMakefileGenerator.java
View file @
253c5727
...
...
@@ -646,8 +646,8 @@ public final class InternalMakefileGenerator {
}
contents
.
append
(
"# - make archive Archives all source files.\n"
);
contents
.
append
(
"# - make check Checks the semantics of TTCN-3 and ASN.1 modules.\n"
);
contents
.
append
(
"# - make port Generates port skeletons.\n"
);
contents
.
append
(
"# - make clean Removes all generated files.\n"
);
contents
.
append
(
"# - make port Generates port skeletons.\n"
);
contents
.
append
(
"# - make compile Translates TTCN-3 and ASN.1 modules to C++.\n"
);
contents
.
append
(
"# - make dep Creates/updates dependency list.\n"
);
contents
.
append
(
"# - make executable Builds the executable test suite.\n"
);
...
...
@@ -675,7 +675,11 @@ public final class InternalMakefileGenerator {
contents
.
append
(
"#\n"
);
contents
.
append
(
"# Do NOT touch this line...\n"
);
contents
.
append
(
"#\n"
);
contents
.
append
(
".PHONY: all archive check port clean dep executable library objects"
);
contents
.
append
(
".PHONY: all"
);
if
(
dynamicLinking
)
{
contents
.
append
(
" shared_objects"
);
}
contents
.
append
(
" executable library objects check port clean dep archive"
);
if
(
preprocess
)
{
contents
.
append
(
" preprocess"
);
}
...
...
@@ -710,12 +714,14 @@ public final class InternalMakefileGenerator {
contents
.
append
(
"# The path of your toolchain including the target triplet:\n"
);