File tree 15 files changed +43
-18
lines changed
org.jboss.tools.windup.core/src/org/jboss/tools/windup/core
org.jboss.tools.windup.ui/src/org/jboss/tools/windup/ui
tests/org.jboss.tools.windup.core.test/src/org/jboss/tools/windup/core/test
15 files changed +43
-18
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
8
8
* Contributors:
9
9
* Red Hat, Inc. - initial API and implementation
10
10
******************************************************************************/
11
-
12
11
package org .jboss .tools .windup .core ;
13
12
14
13
import org .eclipse .core .runtime .IStatus ;
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2011 Red Hat, Inc.
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
3
* Distributed under license by Red Hat, Inc. All rights reserved.
4
4
* This program is made available under the terms of the
5
5
* Eclipse Public License v1.0 which accompanies this distribution,
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
+ * Distributed under license by Red Hat, Inc. All rights reserved.
4
+ * This program is made available under the terms of the
5
+ * Eclipse Public License v1.0 which accompanies this distribution,
6
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Red Hat, Inc. - initial API and implementation
10
+ ******************************************************************************/
1
11
package org .jboss .tools .windup .core .test ;
2
12
3
13
import org .junit .runner .RunWith ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
+ * Distributed under license by Red Hat, Inc. All rights reserved.
4
+ * This program is made available under the terms of the
5
+ * Eclipse Public License v1.0 which accompanies this distribution,
6
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Red Hat, Inc. - initial API and implementation
10
+ ******************************************************************************/
1
11
package org .jboss .tools .windup .core .test ;
2
12
3
13
import org .osgi .framework .BundleActivator ;
@@ -14,16 +24,14 @@ static BundleContext getContext() {
14
24
return context ;
15
25
}
16
26
17
- /*
18
- * (non-Javadoc)
27
+ /**
19
28
* @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
20
29
*/
21
30
public void start (BundleContext bundleContext ) throws Exception {
22
31
WindupCoreTestPlugin .context = bundleContext ;
23
32
}
24
33
25
- /*
26
- * (non-Javadoc)
34
+ /**
27
35
* @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
28
36
*/
29
37
public void stop (BundleContext bundleContext ) throws Exception {
Original file line number Diff line number Diff line change 15
15
import java .util .ArrayList ;
16
16
import java .util .List ;
17
17
18
- import javax .swing .plaf .SliderUI ;
19
-
20
18
import org .apache .commons .io .FileUtils ;
21
19
import org .eclipse .core .resources .IFile ;
22
20
import org .eclipse .core .resources .IProject ;
Original file line number Diff line number Diff line change
1
+ /*******************************************************************************
2
+ * Copyright (c) 2013 Red Hat, Inc.
3
+ * Distributed under license by Red Hat, Inc. All rights reserved.
4
+ * This program is made available under the terms of the
5
+ * Eclipse Public License v1.0 which accompanies this distribution,
6
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
7
+ *
8
+ * Contributors:
9
+ * Red Hat, Inc. - initial API and implementation
10
+ ******************************************************************************/
1
11
package org .jboss .tools .windup .core .test ;
2
12
3
13
import java .util .ArrayList ;
You can’t perform that action at this time.
0 commit comments