Skip to content

Commit c96db04

Browse files
committed
Rename com.google.gct.idea to com.google.cloud.tools.intellij
1 parent be605a7 commit c96db04

File tree

245 files changed

+826
-850
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+826
-850
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ subprojects {
3636
sourceCompatibility = javaVersion
3737
targetCompatibility = javaVersion
3838
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
39-
group = 'com.google.gct'
39+
group = 'com.google.cloud.tools.intellij'
4040

4141
task jarSources(type:Jar) {
4242
from sourceSets.main.allSource

common-lib/src/main/java/com/google/gct/idea/BasePluginInfoService.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/BasePluginInfoService.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 The Android Open Source Project
2+
* Copyright (C) 2016 The Android Open Source Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,12 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea;
17+
package com.google.cloud.tools.intellij;
1818

19+
import com.google.cloud.tools.intellij.flags.PropertiesFileFlagReader;
20+
import com.google.cloud.tools.intellij.util.IntelliJPlatform;
1921
import com.google.common.annotations.VisibleForTesting;
20-
import com.google.gct.idea.flags.FlagReader;
21-
import com.google.gct.idea.flags.PropertiesFileFlagReader;
22-
import com.google.gct.idea.util.IntelliJPlatform;
22+
import com.google.cloud.tools.intellij.flags.FlagReader;
2323

2424
import com.intellij.ide.plugins.IdeaPluginDescriptor;
2525
import com.intellij.ide.plugins.PluginManager;

common-lib/src/main/java/com/google/gct/idea/DefaultPluginConfigurationService.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/DefaultPluginConfigurationService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 The Android Open Source Project
2+
* Copyright (C) 2016 The Android Open Source Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea;
17+
package com.google.cloud.tools.intellij;
1818

19-
import com.google.gct.idea.feedback.GoogleFeedbackErrorReporter;
19+
import com.google.cloud.tools.intellij.feedback.GoogleFeedbackErrorReporter;
2020

2121
import com.intellij.ExtensionPoints;
2222
import com.intellij.ide.plugins.IdeaPluginDescriptor;

common-lib/src/main/java/com/google/gct/idea/Feature.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/Feature.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 The Android Open Source Project
2+
* Copyright (C) 2016 The Android Open Source Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,9 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea;
17+
package com.google.cloud.tools.intellij;
1818

19-
import com.google.gct.idea.util.IntelliJPlatform;
19+
import com.google.cloud.tools.intellij.util.IntelliJPlatform;
2020

2121
import org.jetbrains.annotations.Nullable;
2222

common-lib/src/main/java/com/google/gct/idea/PluginConfigurationService.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/PluginConfigurationService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 The Android Open Source Project
2+
* Copyright (C) 2016 The Android Open Source Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea;
17+
package com.google.cloud.tools.intellij;
1818

1919
import com.intellij.openapi.extensions.ExtensionPointName;
2020

common-lib/src/main/java/com/google/gct/idea/PluginInfoService.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/PluginInfoService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 The Android Open Source Project
2+
* Copyright (C) 2016 The Android Open Source Project
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea;
17+
package com.google.cloud.tools.intellij;
1818

1919
/**
2020
* Instances of this service correspond to a particular IntelliJ plugin and

common-lib/src/main/java/com/google/gct/idea/feedback/ErrorReporterBundle.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/feedback/ErrorReporterBundle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea.feedback;
17+
package com.google.cloud.tools.intellij.feedback;
1818

1919
import com.intellij.CommonBundle;
2020

common-lib/src/main/java/com/google/gct/idea/feedback/FeedbackUtil.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/feedback/FeedbackUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea.feedback;
17+
package com.google.cloud.tools.intellij.feedback;
1818

1919
import com.intellij.ExtensionPoints;
2020
import com.intellij.ide.plugins.PluginManager;

common-lib/src/main/java/com/google/gct/idea/feedback/GoogleAnonymousFeedbackTask.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/feedback/GoogleAnonymousFeedbackTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea.feedback;
17+
package com.google.cloud.tools.intellij.feedback;
1818

1919
import com.google.common.annotations.VisibleForTesting;
2020

common-lib/src/main/java/com/google/gct/idea/feedback/GoogleFeedbackErrorReporter.java renamed to common-lib/src/main/java/com/google/cloud/tools/intellij/feedback/GoogleFeedbackErrorReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.google.gct.idea.feedback;
17+
package com.google.cloud.tools.intellij.feedback;
1818

1919
import com.google.common.annotations.VisibleForTesting;
2020
import com.google.common.collect.ImmutableMap;

0 commit comments

Comments
 (0)