Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3fcdb359381c90c78b50d85f907f847c88e22430 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*******************************************************************************
 * Copyright (c) 2013 protos software gmbh (http://www.protos.de).
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 * 
 * CONTRIBUTORS:
 * 		Henrik Rentz-Reichert (initial contribution)
 * 
 *******************************************************************************/

package my.etrice.generator.launch;

import org.eclipse.debug.ui.CommonTab;
import org.eclipse.debug.ui.EnvironmentTab;
import org.eclipse.debug.ui.ILaunchConfigurationDialog;
import org.eclipse.debug.ui.ILaunchConfigurationTab;
import org.eclipse.debug.ui.RefreshTab;
import org.eclipse.etrice.generator.launch.java.JavaGeneratorLaunchConfigurationTabGroup;
import org.eclipse.etrice.generator.launch.java.JavaGeneratorMainTab;

/**
 * EXAMPLE: the tabs are assembled. All but one tab are re-used
 * 
 * @author Henrik Rentz-Reichert
 *
 */
public class DerivedGeneratorLaunchConfigurationTabGroup extends
		JavaGeneratorLaunchConfigurationTabGroup {

	@Override
	public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
		ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] {
				new JavaGeneratorMainTab(),
				new DerivedGeneratorConfigTab(),
				new RefreshTab(),
				new EnvironmentTab(),
				new CommonTab()
			};
		setTabs(tabs);
	}

}

Back to the top

