woproject/projects/wolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions WOJavaApplicationLaunchShortcut.java,1.2,1.3
| Newsgroups | gmane.comp.web.webobjects.woproject.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27744/java/org/objectstyle/wolips/launching/actions
Modified Files:
WOJavaApplicationLaunchShortcut.java
Log Message:
eclipse 3.2M4 wtp1.0
Index: WOJavaApplicationLaunchShortcut.java
===================================================================
RCS file: /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.launching/java/org/objectstyle/wolips/launching/actions/WOJavaApplicationLaunchShortcut.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- WOJavaApplicationLaunchShortcut.java 24 Sep 2005 05:18:35 -0000 1.2
+++ WOJavaApplicationLaunchShortcut.java 26 Dec 2005 13:20:24 -0000 1.3
@@ -2,7 +2,7 @@
*
* The ObjectStyle Group Software License, Version 1.0
*
- * Copyright (c) 2002 2004 The ObjectStyle Group
+ * Copyright (c) 2002-2005 The ObjectStyle Group
* and individual authors of the software. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -91,7 +91,7 @@
String launchName = projectName + ": " + elementName;
wc = configType.newInstance(null, getLaunchManager().generateUniqueLaunchConfigurationNameFrom(launchName));
} catch (CoreException exception) {
- reportCreatingConfiguration(exception);
+ reportErorr(exception);
return null;
}
wc.setAttribute(IJavaLaunchConfigurationConstants.ATTR_MAIN_TYPE_NAME, type.getFullyQualifiedName());
@@ -101,7 +101,7 @@
try {
config = wc.doSave();
} catch (CoreException exception) {
- reportCreatingConfiguration(exception);
+ reportErorr(exception);
}
return config;
}
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click