You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui.test/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/StandardDeployPreferencesPanelTest.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/StandardDeployPreferencesPanel.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/messages.properties
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,12 @@ tooltip.stop.previous.version=If checked, stops the previously running version w
40
40
new version that receives all traffic.
41
41
tooltip.staging.bucket=The Google Cloud Storage bucket used to stage files for deployment. \
42
42
If not specified, the application''s default code bucket is used.
43
+
44
+
#Project selector
45
+
projectselector.selectProject=Select a Google Cloud Platform project
46
+
projectselector.createproject=Create a project in the <a href="{0}">Cloud Console</a>. Then refresh this list.
47
+
projectselector.createproject.tooltip=Opens the Cloud Console in a browser. You will need to refresh the project list \
48
+
after the project is created.
43
49
projectselector.retrieveproject.error.title=Failed to retrieve projects
44
50
projectselector.retrieveproject.error.message=An error occurred while retrieving projects: {0}
45
51
projectselector.retrieveapplication.error.title=Failed to retrieve App Engine application
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries.test/src/com/google/cloud/tools/eclipse/appengine/libraries/AppEngineLibrariesInPluginXmlTest.java
+25-11Lines changed: 25 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ public void testAppEngineApiLibraryConfig() throws URISyntaxException {
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries.test/src/com/google/cloud/tools/eclipse/appengine/libraries/PomTest.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,6 @@ public void testAddDependencies()
0 commit comments