Skip to content

Commit

Permalink
sort pom issues and license header issues fixed
Browse files Browse the repository at this point in the history
Signed-off-by: rnavagamuwa <[email protected]>
  • Loading branch information
rnavagamuwa committed Aug 18, 2016
1 parent 3dc8108 commit bb0747e
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 79 deletions.
8 changes: 4 additions & 4 deletions assembly/assembly-ide-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-ext-dashboard-client</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-flux-live-edit</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-gdb-ide</artifactId>
Expand Down Expand Up @@ -216,10 +220,6 @@
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-web-ext-web</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-flux-live-edit</artifactId>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
Expand Down
53 changes: 23 additions & 30 deletions ide/che-core-ide-stacks/src/main/resources/images/type-flux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2015 Serli SAS.
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:
Sun Seng David TAN <[email protected]> - initial API and implementation
Randika Navagamuwa <[email protected]> - initial API and implementation
<!--
Copyright (c) 2012-2016 Codenvy, S.A.
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:
Codenvy, S.A. - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
* Randika Navagamuwa <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.flux.liveedit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 www.rnavagamuwa.com
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Randika Navagamuwa <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.flux.liveedit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 www.rnavagamuwa.com
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Randika Navagamuwa <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.flux.liveedit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
* Randika Navagamuwa <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.flux.liveedit;

Expand All @@ -20,7 +19,7 @@
* Che product information constant.
*
* @author Randika Navagamuwa
* @author Sun
* @author Sun Seng David TAN
*/
public class FluxMessageBuilder {
private String fullPath;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.flux.liveedit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.socketio;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
*******************************************************************************/package org.eclipse.che.ide.socketio;
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.socketio;

import com.google.gwt.core.client.JavaScriptObject;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.socketio;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.socketio;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************
* Copyright (c) 2016 Serli SAS.
* Copyright (c) 2012-2016 Codenvy, S.A.
* 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:
* Sun Seng David TAN <[email protected]> - initial API and implementation
* Codenvy, S.A. - initial API and implementation
*******************************************************************************/
package org.eclipse.che.ide.socketio;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!--
Copyright (c) 2015 Serli SAS.
Copyright (c) 2012-2016 Codenvy, S.A.
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:
Sun Seng David TAN <[email protected]> - initial API and implementation
Codenvy, S.A. - initial API and implementation
-->
<module>
Expand Down
4 changes: 2 additions & 2 deletions plugins/plugin-pair-programming/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016 www.rnavagamuwa.com
Copyright (c) 2012-2016 Codenvy, S.A.
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:
Randika Navagamuwa <[email protected]> - initial API and implementation
Codenvy, S.A. - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@
<artifactId>che-plugin-ext-dashboard-client</artifactId>
<version>${che.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-flux-live-edit</artifactId>
<version>${che.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-gdb-ide</artifactId>
Expand Down Expand Up @@ -675,11 +680,6 @@
<artifactId>che-sample-plugin-json-server</artifactId>
<version>${che.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-flux-live-edit</artifactId>
<version>${che.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.che.sample</groupId>
<artifactId>che-sample-plugin-json-shared</artifactId>
Expand Down

0 comments on commit bb0747e

Please sign in to comment.