Sie sind auf Seite 1von 3

http://download.eclipse.org/technology/m2e/releases/1.4/1.45thFeb2015.0.

20130601-
0317

http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-
tycho/0.6.0/N/0.6.0.201207302152/

http://m2eclipse.sonatype.org/sites/m2e/0.12.1.20110112-1712/

http://download.eclipse.org/technology/m2e/releases
http://download.eclipse.org/technology/m2e/releases/1.6/1.6.2.20150902-0002 (I Used
it as Maven Plugin)
Cisco VPN client
http://www.security-solutions.co.za/downloads.html

\\206.44.72.210\d$\Cognizant\Timesheets

cd c%JAVA_HOME%\jre\lib\security> %JAVA_HOME%\jre\bin\keytool -v -alias repo1


-import -file d:\pathtoexportedcertificate.cer -keystore trust.jks�

cd C:\Program Files\Java\jdk1.7.0_71\jre\lib\security> C:\Program


Files\Java\jdk1.7.0_71\jre\bin\keytool -v -alias repo1 -import -file D:\repo1.cer
-keystore trust.jks�

\\ctsintcosfam\AMEX-GCT\AEMCompetency\StatusSheet-BGL15CJ005
webmail.irco.com
corp\ccdasu
FAC7bCYf

Dev2-----
http://clkebizday2.comfortsite.com:4502/crx/de/index.jsp
User: ccdasu
Password: mpakIR98

-----

Qa ----
� User: ccdasu
� Password: Riktub64

http://qa-auth1.ir.3sharecorp.com:4502/
admin
Go7ty!1Kcu%7
------------------
http://clkebizday3.comfortsite.com:4502/
ccdchd/ Pobbys23 Sorto29
-------------------
madhuri.Paka@irco.com - sumologic

\\206.44.72.210\d$\Cognizant\Timesheets

https://service.sumologic.com/ui/
madhuri.paka@irco.com
Paka.Madhuri@cognizant.com
----
89011818041705958---sandeep
----
mpaka
Renuk@451
https://ingersollrand.atlassian.net/login
-----------------------------

Ccdchd / Yuvan2011
---------------

to change password of IR----


clr-cd-67n42r1 - in remote desktop connection
and enter ur IR account credentials and enter Ctrl+Alt+end to change password
----

<dependency>
<groupId>com.ircolib</groupId>
<artifactId>ir-commons</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

FIle>>import>>existing maven project>> browse check both the poms

trane.commercial>>commercial, Ircolib, citytechlibrararies, trane-www


4533200366

https://customer.onlinelic.in/LIC_Corporate.html
699065727
13188
PCCOPS@cognizant.com

Listeners for :: change of tabs in dialog on selection ----


function(tab,noSwitch){var tabs=['props','withimage','withoutimage'];var
index=tabs.indexOf(tab);if(index==-1) return;
for(var i=1;i<tabs.length;i++){if(index==i)
{this.unhideTabStripItem(i);}else{this.hideTabStripItem(i);}}this.doLayout();if(!
noSwitch)this.activate(index);}

Listeners for if email is manadatory is checked then email text should be


manadatory---
function(field,value){
var dialog=field.findParentByType('dialog');
var emailmandatory = field.getValue();
var email = dialog.getField("./email");
if(emailmandatory== "true"){email.allowBlank = false;}else{email.allowBlank =
true;}
}
--- listeners---
function(box){
var dialog=box.findParentByType('dialog');
var desktopImage = box.getValue();
var desktopimage= dialog.getField("./desktopimage");
var mobileimage = dialog.getField("./mobileimage");
var desktopbannermage = dialog.getField("./desktopbannermage");
var mobilebannerimage = dialog.getField("./mobilebannerimage");
if(this.getValue()=='withimage'){
this.findParentByType('tabpanel').unhideTabStripItem(1);
this.findParentByType('tabpanel').setActiveTab(0);
this.findParentByType('tabpanel').hideTabStripItem(2);
desktopbannermage.allowBlank=true;
mobilebannerimage.allowBlank=true;
}
else if(this.getValue()=='withoutimage'){
this.findParentByType('tabpanel').unhideTabStripItem(2);
this.findParentByType('tabpanel').setActiveTab(0);
this.findParentByType('tabpanel').hideTabStripItem(1);
desktopimage.allowBlank=true;
mobileimage.allowBlank=true;
}

Das könnte Ihnen auch gefallen