Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 312981 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_bujava.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2008 IBM Corporation and others.
2
# Copyright (c) 2008, 2014 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 24-30 Link Here
24
!--  Service.RuntimeId - ID of web service runtime 
24
!--  Service.RuntimeId - ID of web service runtime 
25
Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
25
Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
26
!-- Service.ServerId -  ID of target server 
26
!-- Service.ServerId -  ID of target server 
27
Service.ServerId=org.eclipse.jst.server.tomcat.60
27
Service.ServerId=org.eclipse.jst.server.tomcat.80
28
!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
28
!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
29
!-- Service.TypeId=Java Bean
29
!-- Service.TypeId=Java Bean
30
30
(-)a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_client.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2008 IBM Corporation and others.
2
# Copyright (c) 2008, 2014 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 25-31 Link Here
25
!--Client.RuntimeId - ID of web service runtime 
25
!--Client.RuntimeId - ID of web service runtime 
26
Client.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
26
Client.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
27
!--Client.ServerId - ID of target server 
27
!--Client.ServerId - ID of target server 
28
Client.ServerId=org.eclipse.jst.server.tomcat.60
28
Client.ServerId=org.eclipse.jst.server.tomcat.80
29
29
30
!--ClientProjectName - name of Client project - this property can be used to give the client project a 
30
!--ClientProjectName - name of Client project - this property can be used to give the client project a 
31
!-- different name than the project containing the initial selection
31
!-- different name than the project containing the initial selection
(-)a/bundles/org.eclipse.jst.ws.axis.consumption.core/ant/axis_tdjava.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2008 IBM Corporation and others.
2
# Copyright (c) 2008, 2014 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 24-30 Link Here
24
!--  Service.RuntimeId - ID of web service runtime 
24
!--  Service.RuntimeId - ID of web service runtime 
25
Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
25
Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
26
!-- Service.ServerId -  ID of target server 
26
!-- Service.ServerId -  ID of target server 
27
Service.ServerId=org.eclipse.jst.server.tomcat.60
27
Service.ServerId=org.eclipse.jst.server.tomcat.80
28
!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
28
!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
29
!-- Service.TypeId=Java Bean
29
!-- Service.TypeId=Java Bean
30
30
(-)a/bundles/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/preferences/PersistentServerRuntimeContext.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2004, 2009 IBM Corporation and others.
2
 * Copyright (c) 2004, 2014 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 32-38 Link Here
32
	private String FALLBACK_RUNTIME = "FALLBACK_RUNTIME";  // Web service runtime to fallback to if preferred runtime is not suitable
32
	private String FALLBACK_RUNTIME = "FALLBACK_RUNTIME";  // Web service runtime to fallback to if preferred runtime is not suitable
33
	//private String PREFERENCE_J2EE_VERSION = "PREFERENCE_J2EE_VERSION";
33
	//private String PREFERENCE_J2EE_VERSION = "PREFERENCE_J2EE_VERSION";
34
	
34
	
35
	private String SERVER_FACTORY_ID_DEFAULT = "org.eclipse.jst.server.tomcat.60";
35
	private String SERVER_FACTORY_ID_DEFAULT = "org.eclipse.jst.server.tomcat.80";
36
	private String RUNTIME_ID_DEFAULT = "org.eclipse.jst.ws.axis.creation.axisWebServiceRT";
36
	private String RUNTIME_ID_DEFAULT = "org.eclipse.jst.ws.axis.creation.axisWebServiceRT";
37
	
37
	
38
	public PersistentServerRuntimeContext()
38
	public PersistentServerRuntimeContext()
(-)a/bundles/org.eclipse.wst.command.env/ant/axisclient.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2005, 2006 IBM Corporation and others.
2
# Copyright (c) 2005, 2014 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 25-31 Link Here
25
!--Client.RuntimeId - ID of web service runtime 
25
!--Client.RuntimeId - ID of web service runtime 
26
Client.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
26
Client.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
27
!--Client.ServerId - ID of target server 
27
!--Client.ServerId - ID of target server 
28
Client.ServerId=org.eclipse.jst.server.tomcat.60
28
Client.ServerId=org.eclipse.jst.server.tomcat.80
29
29
30
!--ClientProjectName - name of Client project - this property can be used to give the client project a 
30
!--ClientProjectName - name of Client project - this property can be used to give the client project a 
31
!-- different name than the project containing the initial selection
31
!-- different name than the project containing the initial selection
(-)a/bundles/org.eclipse.wst.command.env/ant/axisservice.properties (-2 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2005, 2006 IBM Corporation and others.
2
# Copyright (c) 2005, 2014 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 24-30 Link Here
24
!--  Service.RuntimeId - ID of web service runtime 
24
!--  Service.RuntimeId - ID of web service runtime 
25
Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
25
Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
26
!-- Service.ServerId -  ID of target server 
26
!-- Service.ServerId -  ID of target server 
27
Service.ServerId=org.eclipse.jst.server.tomcat.60
27
Service.ServerId=org.eclipse.jst.server.tomcat.80
28
!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
28
!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
29
!-- Service.TypeId=Java Bean
29
!-- Service.TypeId=Java Bean
30
30

Return to bug 312981