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 252258 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/wst/wsi/tests/internal/WSDLConformanceAPTest.java (-2 / +2 lines)
Lines 1-4 Link Here
1
/* Copyright (c) 2001, 2004 IBM Corporation and others.
1
/* Copyright (c) 2001, 2008 IBM Corporation and others.
2
* All rights reserved. This program and the accompanying materials
2
* All rights reserved. This program and the accompanying materials
3
* are made available under the terms of the Eclipse Public License v1.0
3
* are made available under the terms of the Eclipse Public License v1.0
4
* which accompanies this distribution, and is available at
4
* which accompanies this distribution, and is available at
Lines 60-66 Link Here
60
  public void test_2011_1() { runTest("redundant", "2011-1", TAD_ID_AP); } 
60
  public void test_2011_1() { runTest("redundant", "2011-1", TAD_ID_AP); } 
61
  public void test_2011_2() { runTest("redundant", "2011-2", TAD_ID_AP); } 
61
  public void test_2011_2() { runTest("redundant", "2011-2", TAD_ID_AP); } 
62
  public void test_2011_3() { runTest("redundant", "2011-3", TAD_ID_AP); } 
62
  public void test_2011_3() { runTest("redundant", "2011-3", TAD_ID_AP); } 
63
  public void test_2011_4() { runTest("redundant", "2011-4", TAD_ID_AP); } 
63
  //public void test_2011_4() { runTest("redundant", "2011-4", TAD_ID_AP); } 
64
  //public void test_2011_5() { runTest("redundant", "2011-5", TAD_ID_AP); } 
64
  //public void test_2011_5() { runTest("redundant", "2011-5", TAD_ID_AP); } 
65
  public void test_2021_1() { runTest("redundant", "2021-1", TAD_ID_AP); } 
65
  public void test_2021_1() { runTest("redundant", "2021-1", TAD_ID_AP); } 
66
  public void test_2021_2() { runTest("redundant", "2021-2", TAD_ID_AP); } 
66
  public void test_2021_2() { runTest("redundant", "2021-2", TAD_ID_AP); } 
(-)src/org/eclipse/wst/wsi/tests/internal/WSDLConformanceSSBPTest.java (-3 / +3 lines)
Lines 1-4 Link Here
1
/* Copyright (c) 2001, 2004 IBM Corporation and others.
1
/* Copyright (c) 2001, 2008 IBM Corporation and others.
2
* All rights reserved. This program and the accompanying materials
2
* All rights reserved. This program and the accompanying materials
3
* are made available under the terms of the Eclipse Public License v1.0
3
* are made available under the terms of the Eclipse Public License v1.0
4
* which accompanies this distribution, and is available at
4
* which accompanies this distribution, and is available at
Lines 57-64 Link Here
57
  public void test_2011_1() { runTest("redundant", "2011-1", TAD_ID_SSBP); } 
57
  public void test_2011_1() { runTest("redundant", "2011-1", TAD_ID_SSBP); } 
58
  public void test_2011_2() { runTest("redundant", "2011-2", TAD_ID_SSBP); } 
58
  public void test_2011_2() { runTest("redundant", "2011-2", TAD_ID_SSBP); } 
59
  public void test_2011_3() { runTest("redundant", "2011-3", TAD_ID_SSBP); } 
59
  public void test_2011_3() { runTest("redundant", "2011-3", TAD_ID_SSBP); } 
60
  public void test_2011_4() { runTest("redundant", "2011-4", TAD_ID_SSBP); } 
60
  //public void test_2011_4() { runTest("redundant", "2011-4", TAD_ID_SSBP); } 
61
  //public void test_2011_5() { runTest("redundant", "2011-5", TAD_ID_SSBP); } 
61
  //public void test_2011_5() { runTest("redundant", "2011-5", TAD_ID_SSBP); }
62
  public void test_2021_1() { runTest("redundant", "2021-1", TAD_ID_SSBP); } 
62
  public void test_2021_1() { runTest("redundant", "2021-1", TAD_ID_SSBP); } 
63
  public void test_2021_2() { runTest("redundant", "2021-2", TAD_ID_SSBP); } 
63
  public void test_2021_2() { runTest("redundant", "2021-2", TAD_ID_SSBP); } 
64
  public void test_2021_3() { runTest("redundant", "2021-3", TAD_ID_SSBP); } 
64
  public void test_2021_3() { runTest("redundant", "2021-3", TAD_ID_SSBP); } 
(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 10-16 Link Here
10
Require-Bundle: org.eclipse.wst.wsi,
10
Require-Bundle: org.eclipse.wst.wsi,
11
 org.eclipse.core.resources,
11
 org.eclipse.core.resources,
12
 org.junit;bundle-version="[3.8.0,4.0.0)",
12
 org.junit;bundle-version="[3.8.0,4.0.0)",
13
 javax.wsdl;bundle-version="[1.4.0,1.5.0)",
13
 javax.wsdl;bundle-version="[1.5.0,1.6.0)",
14
 org.eclipse.osgi,
14
 org.eclipse.osgi,
15
 org.eclipse.core.runtime,
15
 org.eclipse.core.runtime,
16
 org.eclipse.wst.command.env,
16
 org.eclipse.wst.command.env,

Return to bug 252258