ch Eclipse Platform Teamroot
aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
AttemptAtBug1794017940: Synchronize outgoing changes opens a connection per fileMichael Valenta22 years
Branch_FTP_R2_0_1Branch for FTP/DAV 2.0.1 candidatesMichael Valenta22 years
Branch_RefactoringForIResourceFixup compatibility tests for IResource synchronizer refactoring.Jean Michel-Lemieux22 years
Bug_36957handle storing the preferences on ok pressedJean Michel-Lemieux21 years
Bug_38048This commit was manufactured by cvs2svn to create branch 'Bug_38048'.cvs2svn21 years
ConcurrentCommandsBranchFixed NPEMichael Valenta21 years
DECORATION_PERFORMANCE_2_1m5*** empty log message ***Jean Michel-Lemieux21 years
FTP_branchRefactoring and bug fixesMichael Valenta22 years
FixFor19791*** empty log message ***Michael Valenta22 years
FixFor20041*** empty log message ***Michael Valenta22 years
GetRevisionBranch*** empty log message ***Jean Michel-Lemieux22 years
I20020423Patch1Branch1. Backed out of using a timeout progress dialog. Instead the old behavior is toJean Michel-Lemieux22 years
I20020423Path1Branch14578: Synchronize does not work for one classMichael Valenta22 years
JUnit4_incubator_bug153429Bug 153429 JUnit4 in Eclipse Testing FrameworkKim Moir14 years
LightWeightDecoratorsLightweight decoratorsKevin Macguire21 years
M6a34plugin version > 3.3.2Kim Moir16 years
MV_10890_branch*** empty log message ***Michael Valenta22 years
MV_25726_Branch25726: [CVS Core] IResourceDelta - Folders do not seem to have move flags set...Michael Valenta21 years
MV_CVSOperation_Refactor_Branch*** empty log message ***Michael Valenta21 years
MV_F3_Branch*** empty log message ***Michael Valenta22 years
MV_FileModifiedBranchCompleted workMichael Valenta21 years
MV_ModifiedFileBranchCompleted workMichael Valenta21 years
MV_RepoViewReworkFinishing touchesMichael Valenta21 years
MV_RepoViewRework2*** empty log message ***Michael Valenta21 years
MV_ResoureSyncInfoConverted most uses of sync info into sync bytesMichael Valenta21 years
MV_Settings_Branch*** empty log message ***Michael Valenta21 years
Move_Project_BranchPlacing code in branch until blocking bug is resolvedMichael Valenta22 years
NoNaturesnlsKevin Macguire22 years
NoNatures2*** empty log message ***Kevin Macguire22 years
NoNatures3*** empty log message ***Kevin Macguire22 years
PR29944-decoratorPerformanceformatting changes argh....Jean Michel-Lemieux21 years
PhantomFolderDeletions*** empty log message ***Michael Valenta22 years
R2_0_1Fix test case un-randomnessMichael Valenta22 years
R2_1_maintenanceFixed DiffListener to not check for server messages in M messagesMichael Valenta20 years
R3_0_maintenanceRemove unused extension that is affecting the UI testsMichael Valenta19 years
R3_1_maintenanceUpdated plugin version numbersMichael Valenta19 years
R3_2_maintenanceUpdating version numberTomasz Zarna16 years
R3_3_maintenancefix copyrightsKim Moir16 years
R3_4_1_maintenance_patchesbug 244425: Using mixed tags causes synchronization failureTomasz Zarna15 years
R3_4_maintenanceBug 304332 - [Backport] Compare files claims that identical lines are differentPawel Pogorzelski14 years
R3_5_maintenanceVersion updatedSzymon Brandys13 years
R3_6_1_maintenance_patchesbug 325946: [backport] Provide a way to disable capping in the comparison alg...Tomasz Zarna14 years
R3_6_maintenanceBug 401992 - [Backport][Edit] "Copy Current from Right to Left" doesn'tMalgorzata Janczarska11 years
R3_7_maintenanceBug 401990 - [Backport][Edit] "Copy Current from Right to Left" doesn'tMalgorzata Janczarska11 years
R3_8_maintenanceBackported fix for bug 404873: [History View] SporadicDani Megert9 years
R4_10_maintenanceBug 541724 - Unable to build o.e.core.net.linux.x86_64 native fragmentMat Booth5 years
R4_11_maintenanceBug 552352 - Using SWAP in Compare editor loses changes and dirty statusNiraj Modi3 years
R4_12_maintenanceBug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski5 years
R4_13_maintenanceBug 550222 - TeamAction getTargetPage() can return nullAndrey Loskutov5 years
R4_14_maintenanceBug 548250 - Javadoc problems in platform.teamPaul Pazderski4 years
R4_15_maintenanceBug 552352 - Using SWAP in Compare editor loses changes and dirty statusNiraj Modi3 years
R4_16_maintenanceBug 441387 - [Themes] Dark theme: when comparing structure background onLars Vogel4 years
R4_17_maintenanceUsing for-each loop in team.coreLars Vogel4 years
R4_18_maintenanceRemove unnecessary dispose calls on ColorLars Vogel3 years
R4_19_maintenanceBug 571301 - Copyright needs to updated to 2021Sravan Kumar Lakkimsetti3 years
R4_20_maintenanceBug 573468 - 4.20 I-Build: I20210510-1800 - Comparator Errors FoundAlexander Kurtakov3 years
R4_21_maintenanceBug 575375 - Update scm links in pom files to use https protocolSravan Kumar Lakkimsetti3 years
R4_22_maintenanceAdd missed javadoc tagsAlexander Fedorov3 years
R4_23_maintenanceAdjust Jenkinsfile for move of releng.aggregator to githubAlexander Kurtakov2 years
R4_3_maintenanceDisabled RepositoryRootTest/s since they are unstable (see bug 409126)Dani Megert10 years
R4_4_maintenanceBug 531945 (Part2)- Use of ICompareFilters causes inaccurate comparisonNiraj Modi5 years
R4_5_maintenanceBug 532617 - Replace headstream instead of branchKalyan Prasad Tatavarthi6 years
R4_6_maintenanceBug 552352 - Using SWAP in Compare editor loses changes and dirty statusNiraj Modi3 years
R4_7_maintenanceBug 552352 - Using SWAP in Compare editor loses changes and dirty statusNiraj Modi3 years
R4_8_maintenanceBug 552352 - Using SWAP in Compare editor loses changes and dirty statusNiraj Modi3 years
R4_9_maintenanceBug 509561 - only fire one change for all SyncInfos added to the root setJulian Honnen6 years
RepositoryMappingNotification*** empty log message ***Michael Valenta22 years
SSH2_BranchExternalized StringsMichael Valenta21 years
STABLEThis commit was manufactured by cvs2svn to create branch 'STABLE'.cvs2svn23 years
SerializedReferencingAdded progress monitor to project set creationjames22 years
ShareConnectionBranchWorking on sharing a connection for file fetches during a mergeMichael Valenta22 years
SynchronizeViewPageBook20031009*** empty log message ***Jean Michel-Lemieux21 years
SynchronizeViewPageBook20031011*** empty log message ***Jean Michel-Lemieux21 years
TargetManagement1*** empty log message ***Kevin Macguire22 years
TeamEarlyWarning_BranchBranched in case we can use thisMichael Valenta21 years
V2_0_3_INTEGRATION_BRANCHTurn plugins off for integration buildsjames22 years
WatchEditBranchOngoing work on watch/edit supportMichael Valenta22 years
branThis commit was manufactured by cvs2svn to create branch 'bran'.cvs2svn19 years
branch-11185Initial work for bug 11185Michael Valenta22 years
branch-8426*** empty log message ***Michael Valenta22 years
branch-902310871: RemoveEntryHandler fails on delete+rename to deleted+releaseMichael Valenta22 years
branchOverrideSessionHandlerType*** empty log message ***Jean Michel-Lemieux21 years
branchSyncViewRefactoringSet the comment to empty stringJean Michel-Lemieux21 years
branch_20030825_ConcurrentCVSSynchronizer*** empty log message ***Michael Valenta21 years
branch_20030910_RepositoryProviderLockingStoring initial locking work on a branch so it is not lostMichael Valenta21 years
branch_20030915_JobFeedbackInView*** empty log message ***Michael Valenta21 years
branch_20030916_CachingFileContentsForCompareEditors*** empty log message ***Jean Michel-Lemieux21 years
branch_20031018_RepoViewCompare*** empty log message ***Michael Valenta21 years
branch_20031024_DateTag*** empty log message ***Michael Valenta20 years
branch_20031024_DecoratorFlash*** empty log message ***Michael Valenta21 years
branch_20031103_SyncViewRefresh*** empty log message ***Michael Valenta20 years
branch_20031110_wvcm1*** empty log message ***Michael Valenta20 years
branch_20031113_jm_m5fixes*** empty log message ***Jean Michel-Lemieux20 years
branch_20031125_participantStateBugsfixing participant init/restore bugsJean Michel-Lemieux20 years
branch_20031205_synchWorkFlowEnhancements*** empty log message ***Michael Valenta20 years
branch_20031218_pessimisticProviderinitial release of pessimistic providerJean Michel-Lemieux20 years
branch_20040201_beforeeclipsecon_jean-michel*** empty log message ***Jean Michel-Lemieux20 years
branch_20040225_ResourceVariantFactory*** empty log message ***Michael Valenta20 years
branch_20040226_participantLifecycle*** empty log message ***Jean Michel-Lemieux20 years
branch_20040301_CVSCompareR30Work*** empty log message ***Jean Michel-Lemieux20 years
branch_20040301_changeLogModelProviderworking on the change log model provider to show changes grouped by commentJean Michel-Lemieux20 years
branch_20040305_compareandglobalsyncaction*** empty log message ***Jean Michel-Lemieux20 years
branch_20040312_SharingWizard*** empty log message ***Michael Valenta20 years
branch_20040314_markersInSyncview*** empty log message ***Jean Michel-Lemieux20 years
branch_20040329_CVSEncodingTranslation32539: [CVS Core] Charset for CVS log is invalidMichael Valenta20 years
branch_20040329_DateTag More changes to date tagsMichael Valenta20 years
branch_20040330_ProjectSetCapabilityMerged HEADMichael Valenta20 years
branch_20040402_layoutOptionsInSynchronizeAdvisor*** empty log message ***Jean Michel-Lemieux20 years
branch_20040413_CVSPasswordCaching*** empty log message ***Jean Michel-Lemieux20 years
branch_20040503_ChangeLogPre30Prototypechange log prototypeJean Michel-Lemieux20 years
branch_20040505_SyncPageMenuRework*** empty log message ***Michael Valenta20 years
branch_20040505_scopedSyncParticipants*** empty log message ***Jean Michel-Lemieux20 years
branch_20040512_CVSVariantTreeExperiements*** empty log message ***Michael Valenta20 years
branch_20040512_CVSVariantTreeExperiments*** empty log message ***Michael Valenta20 years
branch_20040602_compare_editor_updatingStarted working on: Bug 52196 synchronize view - reuse wrong viewJean Michel-Lemieux20 years
branch_20040603_comparewithpredecessorinitial implementation of compare with predecessorJean Michel-Lemieux20 years
branch_20040614_52196_reuse_wrong_viewpatch for 52196. Basically if the timestamp of a local file is different than...Jean Michel-Lemieux20 years
branch_20040614_66595_double_prompt_for_passworddouble prompt for password - bug 66595Jean Michel-Lemieux20 years
branch_20040618_javadoc_changesupdates to javadoc for 3.0Jean Michel-Lemieux20 years
branch_20040831_fontColorDecorationsAdded theme listening and fixed up NLSJean Michel-Lemieux20 years
branch_20040903_OutgoingCommitSetsNLSed stringsMichael Valenta20 years
branch_20040924_GeneralizeChangeSets*** empty log message ***Michael Valenta20 years
branch_20041015_HappyBirthdayToMePropogated markers to non-resource parentsMichael Valenta20 years
branch_20041020_LinkErrorsToConsoleAdded job properties to CVSOperationsMichael Valenta20 years
branch_20041112_TagFiltering*** empty log message ***Michael Valenta19 years
branch_20041202_Caching*** empty log message ***Michael Valenta19 years
branch_20041208_CVSTopLevelMenu*** empty log message ***Jean Michel-Lemieux19 years
branch_20041208_CommitWizard_FileTypes*** empty log message ***Michael Valenta19 years
branch_20050222_bug86159Bug 86584 commit from package view skips deleted filesMichael Valenta19 years
branch_20050504_CVSTestLockingResourceMappingMichael Valenta19 years
branch_20050711_LogicalModelSupportFix for test failures during buildMichael Valenta19 years
branch_20050930_EFSChanged URI to a better looking formatMichael Valenta19 years
branch_20051104_COmmonNavigatorAdded back promptMichael Valenta18 years
branch_20060117_ModelActionsRefactoring to make default handlers available to modelsMichael Valenta18 years
branch_20060127_bug125336Branch fix for Bug 125336 until portion from Core is releasedMichael Valenta18 years
branch_20060314_ModelDecorationCommitting to branch awaiting approvalMichael Valenta18 years
branch_20060714_FileBuffersLast minute fixMichael Valenta18 years
branch_20070714_bug207704Bug 207704 Decouple org.eclipse.compare from UIMichael Valenta16 years
branch_20070914_ExtractDocumentDiffCompare Exploratory WorkMichael Valenta17 years
branch_20080124_HunkEditorupdated copyrightsTomasz Zarna16 years
branch_20080710_CompareWithDialogbug 239959: Adding content to "Compare with other resource" dialog by drag&dr...Tomasz Zarna16 years
branch_20090126_LocalDiffbug 267195: [Patch] Some refactorings required in Local DiffTomasz Zarna15 years
branch_20091215_bug236169bug 300787: [Sync View][Apply Patch] Remove merge actions from compare editor...Tomasz Zarna14 years
branch_20110112_bug330490bug 330490: API and UI to configure SCM URLs for import -- minor changesTomasz Zarna13 years
branch_21281*** empty log message ***Michael Valenta22 years
branch_5782Finishing touchesMichael Valenta22 years
branch_9734branched to work on CVS NT supportMichael Valenta22 years
branch_CVSQuickDiffProvider*** empty log message ***Jean Michel-Lemieux21 years
branch_I20040315Temporary fix to 55028Michael Valenta20 years
branch_LiveSyncView*** empty log message ***Jean Michel-Lemieux21 years
branch_StandardRepositories_2003102228126: Patch: Standard public cvs repositoriesMichael Valenta21 years
branch_SyncViewStatisticsExperiments*** empty log message ***Jean Michel-Lemieux21 years
branch_checkoutJobExperiments*** empty log message ***Jean Michel-Lemieux21 years
branch_mvalenta_launch_configurations*** empty log message ***Michael Valenta21 years
branch_newProgressSupport30new progress api supportJean Michel-Lemieux20 years
branch_traversals_20040920Merged latest from HEADMichael Valenta19 years
bug20715Committing fix for bug 20715 to branch pending approvalMichael Valenta22 years
bug20799Committing fix for bug 20799 to branch pending approvalMichael Valenta22 years
bug_159258Adjusted wordingMichael Valenta17 years
bug_193324sync with HEADTomasz Zarna17 years
change/9004/1Bug 382427 - Mechanism to inject line compare strategies into merge andJeremy Flicker11 years
command_rework_branch*** empty log message ***Michael Valenta22 years
compareWithBranch*** empty log message ***Jean Michel-Lemieux22 years
decoratorRefactoring20030220*** empty log message ***Jean Michel-Lemieux21 years
file-creation-branch10856: Team 2.0 Rename behaviourMichael Valenta22 years
integrationDon't destroy selection when getting focusDani Megert12 years
isModifiedProgressBranchfinished, ready to merge into HEADJean Michel-Lemieux21 years
jlemieux_f3_fixes*** empty log message ***Jean Michel-Lemieux22 years
marker-branchAdded Auto-Manage preference pageMichael Valenta22 years
masterMigration to github eclipse.platform.team.git #100Sravan Kumar Lakkimsetti2 years
minime*** empty log message ***Michael Valenta22 years
newResourceLockInCVSSynchronizer*** empty log message ***Jean Michel-Lemieux21 years
newTagConfigurationBranch*** empty log message ***Jean Michel-Lemieux22 years
perf_213marked as fingerprintAndre Weinand19 years
project-branch.project workMichael Valenta22 years
r1_01GJYMG4: ITPUI:WINNT - no context help for some menus/dialogsAndre Weinand23 years
saveDirtyEditorsBranch*** empty log message ***Jean Michel-Lemieux22 years
subscriberRefactoringInitial work at refactoring the CVS sync trees to be APIJean Michel-Lemieux21 years
teamApiChangesBranch*** empty log message ***Jean Michel-Lemieux22 years
teamApiChangesTake2*** empty log message ***Jean Michel-Lemieux22 years
teamPrivateResourcesBranch*** empty log message ***Jean Michel-Lemieux22 years
updatingFixForMergeEditorFixing the update behavior in the merge editor. In progress.Jean Michel-Lemieux22 years
v20100504_MultiWorkspaceMultiple workspace support in CVS actionsTomasz Zarna14 years
 
