Author: [EMAIL PROTECTED]
Date: Mon Dec 1 13:59:31 2008
New Revision: 4215
Added:
releases/1.6/user/src/com/google/gwt/user/tools/ProjectCreator.java
Removed:
releases/1.6/dev/core/src/com/google/gwt/dev/ProjectCreator.java
releases/1.6/distro-source/linux/src/projectCreator
releases/1.6/distro-source/mac/src/projectCreator
releases/1.6/distro-source/windows/src/projectCreator.cmd
Modified:
releases/1.6/user/src/com/google/gwt/user/tools/util/CreatorUtilities.java
Log:
Remove all remnants of projectCreator from everything except the docs. Will
update the docs later. Also, added a placeholder ProjectCreator.java that
will
let users know that they should run ApplicationCreator instead.
Patch by: amitmanjhi
Review by: jat (desk review)
Added: releases/1.6/user/src/com/google/gwt/user/tools/ProjectCreator.java
==============================================================================
--- (empty file)
+++ releases/1.6/user/src/com/google/gwt/user/tools/ProjectCreator.java Mon
Dec 1 13:59:31 2008
@@ -0,0 +1,30 @@
+/*
+ * Copyright 2008 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
not
+ * use this file except in compliance with the License. You may obtain a
copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
under
+ * the License.
+ */
+package com.google.gwt.user.tools;
+
+/**
+ * Legacy ProjectCreator that will let users know that they should run
+ * ApplicationCreator instead.
+ */
+public final class ProjectCreator {
+
+ public static void main(String[] args) {
+ System.err.println("This application no longer exists!");
+ System.err.println("It has been merged with
com.google.gwt.user.tools.ApplicationCreator in gwt-user.jar");
+ System.exit(1);
+ }
+
+}
Modified:
releases/1.6/user/src/com/google/gwt/user/tools/util/CreatorUtilities.java
==============================================================================
---
releases/1.6/user/src/com/google/gwt/user/tools/util/CreatorUtilities.java
(original)
+++
releases/1.6/user/src/com/google/gwt/user/tools/util/CreatorUtilities.java
Mon Dec 1 13:59:31 2008
@@ -26,7 +26,7 @@
import java.util.List;
/**
- * Utility methods shared by ApplicationCreator and ProjectCreator.
+ * Utility methods used by ApplicationCreator.
*
*/
public class CreatorUtilities {
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---