TagDownloadAuthorAge
I20220312-1800eclipse.platform.team-I20220312-1800.tar.gz  eclipse.platform.team-I20220312-1800.tar.xz  eclipse.platform.team-I20220312-1800.zip  Rolf Theunissen2 years
I20220313-1800eclipse.platform.team-I20220313-1800.tar.gz  eclipse.platform.team-I20220313-1800.tar.xz  eclipse.platform.team-I20220313-1800.zip  Rolf Theunissen2 years
S4_23_0_RC2aeclipse.platform.team-S4_23_0_RC2a.tar.gz  eclipse.platform.team-S4_23_0_RC2a.tar.xz  eclipse.platform.team-S4_23_0_RC2a.zip  Eclipse Releng Bot2 years
I20220307-0340eclipse.platform.team-I20220307-0340.tar.gz  eclipse.platform.team-I20220307-0340.tar.xz  eclipse.platform.team-I20220307-0340.zip  Sravan Kumar Lakkimsetti2 years
I20220307-0630eclipse.platform.team-I20220307-0630.tar.gz  eclipse.platform.team-I20220307-0630.tar.xz  eclipse.platform.team-I20220307-0630.zip  Sravan Kumar Lakkimsetti2 years
I20220307-1010eclipse.platform.team-I20220307-1010.tar.gz  eclipse.platform.team-I20220307-1010.tar.xz  eclipse.platform.team-I20220307-1010.zip  Sravan Kumar Lakkimsetti2 years
I20220307-1800eclipse.platform.team-I20220307-1800.tar.gz  eclipse.platform.team-I20220307-1800.tar.xz  eclipse.platform.team-I20220307-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220308-1800eclipse.platform.team-I20220308-1800.tar.gz  eclipse.platform.team-I20220308-1800.tar.xz  eclipse.platform.team-I20220308-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220309-1800eclipse.platform.team-I20220309-1800.tar.gz  eclipse.platform.team-I20220309-1800.tar.xz  eclipse.platform.team-I20220309-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220310-1800eclipse.platform.team-I20220310-1800.tar.gz  eclipse.platform.team-I20220310-1800.tar.xz  eclipse.platform.team-I20220310-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220311-1800eclipse.platform.team-I20220311-1800.tar.gz  eclipse.platform.team-I20220311-1800.tar.xz  eclipse.platform.team-I20220311-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220312-0100eclipse.platform.team-I20220312-0100.tar.gz  eclipse.platform.team-I20220312-0100.tar.xz  eclipse.platform.team-I20220312-0100.zip  Sravan Kumar Lakkimsetti2 years
S4_23_0_RC2eclipse.platform.team-S4_23_0_RC2.tar.gz  eclipse.platform.team-S4_23_0_RC2.tar.xz  eclipse.platform.team-S4_23_0_RC2.zip  Eclipse Releng Bot2 years
S4_23_0_RC1eclipse.platform.team-S4_23_0_RC1.tar.gz  eclipse.platform.team-S4_23_0_RC1.tar.xz  eclipse.platform.team-S4_23_0_RC1.zip  Eclipse Releng Bot2 years
S4_23_0_M3eclipse.platform.team-S4_23_0_M3.tar.gz  eclipse.platform.team-S4_23_0_M3.tar.xz  eclipse.platform.team-S4_23_0_M3.zip  Eclipse Releng Bot2 years
I20220209-1800eclipse.platform.team-I20220209-1800.tar.gz  eclipse.platform.team-I20220209-1800.tar.xz  eclipse.platform.team-I20220209-1800.zip  Alexander Kurtakov2 years
I20220210-1800eclipse.platform.team-I20220210-1800.tar.gz  eclipse.platform.team-I20220210-1800.tar.xz  eclipse.platform.team-I20220210-1800.zip  Alexander Kurtakov2 years
I20220211-1800eclipse.platform.team-I20220211-1800.tar.gz  eclipse.platform.team-I20220211-1800.tar.xz  eclipse.platform.team-I20220211-1800.zip  Alexander Kurtakov2 years
I20220212-0140eclipse.platform.team-I20220212-0140.tar.gz  eclipse.platform.team-I20220212-0140.tar.xz  eclipse.platform.team-I20220212-0140.zip  Alexander Kurtakov2 years
I20220212-0600eclipse.platform.team-I20220212-0600.tar.gz  eclipse.platform.team-I20220212-0600.tar.xz  eclipse.platform.team-I20220212-0600.zip  Alexander Kurtakov2 years
I20220212-0800eclipse.platform.team-I20220212-0800.tar.gz  eclipse.platform.team-I20220212-0800.tar.xz  eclipse.platform.team-I20220212-0800.zip  Alexander Kurtakov2 years
I20220212-1800eclipse.platform.team-I20220212-1800.tar.gz  eclipse.platform.team-I20220212-1800.tar.xz  eclipse.platform.team-I20220212-1800.zip  Alexander Kurtakov2 years
I20220212-2040eclipse.platform.team-I20220212-2040.tar.gz  eclipse.platform.team-I20220212-2040.tar.xz  eclipse.platform.team-I20220212-2040.zip  Alexander Kurtakov2 years
I20220213-0600eclipse.platform.team-I20220213-0600.tar.gz  eclipse.platform.team-I20220213-0600.tar.xz  eclipse.platform.team-I20220213-0600.zip  Alexander Kurtakov2 years
I20220213-1800eclipse.platform.team-I20220213-1800.tar.gz  eclipse.platform.team-I20220213-1800.tar.xz  eclipse.platform.team-I20220213-1800.zip  Alexander Kurtakov2 years
I20220214-0600eclipse.platform.team-I20220214-0600.tar.gz  eclipse.platform.team-I20220214-0600.tar.xz  eclipse.platform.team-I20220214-0600.zip  Alexander Kurtakov2 years
I20220214-1800eclipse.platform.team-I20220214-1800.tar.gz  eclipse.platform.team-I20220214-1800.tar.xz  eclipse.platform.team-I20220214-1800.zip  Alexander Kurtakov2 years
I20220215-0600eclipse.platform.team-I20220215-0600.tar.gz  eclipse.platform.team-I20220215-0600.tar.xz  eclipse.platform.team-I20220215-0600.zip  Alexander Kurtakov2 years
I20220215-1800eclipse.platform.team-I20220215-1800.tar.gz  eclipse.platform.team-I20220215-1800.tar.xz  eclipse.platform.team-I20220215-1800.zip  Alexander Kurtakov2 years
I20220216-0600eclipse.platform.team-I20220216-0600.tar.gz  eclipse.platform.team-I20220216-0600.tar.xz  eclipse.platform.team-I20220216-0600.zip  Alexander Kurtakov2 years
I20220216-1800eclipse.platform.team-I20220216-1800.tar.gz  eclipse.platform.team-I20220216-1800.tar.xz  eclipse.platform.team-I20220216-1800.zip  Alexander Kurtakov2 years
I20220218-1800eclipse.platform.team-I20220218-1800.tar.gz  eclipse.platform.team-I20220218-1800.tar.xz  eclipse.platform.team-I20220218-1800.zip  Alexander Kurtakov2 years
I20220219-0600eclipse.platform.team-I20220219-0600.tar.gz  eclipse.platform.team-I20220219-0600.tar.xz  eclipse.platform.team-I20220219-0600.zip  Alexander Kurtakov2 years
I20220219-1800eclipse.platform.team-I20220219-1800.tar.gz  eclipse.platform.team-I20220219-1800.tar.xz  eclipse.platform.team-I20220219-1800.zip  Alexander Kurtakov2 years
I20220220-0600eclipse.platform.team-I20220220-0600.tar.gz  eclipse.platform.team-I20220220-0600.tar.xz  eclipse.platform.team-I20220220-0600.zip  Alexander Kurtakov2 years
I20220220-1800eclipse.platform.team-I20220220-1800.tar.gz  eclipse.platform.team-I20220220-1800.tar.xz  eclipse.platform.team-I20220220-1800.zip  Alexander Kurtakov2 years
I20220221-0600eclipse.platform.team-I20220221-0600.tar.gz  eclipse.platform.team-I20220221-0600.tar.xz  eclipse.platform.team-I20220221-0600.zip  Alexander Kurtakov2 years
I20220221-1800eclipse.platform.team-I20220221-1800.tar.gz  eclipse.platform.team-I20220221-1800.tar.xz  eclipse.platform.team-I20220221-1800.zip  Alexander Kurtakov2 years
I20220222-1350eclipse.platform.team-I20220222-1350.tar.gz  eclipse.platform.team-I20220222-1350.tar.xz  eclipse.platform.team-I20220222-1350.zip  Alexander Kurtakov2 years
I20220222-1800eclipse.platform.team-I20220222-1800.tar.gz  eclipse.platform.team-I20220222-1800.tar.xz  eclipse.platform.team-I20220222-1800.zip  Alexander Kurtakov2 years
I20220223-0600eclipse.platform.team-I20220223-0600.tar.gz  eclipse.platform.team-I20220223-0600.tar.xz  eclipse.platform.team-I20220223-0600.zip  Alexander Kurtakov2 years
I20220223-1800eclipse.platform.team-I20220223-1800.tar.gz  eclipse.platform.team-I20220223-1800.tar.xz  eclipse.platform.team-I20220223-1800.zip  Alexander Kurtakov2 years
I20220225-1800eclipse.platform.team-I20220225-1800.tar.gz  eclipse.platform.team-I20220225-1800.tar.xz  eclipse.platform.team-I20220225-1800.zip  Alexander Kurtakov2 years
I20220226-0600eclipse.platform.team-I20220226-0600.tar.gz  eclipse.platform.team-I20220226-0600.tar.xz  eclipse.platform.team-I20220226-0600.zip  Alexander Kurtakov2 years
I20220226-1800eclipse.platform.team-I20220226-1800.tar.gz  eclipse.platform.team-I20220226-1800.tar.xz  eclipse.platform.team-I20220226-1800.zip  Alexander Kurtakov2 years
I20220227-0600eclipse.platform.team-I20220227-0600.tar.gz  eclipse.platform.team-I20220227-0600.tar.xz  eclipse.platform.team-I20220227-0600.zip  Alexander Kurtakov2 years
I20220227-1800eclipse.platform.team-I20220227-1800.tar.gz  eclipse.platform.team-I20220227-1800.tar.xz  eclipse.platform.team-I20220227-1800.zip  Alexander Kurtakov2 years
I20220228-0600eclipse.platform.team-I20220228-0600.tar.gz  eclipse.platform.team-I20220228-0600.tar.xz  eclipse.platform.team-I20220228-0600.zip  Alexander Kurtakov2 years
I20220228-1800eclipse.platform.team-I20220228-1800.tar.gz  eclipse.platform.team-I20220228-1800.tar.xz  eclipse.platform.team-I20220228-1800.zip  Alexander Kurtakov2 years
I20220301-0600eclipse.platform.team-I20220301-0600.tar.gz  eclipse.platform.team-I20220301-0600.tar.xz  eclipse.platform.team-I20220301-0600.zip  Alexander Kurtakov2 years
I20220301-1800eclipse.platform.team-I20220301-1800.tar.gz  eclipse.platform.team-I20220301-1800.tar.xz  eclipse.platform.team-I20220301-1800.zip  Alexander Kurtakov2 years
I20220302-0600eclipse.platform.team-I20220302-0600.tar.gz  eclipse.platform.team-I20220302-0600.tar.xz  eclipse.platform.team-I20220302-0600.zip  Alexander Kurtakov2 years
I20220302-1800eclipse.platform.team-I20220302-1800.tar.gz  eclipse.platform.team-I20220302-1800.tar.xz  eclipse.platform.team-I20220302-1800.zip  Alexander Kurtakov2 years
I20220308-0310eclipse.platform.team-I20220308-0310.tar.gz  eclipse.platform.team-I20220308-0310.tar.xz  eclipse.platform.team-I20220308-0310.zip  Alexander Kurtakov2 years
Y20220210-0600eclipse.platform.team-Y20220210-0600.tar.gz  eclipse.platform.team-Y20220210-0600.tar.xz  eclipse.platform.team-Y20220210-0600.zip  Alexander Kurtakov2 years
Y20220211-0800eclipse.platform.team-Y20220211-0800.tar.gz  eclipse.platform.team-Y20220211-0800.tar.xz  eclipse.platform.team-Y20220211-0800.zip  Alexander Kurtakov2 years
Y20220212-0800eclipse.platform.team-Y20220212-0800.tar.gz  eclipse.platform.team-Y20220212-0800.tar.xz  eclipse.platform.team-Y20220212-0800.zip  Alexander Kurtakov2 years
Y20220213-0900eclipse.platform.team-Y20220213-0900.tar.gz  eclipse.platform.team-Y20220213-0900.tar.xz  eclipse.platform.team-Y20220213-0900.zip  Alexander Kurtakov2 years
Y20220214-0600eclipse.platform.team-Y20220214-0600.tar.gz  eclipse.platform.team-Y20220214-0600.tar.xz  eclipse.platform.team-Y20220214-0600.zip  Alexander Kurtakov2 years
Y20220215-0600eclipse.platform.team-Y20220215-0600.tar.gz  eclipse.platform.team-Y20220215-0600.tar.xz  eclipse.platform.team-Y20220215-0600.zip  Alexander Kurtakov2 years
Y20220216-0600eclipse.platform.team-Y20220216-0600.tar.gz  eclipse.platform.team-Y20220216-0600.tar.xz  eclipse.platform.team-Y20220216-0600.zip  Alexander Kurtakov2 years
Y20220217-0600eclipse.platform.team-Y20220217-0600.tar.gz  eclipse.platform.team-Y20220217-0600.tar.xz  eclipse.platform.team-Y20220217-0600.zip  Alexander Kurtakov2 years
Y20220218-0600eclipse.platform.team-Y20220218-0600.tar.gz  eclipse.platform.team-Y20220218-0600.tar.xz  eclipse.platform.team-Y20220218-0600.zip  Alexander Kurtakov2 years
Y20220219-0600eclipse.platform.team-Y20220219-0600.tar.gz  eclipse.platform.team-Y20220219-0600.tar.xz  eclipse.platform.team-Y20220219-0600.zip  Alexander Kurtakov2 years
Y20220220-0600eclipse.platform.team-Y20220220-0600.tar.gz  eclipse.platform.team-Y20220220-0600.tar.xz  eclipse.platform.team-Y20220220-0600.zip  Alexander Kurtakov2 years
Y20220221-0600eclipse.platform.team-Y20220221-0600.tar.gz  eclipse.platform.team-Y20220221-0600.tar.xz  eclipse.platform.team-Y20220221-0600.zip  Alexander Kurtakov2 years
Y20220222-1350eclipse.platform.team-Y20220222-1350.tar.gz  eclipse.platform.team-Y20220222-1350.tar.xz  eclipse.platform.team-Y20220222-1350.zip  Alexander Kurtakov2 years
Y20220223-0600eclipse.platform.team-Y20220223-0600.tar.gz  eclipse.platform.team-Y20220223-0600.tar.xz  eclipse.platform.team-Y20220223-0600.zip  Alexander Kurtakov2 years
Y20220224-0600eclipse.platform.team-Y20220224-0600.tar.gz  eclipse.platform.team-Y20220224-0600.tar.xz  eclipse.platform.team-Y20220224-0600.zip  Alexander Kurtakov2 years
Y20220225-0600eclipse.platform.team-Y20220225-0600.tar.gz  eclipse.platform.team-Y20220225-0600.tar.xz  eclipse.platform.team-Y20220225-0600.zip  Alexander Kurtakov2 years
Y20220226-0600eclipse.platform.team-Y20220226-0600.tar.gz  eclipse.platform.team-Y20220226-0600.tar.xz  eclipse.platform.team-Y20220226-0600.zip  Alexander Kurtakov2 years
Y20220227-0600eclipse.platform.team-Y20220227-0600.tar.gz  eclipse.platform.team-Y20220227-0600.tar.xz  eclipse.platform.team-Y20220227-0600.zip  Alexander Kurtakov2 years
Y20220228-0600eclipse.platform.team-Y20220228-0600.tar.gz  eclipse.platform.team-Y20220228-0600.tar.xz  eclipse.platform.team-Y20220228-0600.zip  Alexander Kurtakov2 years
Y20220301-0600eclipse.platform.team-Y20220301-0600.tar.gz  eclipse.platform.team-Y20220301-0600.tar.xz  eclipse.platform.team-Y20220301-0600.zip  Alexander Kurtakov2 years
Y20220302-0600eclipse.platform.team-Y20220302-0600.tar.gz  eclipse.platform.team-Y20220302-0600.tar.xz  eclipse.platform.team-Y20220302-0600.zip  Alexander Kurtakov2 years
Y20220303-0600eclipse.platform.team-Y20220303-0600.tar.gz  eclipse.platform.team-Y20220303-0600.tar.xz  eclipse.platform.team-Y20220303-0600.zip  Alexander Kurtakov2 years
Y20220304-0600eclipse.platform.team-Y20220304-0600.tar.gz  eclipse.platform.team-Y20220304-0600.tar.xz  eclipse.platform.team-Y20220304-0600.zip  Alexander Kurtakov2 years
Y20220304-0750eclipse.platform.team-Y20220304-0750.tar.gz  eclipse.platform.team-Y20220304-0750.tar.xz  eclipse.platform.team-Y20220304-0750.zip  Alexander Kurtakov2 years
Y20220305-0600eclipse.platform.team-Y20220305-0600.tar.gz  eclipse.platform.team-Y20220305-0600.tar.xz  eclipse.platform.team-Y20220305-0600.zip  Alexander Kurtakov2 years
Y20220306-0600eclipse.platform.team-Y20220306-0600.tar.gz  eclipse.platform.team-Y20220306-0600.tar.xz  eclipse.platform.team-Y20220306-0600.zip  Alexander Kurtakov2 years
Y20220307-0600eclipse.platform.team-Y20220307-0600.tar.gz  eclipse.platform.team-Y20220307-0600.tar.xz  eclipse.platform.team-Y20220307-0600.zip  Alexander Kurtakov2 years
Y20220308-0600eclipse.platform.team-Y20220308-0600.tar.gz  eclipse.platform.team-Y20220308-0600.tar.xz  eclipse.platform.team-Y20220308-0600.zip  Alexander Kurtakov2 years
Y20220308-0730eclipse.platform.team-Y20220308-0730.tar.gz  eclipse.platform.team-Y20220308-0730.tar.xz  eclipse.platform.team-Y20220308-0730.zip  Alexander Kurtakov2 years
Y20220309-0600eclipse.platform.team-Y20220309-0600.tar.gz  eclipse.platform.team-Y20220309-0600.tar.xz  eclipse.platform.team-Y20220309-0600.zip  Alexander Kurtakov2 years
Y20220310-0600eclipse.platform.team-Y20220310-0600.tar.gz  eclipse.platform.team-Y20220310-0600.tar.xz  eclipse.platform.team-Y20220310-0600.zip  Alexander Kurtakov2 years
Y20220311-0600eclipse.platform.team-Y20220311-0600.tar.gz  eclipse.platform.team-Y20220311-0600.tar.xz  eclipse.platform.team-Y20220311-0600.zip  Alexander Kurtakov2 years
Y20220312-0600eclipse.platform.team-Y20220312-0600.tar.gz  eclipse.platform.team-Y20220312-0600.tar.xz  eclipse.platform.team-Y20220312-0600.zip  Alexander Kurtakov2 years
Y20220313-0600eclipse.platform.team-Y20220313-0600.tar.gz  eclipse.platform.team-Y20220313-0600.tar.xz  eclipse.platform.team-Y20220313-0600.zip  Alexander Kurtakov2 years
Y20220314-0600eclipse.platform.team-Y20220314-0600.tar.gz  eclipse.platform.team-Y20220314-0600.tar.xz  eclipse.platform.team-Y20220314-0600.zip  Alexander Kurtakov2 years
Y20220314-1250eclipse.platform.team-Y20220314-1250.tar.gz  eclipse.platform.team-Y20220314-1250.tar.xz  eclipse.platform.team-Y20220314-1250.zip  Alexander Kurtakov2 years
I20220204-0300eclipse.platform.team-I20220204-0300.tar.gz  eclipse.platform.team-I20220204-0300.tar.xz  eclipse.platform.team-I20220204-0300.zip  Sravan Kumar Lakkimsetti2 years
I20220204-1800eclipse.platform.team-I20220204-1800.tar.gz  eclipse.platform.team-I20220204-1800.tar.xz  eclipse.platform.team-I20220204-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220205-0040eclipse.platform.team-I20220205-0040.tar.gz  eclipse.platform.team-I20220205-0040.tar.xz  eclipse.platform.team-I20220205-0040.zip  Sravan Kumar Lakkimsetti2 years
I20220205-1800eclipse.platform.team-I20220205-1800.tar.gz  eclipse.platform.team-I20220205-1800.tar.xz  eclipse.platform.team-I20220205-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220206-1800eclipse.platform.team-I20220206-1800.tar.gz  eclipse.platform.team-I20220206-1800.tar.xz  eclipse.platform.team-I20220206-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220207-1800eclipse.platform.team-I20220207-1800.tar.gz  eclipse.platform.team-I20220207-1800.tar.xz  eclipse.platform.team-I20220207-1800.zip  Sravan Kumar Lakkimsetti2 years
I20220208-1800eclipse.platform.team-I20220208-1800.tar.gz  eclipse.platform.team-I20220208-1800.tar.xz  eclipse.platform.team-I20220208-1800.zip  Sravan Kumar Lakkimsetti2 years
Y20220204-0620eclipse.platform.team-Y20220204-0620.tar.gz  eclipse.platform.team-Y20220204-0620.tar.xz  eclipse.platform.team-Y20220204-0620.zip  Sravan Kumar Lakkimsetti2 years
Y20220204-0750eclipse.platform.team-Y20220204-0750.tar.gz  eclipse.platform.team-Y20220204-0750.tar.xz  eclipse.platform.team-Y20220204-0750.zip  Sravan Kumar Lakkimsetti2 years
Y20220204-1200eclipse.platform.team-Y20220204-1200.tar.gz  eclipse.platform.team-Y20220204-1200.tar.xz  eclipse.platform.team-Y20220204-1200.zip  Sravan Kumar Lakkimsetti2 years
Y20220205-0600eclipse.platform.team-Y20220205-0600.tar.gz  eclipse.platform.team-Y20220205-0600.tar.xz  eclipse.platform.team-Y20220205-0600.zip  Sravan Kumar Lakkimsetti2 years
Y20220206-0600eclipse.platform.team-Y20220206-0600.tar.gz  eclipse.platform.team-Y20220206-0600.tar.xz  eclipse.platform.team-Y20220206-0600.zip  Sravan Kumar Lakkimsetti2 years
Y20220207-0600eclipse.platform.team-Y20220207-0600.tar.gz  eclipse.platform.team-Y20220207-0600.tar.xz  eclipse.platform.team-Y20220207-0600.zip  Sravan Kumar Lakkimsetti2 years
Y20220208-0600eclipse.platform.team-Y20220208-0600.tar.gz  eclipse.platform.team-Y20220208-0600.tar.xz  eclipse.platform.team-Y20220208-0600.zip  Sravan Kumar Lakkimsetti2 years
Y20220209-0600eclipse.platform.team-Y20220209-0600.tar.gz  eclipse.platform.team-Y20220209-0600.tar.xz  eclipse.platform.team-Y20220209-0600.zip  Sravan Kumar Lakkimsetti2 years
I20220121-1800eclipse.platform.team-I20220121-1800.tar.gz  eclipse.platform.team-I20220121-1800.tar.xz  eclipse.platform.team-I20220121-1800.zip  Andrey Loskutov2 years
I20220122-1800eclipse.platform.team-I20220122-1800.tar.gz  eclipse.platform.team-I20220122-1800.tar.xz  eclipse.platform.team-I20220122-1800.zip  Andrey Loskutov2 years
I20220123-1800eclipse.platform.team-I20220123-1800.tar.gz  eclipse.platform.team-I20220123-1800.tar.xz  eclipse.platform.team-I20220123-1800.zip  Andrey Loskutov2 years
I20220124-0510eclipse.platform.team-I20220124-0510.tar.gz  eclipse.platform.team-I20220124-0510.tar.xz  eclipse.platform.team-I20220124-0510.zip  Andrey Loskutov2 years
I20220125-0320eclipse.platform.team-I20220125-0320.tar.gz  eclipse.platform.team-I20220125-0320.tar.xz  eclipse.platform.team-I20220125-0320.zip  Andrey Loskutov2 years
I20220125-1800eclipse.platform.team-I20220125-1800.tar.gz  eclipse.platform.team-I20220125-1800.tar.xz  eclipse.platform.team-I20220125-1800.zip  Andrey Loskutov2 years
I20220126-0520eclipse.platform.team-I20220126-0520.tar.gz  eclipse.platform.team-I20220126-0520.tar.xz  eclipse.platform.team-I20220126-0520.zip  Andrey Loskutov2 years
I20220126-1800eclipse.platform.team-I20220126-1800.tar.gz  eclipse.platform.team-I20220126-1800.tar.xz  eclipse.platform.team-I20220126-1800.zip  Andrey Loskutov2 years
I20220127-1800eclipse.platform.team-I20220127-1800.tar.gz  eclipse.platform.team-I20220127-1800.tar.xz  eclipse.platform.team-I20220127-1800.zip  Andrey Loskutov2 years
I20220128-1800eclipse.platform.team-I20220128-1800.tar.gz  eclipse.platform.team-I20220128-1800.tar.xz  eclipse.platform.team-I20220128-1800.zip  Andrey Loskutov2 years
I20220129-1800eclipse.platform.team-I20220129-1800.tar.gz  eclipse.platform.team-I20220129-1800.tar.xz  eclipse.platform.team-I20220129-1800.zip  Andrey Loskutov2 years
I20220131-0700eclipse.platform.team-I20220131-0700.tar.gz  eclipse.platform.team-I20220131-0700.tar.xz  eclipse.platform.team-I20220131-0700.zip  Andrey Loskutov2 years
I20220131-0800eclipse.platform.team-I20220131-0800.tar.gz  eclipse.platform.team-I20220131-0800.tar.xz  eclipse.platform.team-I20220131-0800.zip  Andrey Loskutov2 years
I20220201-0310eclipse.platform.team-I20220201-0310.tar.gz  eclipse.platform.team-I20220201-0310.tar.xz  eclipse.platform.team-I20220201-0310.zip  Andrey Loskutov2 years
I20220201-1800eclipse.platform.team-I20220201-1800.tar.gz  eclipse.platform.team-I20220201-1800.tar.xz  eclipse.platform.team-I20220201-1800.zip  Andrey Loskutov2 years
I20220202-0620eclipse.platform.team-I20220202-0620.tar.gz  eclipse.platform.team-I20220202-0620.tar.xz  eclipse.platform.team-I20220202-0620.zip  Andrey Loskutov2 years
I20220202-1800eclipse.platform.team-I20220202-1800.tar.gz  eclipse.platform.team-I20220202-1800.tar.xz  eclipse.platform.team-I20220202-1800.zip  Andrey Loskutov2 years
I20220203-0300eclipse.platform.team-I20220203-0300.tar.gz  eclipse.platform.team-I20220203-0300.tar.xz  eclipse.platform.team-I20220203-0300.zip  Andrey Loskutov2 years
I20220203-1310eclipse.platform.team-I20220203-1310.tar.gz  eclipse.platform.team-I20220203-1310.tar.xz  eclipse.platform.team-I20220203-1310.zip  Andrey Loskutov2 years
I20220203-1550eclipse.platform.team-I20220203-1550.tar.gz  eclipse.platform.team-I20220203-1550.tar.xz  eclipse.platform.team-I20220203-1550.zip  Andrey Loskutov2 years
I20220203-1640eclipse.platform.team-I20220203-1640.tar.gz  eclipse.platform.team-I20220203-1640.tar.xz  eclipse.platform.team-I20220203-1640.zip  Andrey Loskutov2 years
Y20220121-0600eclipse.platform.team-Y20220121-0600.tar.gz  eclipse.platform.team-Y20220121-0600.tar.xz  eclipse.platform.team-Y20220121-0600.zip  Andrey Loskutov2 years
Y20220122-0600eclipse.platform.team-Y20220122-0600.tar.gz  eclipse.platform.team-Y20220122-0600.tar.xz  eclipse.platform.team-Y20220122-0600.zip  Andrey Loskutov2 years
Y20220123-0600eclipse.platform.team-Y20220123-0600.tar.gz  eclipse.platform.team-Y20220123-0600.tar.xz  eclipse.platform.team-Y20220123-0600.zip  Andrey Loskutov2 years
Y20220124-0600eclipse.platform.team-Y20220124-0600.tar.gz  eclipse.platform.team-Y20220124-0600.tar.xz  eclipse.platform.team-Y20220124-0600.zip  Andrey Loskutov2 years
Y20220125-0600eclipse.platform.team-Y20220125-0600.tar.gz  eclipse.platform.team-Y20220125-0600.tar.xz  eclipse.platform.team-Y20220125-0600.zip  Andrey Loskutov2 years
Y20220126-0600eclipse.platform.team-Y20220126-0600.tar.gz  eclipse.platform.team-Y20220126-0600.tar.xz  eclipse.platform.team-Y20220126-0600.zip  Andrey Loskutov2 years
Y20220127-0600eclipse.platform.team-Y20220127-0600.tar.gz  eclipse.platform.team-Y20220127-0600.tar.xz  eclipse.platform.team-Y20220127-0600.zip  Andrey Loskutov2 years
Y20220128-0600eclipse.platform.team-Y20220128-0600.tar.gz  eclipse.platform.team-Y20220128-0600.tar.xz