Ran copyright tool to update source and .properties with correct copyright info for 2004
diff --git a/features/org.eclipse.jem-feature/com.ibm.wtp.common.util/build.properties b/features/org.eclipse.jem-feature/com.ibm.wtp.common.util/build.properties index 2f70d4e..a1d4ee3 100644 --- a/features/org.eclipse.jem-feature/com.ibm.wtp.common.util/build.properties +++ b/features/org.eclipse.jem-feature/com.ibm.wtp.common.util/build.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### bin.includes = plugin.xml,\ util.jar,\ .options
diff --git a/features/org.eclipse.jem-feature/com.ibm.wtp.common.utilities-feature/build.properties b/features/org.eclipse.jem-feature/com.ibm.wtp.common.utilities-feature/build.properties index dbd64b7..67a7068 100644 --- a/features/org.eclipse.jem-feature/com.ibm.wtp.common.utilities-feature/build.properties +++ b/features/org.eclipse.jem-feature/com.ibm.wtp.common.utilities-feature/build.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### bin.includes = feature.xml
diff --git a/features/org.eclipse.jem-feature/com.ibm.wtp.emf.integration.core-feature/build.properties b/features/org.eclipse.jem-feature/com.ibm.wtp.emf.integration.core-feature/build.properties index dbd64b7..67a7068 100644 --- a/features/org.eclipse.jem-feature/com.ibm.wtp.emf.integration.core-feature/build.properties +++ b/features/org.eclipse.jem-feature/com.ibm.wtp.emf.integration.core-feature/build.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### bin.includes = feature.xml
diff --git a/features/org.eclipse.jem-feature/com.ibm.wtp.emf.workbench/build.properties b/features/org.eclipse.jem-feature/com.ibm.wtp.emf.workbench/build.properties index a3ee990..6cf7330 100644 --- a/features/org.eclipse.jem-feature/com.ibm.wtp.emf.workbench/build.properties +++ b/features/org.eclipse.jem-feature/com.ibm.wtp.emf.workbench/build.properties
@@ -1,2 +1,12 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### bin.includes = plugin.xml,\ emfworkbench.jar
diff --git a/features/org.eclipse.jem-feature/sourceTemplatePlugin/about.properties b/features/org.eclipse.jem-feature/sourceTemplatePlugin/about.properties index 205870b..992f525 100644 --- a/features/org.eclipse.jem-feature/sourceTemplatePlugin/about.properties +++ b/features/org.eclipse.jem-feature/sourceTemplatePlugin/about.properties
@@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/features/org.eclipse.jem-feature/sourceTemplatePlugin/Attic/about.properties,v $ -# $Revision: 1.3 $ $Date: 2004/06/11 15:13:07 $ +# $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:51 $ # # about.properties
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanDecorator.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanDecorator.java index 8c4904a..c0fee72 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanDecorator.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanDecorator.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: BeanDecorator.java,v $ - * $Revision: 1.5 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.5.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanEvent.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanEvent.java index 1295728..6f1fd3a 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanEvent.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeanEvent.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: BeanEvent.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.eclipse.jem.java.JavaEvent;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeaninfoPackage.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeaninfoPackage.java index 47a8650..b18ba70 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeaninfoPackage.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/BeaninfoPackage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: BeaninfoPackage.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.eclipse.emf.ecore.EAttribute;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/EventSetDecorator.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/EventSetDecorator.java index 3cd22d7..1cb2929 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/EventSetDecorator.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/EventSetDecorator.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: EventSetDecorator.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:37 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureAttributeValue.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureAttributeValue.java index c8b4fff..5e7d2da 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureAttributeValue.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureAttributeValue.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: FeatureAttributeValue.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureDecorator.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureDecorator.java index 62de2ba..513eeb8 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureDecorator.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/FeatureDecorator.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: FeatureDecorator.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/IndexedPropertyDecorator.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/IndexedPropertyDecorator.java index 00fc264..2532464 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/IndexedPropertyDecorator.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/IndexedPropertyDecorator.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: IndexedPropertyDecorator.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodDecorator.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodDecorator.java index e256a10..0f0e394 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodDecorator.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodDecorator.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: MethodDecorator.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodProxy.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodProxy.java index 3770883..a2e3bd4 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodProxy.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/MethodProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: MethodProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/ParameterDecorator.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/ParameterDecorator.java index ac5752f..9134198 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/ParameterDecorator.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/ParameterDecorator.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: ParameterDecorator.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/PropertyDecorator.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/PropertyDecorator.java index 682ba18..dede766 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/PropertyDecorator.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/PropertyDecorator.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo; /* * $RCSfile: PropertyDecorator.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeanInfoAdapterMessages.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeanInfoAdapterMessages.java index 1b1cde6..9e8c47c 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeanInfoAdapterMessages.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeanInfoAdapterMessages.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: BeanInfoAdapterMessages.java,v $ - * $Revision: 1.2 $ $Date: 2004/05/25 14:05:30 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:19:38 $ */ package org.eclipse.jem.internal.beaninfo.adapters; @@ -42,4 +42,4 @@ return '!' + key + '!'; } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoAdapterFactory.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoAdapterFactory.java index bf8d231..02e1336 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoAdapterFactory.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoAdapterFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: BeaninfoAdapterFactory.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/09 22:46:55 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; @@ -204,4 +204,4 @@ fIntrospected.remove(wv.getKey()); } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoClassAdapter.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoClassAdapter.java index db387b4..396fe9b 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoClassAdapter.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoClassAdapter.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: BeaninfoClassAdapter.java,v $ - * $Revision: 1.15 $ $Date: 2004/06/16 20:58:31 $ + * $Revision: 1.15.2.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.io.FileNotFoundException; @@ -2020,4 +2020,4 @@ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoJavaReflectionKeyExtension.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoJavaReflectionKeyExtension.java index 00458ce..3e62a5a 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoJavaReflectionKeyExtension.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoJavaReflectionKeyExtension.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: BeaninfoJavaReflectionKeyExtension.java,v $ - * $Revision: 1.3 $ $Date: 2004/02/05 23:11:22 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.util.Iterator;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoModelSynchronizer.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoModelSynchronizer.java index 96a82e1..dd9c32a 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoModelSynchronizer.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoModelSynchronizer.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: BeaninfoModelSynchronizer.java,v $ - * $Revision: 1.5 $ $Date: 2004/06/09 22:46:55 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.eclipse.core.runtime.IPath; @@ -195,4 +195,4 @@ public String toString() { return super.toString()+" "+fProject.getElementName(); //$NON-NLS-1$ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoNature.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoNature.java index 7d0faf0..a6207ec 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoNature.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoNature.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: BeaninfoNature.java,v $ - * $Revision: 1.21 $ $Date: 2004/06/16 20:58:31 $ + * $Revision: 1.21.2.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.io.*; @@ -926,4 +926,4 @@ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoSuperAdapter.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoSuperAdapter.java index f0602d2..d82d023 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoSuperAdapter.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/BeaninfoSuperAdapter.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: BeaninfoSuperAdapter.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/DOMReader.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/DOMReader.java index 48ea81f..d71b6c1 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/DOMReader.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/DOMReader.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: DOMReader.java,v $ - * $Revision: 1.4 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.4.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.w3c.dom.Element; @@ -70,4 +70,4 @@ return (element instanceof Element) && ((Element) element).hasAttribute(attributeName) ? ((Element) element).getAttribute(attributeName) : null; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/IReader.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/IReader.java index 78af9db..7adc87e 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/IReader.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/IReader.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: IReader.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */ /** * This is internal interface for reading beaninfoConfig either through IConfigurationElements or
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/SpecialResourceSet.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/SpecialResourceSet.java index 7703742..7cba18f 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/SpecialResourceSet.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/adapters/SpecialResourceSet.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.adapters; /* * $RCSfile: SpecialResourceSet.java,v $ - * $Revision: 1.5 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.5.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import com.ibm.wtp.internal.emf.workbench.ProjectResourceSetImpl;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoEntry.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoEntry.java index 2134d1f..db71808 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoEntry.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoEntry.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: BeaninfoEntry.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.util.ArrayList; @@ -372,4 +372,4 @@ return pluginPath.hashCode() ^ (isExported ? Boolean.TRUE : Boolean.FALSE).hashCode(); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoPlugin.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoPlugin.java index 8f9bd53..329ce7a 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoPlugin.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoPlugin.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: BeaninfoPlugin.java,v $ - * $Revision: 1.5 $ $Date: 2004/06/09 22:46:55 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoRegistration.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoRegistration.java index ef74369..392f019 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoRegistration.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfoRegistration.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: BeaninfoRegistration.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.eclipse.core.runtime.IConfigurationElement;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfosDoc.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfosDoc.java index 2a47bc1..37a5a2e 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfosDoc.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/BeaninfosDoc.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: BeaninfosDoc.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.util.ArrayList; @@ -84,4 +84,4 @@ } return root; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/ConfigurationElementReader.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/ConfigurationElementReader.java index decf591..1bac7e3 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/ConfigurationElementReader.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/ConfigurationElementReader.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: ConfigurationElementReader.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.lang.reflect.Array;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfoSupplier.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfoSupplier.java index 5cc0163..a5dcecd 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfoSupplier.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfoSupplier.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: IBeaninfoSupplier.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:19:38 $ */ @@ -52,4 +52,4 @@ */ public IProject getProject(); -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfosDocEntry.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfosDocEntry.java index 75162d0..069d714 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfosDocEntry.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/IBeaninfosDocEntry.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: IBeaninfosDocEntry.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.eclipse.core.resources.IProject;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Init.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Init.java index abdab10..e469ec4 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Init.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Init.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: Init.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.eclipse.emf.ecore.resource.ResourceSet; import org.eclipse.emf.ecore.util.EcoreUtil; @@ -64,4 +64,4 @@ factory.closeAll(clearResults); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/SearchpathEntry.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/SearchpathEntry.java index 10ce787..9e3ac0b 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/SearchpathEntry.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/SearchpathEntry.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: SearchpathEntry.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import org.eclipse.core.resources.IProject; @@ -186,4 +186,4 @@ return hashCode; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Utilities.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Utilities.java index 8e61323..5e44ef3 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Utilities.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/core/Utilities.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.core; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.core; /* * $RCSfile: Utilities.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/24 15:07:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.lang.reflect.InvocationTargetException; import java.util.Iterator; @@ -455,4 +455,4 @@ } }; -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanDecoratorImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanDecoratorImpl.java index af661da..611730f 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanDecoratorImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanDecoratorImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: BeanDecoratorImpl.java,v $ - * $Revision: 1.11 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.11.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanEventImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanEventImpl.java index 28dc344..6ee0356 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanEventImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeanEventImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: BeanEventImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoFactoryImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoFactoryImpl.java index 15450e2..bd9ce77 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoFactoryImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoFactoryImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: BeaninfoFactoryImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.util.Map;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoPackageImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoPackageImpl.java index df99189..a6b2cd8 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoPackageImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/BeaninfoPackageImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: BeaninfoPackageImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */ import java.util.Map;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/EventSetDecoratorImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/EventSetDecoratorImpl.java index bf998ef..d0d1c09 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/EventSetDecoratorImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/EventSetDecoratorImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: EventSetDecoratorImpl.java,v $ - * $Revision: 1.5 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.5.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeMapEntryImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeMapEntryImpl.java index bf4419b..c98d7d4 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeMapEntryImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeMapEntryImpl.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: FeatureAttributeMapEntryImpl.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:19:38 $ */ package org.eclipse.jem.internal.beaninfo.impl;
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeValueImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeValueImpl.java index a05a5c1..63abb1e 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeValueImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureAttributeValueImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: FeatureAttributeValueImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureDecoratorImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureDecoratorImpl.java index 8a5d83f..0756be9 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureDecoratorImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/FeatureDecoratorImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: FeatureDecoratorImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/08 21:25:33 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/IndexedPropertyDecoratorImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/IndexedPropertyDecoratorImpl.java index ab6b432..9487aa2 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/IndexedPropertyDecoratorImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/IndexedPropertyDecoratorImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: IndexedPropertyDecoratorImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:49:10 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodDecoratorImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodDecoratorImpl.java index eff8666..199a36d 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodDecoratorImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodDecoratorImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: MethodDecoratorImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodProxyImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodProxyImpl.java index 6b7c933..f0ba767 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodProxyImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/MethodProxyImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: MethodProxyImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/ParameterDecoratorImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/ParameterDecoratorImpl.java index 8fd0700..af0388b 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/ParameterDecoratorImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/ParameterDecoratorImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: ParameterDecoratorImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:17:00 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/PropertyDecoratorImpl.java b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/PropertyDecoratorImpl.java index 48ca3b6..2b0acc3 100644 --- a/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/PropertyDecoratorImpl.java +++ b/plugins/org.eclipse.jem.beaninfo/beaninfo/org/eclipse/jem/internal/beaninfo/impl/PropertyDecoratorImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.impl; /* * $RCSfile: PropertyDecoratorImpl.java,v $ - * $Revision: 1.5 $ $Date: 2004/03/30 21:14:59 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:38 $ */
diff --git a/plugins/org.eclipse.jem.beaninfo/build.properties b/plugins/org.eclipse.jem.beaninfo/build.properties index 43df901..3d3c508 100644 --- a/plugins/org.eclipse.jem.beaninfo/build.properties +++ b/plugins/org.eclipse.jem.beaninfo/build.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### src.excludes = **/.cvsignore bin.includes = plugin.xml,\ plugin.properties,\
diff --git a/plugins/org.eclipse.jem.beaninfo/plugin.properties b/plugins/org.eclipse.jem.beaninfo/plugin.properties index 2779ae0..58e07ad 100644 --- a/plugins/org.eclipse.jem.beaninfo/plugin.properties +++ b/plugins/org.eclipse.jem.beaninfo/plugin.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.beaninfo/plugin.properties,v $ -# $Revision: 1.4 $ $Date: 2004/05/24 23:23:31 $ +# $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:38 $ #
diff --git a/plugins/org.eclipse.jem.proxy/build.properties b/plugins/org.eclipse.jem.proxy/build.properties index ea55d27..657ae0a 100644 --- a/plugins/org.eclipse.jem.proxy/build.properties +++ b/plugins/org.eclipse.jem.proxy/build.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### source.proxyide.jar = proxyide/ source.proxycommon.jar = proxyCommon/ source.proxy.jar = proxy/
diff --git a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/InitializationStringParser.java b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/InitializationStringParser.java index f28f06f..c07fcd2 100644 --- a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/InitializationStringParser.java +++ b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/InitializationStringParser.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.initParser; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.initParser; /* * $RCSfile: InitializationStringParser.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/MethodHelper.java b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/MethodHelper.java index 71ee7cf..0c5d806 100644 --- a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/MethodHelper.java +++ b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/MethodHelper.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.initParser; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.initParser; /* * $RCSfile: MethodHelper.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -263,4 +263,4 @@ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/NullLiteral.java b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/NullLiteral.java index cf58f3f..6e7fd82 100644 --- a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/NullLiteral.java +++ b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/NullLiteral.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.internal.proxy.initParser; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.initParser; + /* * $RCSfile: NullLiteral.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties index eff0782..76a4aa8 100644 --- a/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties +++ b/plugins/org.eclipse.jem.proxy/initParser/org/eclipse/jem/internal/proxy/initParser/tree/messages.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### ExpressionProcesser.CannotCastXToY_EXC_ = IWAV0156E Cannot cast "{0}" to be "{1}". ExpressionProcesser.InvalidOperandOfPrefixOperator_EXC_ = IWAV0157E {0} not valid as the operand of prefix operator "{1}". ExpressionProcesser.InvalidOperandOfOperator_EXC_ = IWAV0158E {0} not valid as the operand of operator "{1}".
diff --git a/plugins/org.eclipse.jem.proxy/plugin.properties b/plugins/org.eclipse.jem.proxy/plugin.properties index e7b63a5..1b8c98a 100644 --- a/plugins/org.eclipse.jem.proxy/plugin.properties +++ b/plugins/org.eclipse.jem.proxy/plugin.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.proxy/plugin.properties,v $ -# $Revision: 1.3 $ $Date: 2004/03/22 23:49:02 $ +# $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:03 $ #
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/CollectionBeanProxyWrapper.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/CollectionBeanProxyWrapper.java index bedac79..0420d6e 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/CollectionBeanProxyWrapper.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/CollectionBeanProxyWrapper.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: CollectionBeanProxyWrapper.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.core.runtime.*; @@ -134,4 +134,4 @@ public IArrayBeanProxy toArray(IArrayBeanProxy array) throws ThrowableProxy { return (IArrayBeanProxy) fConstants.getCollectionToArrayWithArray().invoke(fCollection, array); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/EnumerationBeanProxyWrapper.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/EnumerationBeanProxyWrapper.java index c2350a1..5a42546 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/EnumerationBeanProxyWrapper.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/EnumerationBeanProxyWrapper.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: EnumerationBeanProxyWrapper.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -76,4 +76,4 @@ return fConstants.getEnumerationNextElement().invoke(fEnumeration); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IAccessibleObjectProxy.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IAccessibleObjectProxy.java index 04ee2e0..bd608fa 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IAccessibleObjectProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IAccessibleObjectProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IAccessibleObjectProxy.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/12 21:44:26 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:19:03 $ */ /**
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IBeanTypeProxy.java index adffe44..2f8f6c4 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/04/20 09:01:20 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICallback.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICallback.java index 0e09261..4c6c57e 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICallback.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICallback.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: ICallback.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/04 21:25:37 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.io.InputStream; @@ -149,4 +149,4 @@ * @since 1.0.0 */ public void calledBackStream(int msgID, InputStream is); -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICharacterBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICharacterBeanProxy.java index a1b85be..44cacff 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICharacterBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ICharacterBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: ICharacterBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributionController.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributionController.java index e06842b..52bb011 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributionController.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributionController.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IConfigurationContributionController.java,v $ - * $Revision: 1.5 $ $Date: 2004/06/02 15:57:12 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.core.resources.IProject;
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributor.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributor.java index e4ff11f..70f952b 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributor.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConfigurationContributor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IConfigurationContributor.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:49:02 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -73,4 +73,4 @@ * @since 1.0.0 */ public void contributeToRegistry(ProxyFactoryRegistry registry); -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConstructorProxy.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConstructorProxy.java index b72e167..836eaf4 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConstructorProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IConstructorProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IConstructorProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/12 21:44:26 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IFieldProxy.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IFieldProxy.java index de970bf..f555e93 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IFieldProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IFieldProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IFieldProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/12 21:44:26 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IMethodProxy.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IMethodProxy.java index a1236d5..d375e89 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IMethodProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IMethodProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IMethodProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/12 21:44:26 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IStandardBeanProxyFactory.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IStandardBeanProxyFactory.java index d89ec88..c589d41 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IStandardBeanProxyFactory.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IStandardBeanProxyFactory.java
@@ -1,9 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; - - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -11,9 +8,12 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; + + /* * $RCSfile: IStandardBeanProxyFactory.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IteratorBeanProxyWrapper.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IteratorBeanProxyWrapper.java index 9ffdb71..323df93 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IteratorBeanProxyWrapper.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/IteratorBeanProxyWrapper.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: IteratorBeanProxyWrapper.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -81,4 +81,4 @@ fConstants.getIteratorRemove().invoke(fIterator); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListBeanProxyWrapper.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListBeanProxyWrapper.java index 113817d..2c9f4d6 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListBeanProxyWrapper.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListBeanProxyWrapper.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: ListBeanProxyWrapper.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -108,4 +108,4 @@ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListIteratorBeanProxyWrapper.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListIteratorBeanProxyWrapper.java index 852fb63..205ad60 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListIteratorBeanProxyWrapper.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ListIteratorBeanProxyWrapper.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: ListIteratorBeanProxyWrapper.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -81,4 +81,4 @@ fConstants.getListIteratorSet().invoke(fIterator, object); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ProxyPlugin.java b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ProxyPlugin.java index 6f5eb51..23833df 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ProxyPlugin.java +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/ProxyPlugin.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.core; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.core; /* * $RCSfile: ProxyPlugin.java,v $ - * $Revision: 1.27 $ $Date: 2004/06/17 22:26:25 $ + * $Revision: 1.27.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties index 85360b3..644feed 100644 --- a/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties +++ b/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.proxy/proxy/org/eclipse/jem/internal/proxy/core/messages.properties,v $ -# $Revision: 1.5 $ $Date: 2004/06/04 23:56:45 $ +# $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ #
diff --git a/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackHandler.java b/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackHandler.java index 9e2e6fc..98eab8b 100644 --- a/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackHandler.java +++ b/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackHandler.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.common; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.common; /* * $RCSfile: ICallbackHandler.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/04 21:25:37 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ /** @@ -83,4 +83,4 @@ return fArray; } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackRunnable.java b/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackRunnable.java index cd7b922..2b7b7a3 100644 --- a/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackRunnable.java +++ b/plugins/org.eclipse.jem.proxy/proxyCommon/org/eclipse/jem/internal/proxy/common/ICallbackRunnable.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: ICallbackRunnable.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/04 21:25:37 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ package org.eclipse.jem.internal.proxy.common; @@ -25,4 +25,4 @@ */ public Object run(ICallbackHandler handler) throws CommandException; -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/DebugModeHelper.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/DebugModeHelper.java index e6fe0e6..5dd9f76 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/DebugModeHelper.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/DebugModeHelper.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: DebugModeHelper.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/02 19:59:11 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ package org.eclipse.jem.internal.proxy.remote; @@ -362,4 +362,4 @@ } catch (IllegalAccessException e) { } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/LocalProxyLaunchDelegate.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/LocalProxyLaunchDelegate.java index 61f45f4..4bff588 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/LocalProxyLaunchDelegate.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/LocalProxyLaunchDelegate.java
@@ -1,13 +1,15 @@ -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ /* - * $RCSfile: LocalProxyLaunchDelegate.java,v $ $Revision: 1.11 $ $Date: 2004/06/02 19:59:11 $ + * $RCSfile: LocalProxyLaunchDelegate.java,v $ $Revision: 1.11.2.1 $ $Date: 2004/06/24 18:19:03 $ */ package org.eclipse.jem.internal.proxy.remote;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/ProxyRemoteUtil.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/ProxyRemoteUtil.java index 36fbaf3..132c469 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/ProxyRemoteUtil.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/ProxyRemoteUtil.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: ProxyRemoteUtil.java,v $ - * $Revision: 1.6 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -56,4 +56,4 @@ controller.contributeClasspath(proxyBundle, "remotecommon.jar", IConfigurationContributionController.PREPEND_USER_CLASSPATH, false); //$NON-NLS-1$ controller.contributeClasspath(proxyBundle, "vm/remotevm.jar", IConfigurationContributionController.PREPEND_USER_CLASSPATH, false); //$NON-NLS-1$ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanProxy.java index b1d3c54..e67363f 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMAbstractBeanProxy.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/26 23:07:45 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -119,4 +119,4 @@ value.setObjectID(isValid() ? getID().intValue() : Commands.VOID); // No longer exists, so send over null. } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanTypeProxy.java index f3d1031..808db4e 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMAbstractBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMAbstractBeanTypeProxy.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.core.runtime.IStatus;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanProxy.java index 6a51f9c..6ead442 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMArrayBeanProxy.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.core.runtime.IStatus;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanTypeProxy.java index 8016f61..71e0600 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMArrayBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMArrayBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/05/26 22:02:09 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackInputStream.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackInputStream.java index 5ba5c86..b77f4dd 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackInputStream.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackInputStream.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMCallbackInputStream.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.io.*; @@ -143,4 +143,4 @@ clearStream(); } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackRegistry.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackRegistry.java index 7c88d7e..93fb38e 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackRegistry.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackRegistry.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMCallbackRegistry.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/04 20:30:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.net.Socket; @@ -144,4 +144,4 @@ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackThread.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackThread.java index 8613df8..24836e3 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackThread.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCallbackThread.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMCallbackThread.java,v $ - * $Revision: 1.6 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.io.*; @@ -348,4 +348,4 @@ return sender; } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterClassBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterClassBeanProxy.java index f372f4d..b922293 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterClassBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterClassBeanProxy.java
@@ -1,14 +1,16 @@ -package org.eclipse.jem.internal.proxy.remote; -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* - * $RCSfile: REMCharacterClassBeanProxy.java,v $ $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $RCSfile: REMCharacterClassBeanProxy.java,v $ $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterTypeBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterTypeBeanProxy.java index 0949dcf..42ac7f5 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterTypeBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMCharacterTypeBeanProxy.java
@@ -1,14 +1,16 @@ -package org.eclipse.jem.internal.proxy.remote; -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* - * $RCSfile: REMCharacterTypeBeanProxy.java,v $ $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $RCSfile: REMCharacterTypeBeanProxy.java,v $ $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.common.remote.Commands;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConnection.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConnection.java index e4d4d49..46e58c3 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConnection.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConnection.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMConnection.java,v $ - * $Revision: 1.6 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -281,4 +281,4 @@ ExpressionCommands.sendSyncCommand(out, in, returnValue); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstantBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstantBeanProxy.java index 4ee4735..e936e90 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstantBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstantBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMConstantBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstructorProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstructorProxy.java index 801273c..cee7006 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstructorProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMConstructorProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMConstructorProxy.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.core.runtime.IStatus; @@ -78,4 +78,4 @@ return null; } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMFieldProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMFieldProxy.java index 120890b..c438340 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMFieldProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMFieldProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMFieldProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/12 21:44:26 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -103,4 +103,4 @@ return ((REMMethodProxyFactory) fFactory.getMethodProxyFactory()).fieldType; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMInitErrorBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMInitErrorBeanTypeProxy.java index 86a9956..d36be98 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMInitErrorBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMInitErrorBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMInitErrorBeanTypeProxy.java,v $ - * $Revision: 1.3 $ $Date: 2004/04/20 09:01:20 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMasterServerThread.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMasterServerThread.java index ba8f90a..a39cf43 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMasterServerThread.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMasterServerThread.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMMasterServerThread.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.io.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxy.java index 9a3cd9b..f0aa162 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMMethodProxy.java,v $ - * $Revision: 1.6 $ $Date: 2004/06/09 22:46:57 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.core.runtime.IStatus; @@ -268,4 +268,4 @@ fReturnType = null; super.release(); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxyFactory.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxyFactory.java index 17f106a..98f8c99 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxyFactory.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMMethodProxyFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMMethodProxyFactory.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMProxyFactoryRegistry.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMProxyFactoryRegistry.java index 715d4ab..d0def40 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMProxyFactoryRegistry.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMProxyFactoryRegistry.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMProxyFactoryRegistry.java,v $ - * $Revision: 1.9 $ $Date: 2004/06/04 23:26:02 $ + * $Revision: 1.9.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -406,4 +406,4 @@ return fConnectionPool.size(); } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMRegistryController.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMRegistryController.java index 1492236..565c7f5 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMRegistryController.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMRegistryController.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMRegistryController.java,v $ - * $Revision: 1.5 $ $Date: 2004/06/02 19:59:11 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.util.HashMap;
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyConstants.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyConstants.java index 5e87bff..bea8532 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyConstants.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyConstants.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMStandardBeanProxyConstants.java,v $ - * $Revision: 1.3 $ $Date: 2004/04/20 09:01:20 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyFactory.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyFactory.java index 807da13..7329d9d 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyFactory.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanProxyFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMStandardBeanProxyFactory.java,v $ - * $Revision: 1.6 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanTypeProxyFactory.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanTypeProxyFactory.java index e9eff72..f2249d4 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanTypeProxyFactory.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMStandardBeanTypeProxyFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMStandardBeanTypeProxyFactory.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/26 22:02:08 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMThrowableBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMThrowableBeanProxy.java index 359e94a..7de3da9 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMThrowableBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/REMThrowableBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.remote; /* * $RCSfile: REMThrowableBeanProxy.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/26 23:07:45 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -193,4 +193,4 @@ value.setObjectID(getID().intValue()); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties index 3b090b5..3cbe128 100644 --- a/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties +++ b/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.proxy/proxyRemote/org/eclipse/jem/internal/proxy/remote/messages.properties,v $ -# $Revision: 1.7 $ $Date: 2004/06/04 23:56:45 $ +# $Revision: 1.7.2.1 $ $Date: 2004/06/24 18:19:03 $ #
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEArrayBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEArrayBeanProxy.java index e4871ea..96e2677 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEArrayBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEArrayBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEArrayBeanProxy.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 23:23:35 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanProxy.java index d6ea334..a44605b 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEBeanProxy.java,v $ - * $Revision: 1.3 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -81,4 +81,4 @@ return false; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanTypeProxy.java index f09aa0d..c059a75 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEBeanTypeProxy.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -233,4 +233,4 @@ return null; // By default none have an initialization error. There is a special instance for init errors. } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigDecimalBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigDecimalBeanTypeProxy.java index d927b73..b6028ef 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigDecimalBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigDecimalBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEBigDecimalBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigIntegerBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigIntegerBeanTypeProxy.java index c04e8ce..38ddef7 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigIntegerBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBigIntegerBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEBigIntegerBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanProxy.java index e80055d..6697a48 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEBooleanBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanTypeProxy.java index a017de5..7606947 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanBeanTypeProxy.java
@@ -1,13 +1,6 @@ -/* - * Created on Sep 15, 2003 - * - * To change the template for this generated file go to - * Window>Preferences>Java>Code Generation>Code and Comments - */ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -15,6 +8,13 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +/* + * Created on Sep 15, 2003 + * + * To change the template for this generated file go to + * Window>Preferences>Java>Code Generation>Code and Comments + */ +package org.eclipse.jem.internal.proxy.ide; import org.eclipse.jem.internal.proxy.core.IBeanProxy; import org.eclipse.jem.internal.proxy.core.IBeanTypeProxy;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanClassBeanTypeProxy.java index 70a1975..ab79d69 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEBooleanClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanTypeBeanTypeProxy.java index 691ca65..379a1b4 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEBooleanTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEBooleanTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteClassBeanTypeProxy.java index edb2e51..d7c4699 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEByteClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteTypeBeanTypeProxy.java index d908d7f..152eb2c 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEByteTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEByteTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECallbackRegistry.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECallbackRegistry.java index 9ee3afd..d103c88 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECallbackRegistry.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECallbackRegistry.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDECallbackRegistry.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.io.*; @@ -110,4 +110,4 @@ fBeanProxyToCallbackID.remove(aBeanProxy); fCallbackIDToCallback.remove(callbackID); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharTypeBeanTypeProxy.java index 41003bc..54eae57 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDECharTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterBeanProxy.java index fdd23e7..b6ebe83 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterBeanProxy.java
@@ -1,14 +1,16 @@ -package org.eclipse.jem.internal.proxy.ide; -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* - * $RCSfile: IDECharacterBeanProxy.java,v $ $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $RCSfile: IDECharacterBeanProxy.java,v $ $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterClassBeanTypeProxy.java index 7128e31..8f68ec9 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDECharacterClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDECharacterClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorProxy.java index 15e8d4f..b30cff6 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEConstructorProxy.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.lang.reflect.Constructor;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorTypeProxy.java index 895e883..55ee2a9 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEConstructorTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEConstructorTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleClassBeanTypeProxy.java index 3d04b0b..4234acc 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEDoubleClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleTypeBeanTypeProxy.java index 77907dd..a12e542 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEDoubleTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEDoubleTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldProxy.java index b2c4a91..bf98c82 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEFieldProxy.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.lang.reflect.Field;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldTypeProxy.java index 350eb5a..69cc902 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFieldTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEFieldTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ /**
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatClassBeanTypeProxy.java index 28e87e0..90db931 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEFloatClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatTypeBeanTypeProxy.java index 910b36a..3998c6b 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEFloatTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEFloatTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEInitErrorBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEInitErrorBeanTypeProxy.java index 31fd63d..6565f54 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEInitErrorBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEInitErrorBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEInitErrorBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerBeanProxy.java index 14fd4d1..a235cf2 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEIntegerBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerClassBeanTypeProxy.java index ae09656..58fdc30 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEIntegerClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.IIntegerBeanProxy;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerTypeBeanTypeProxy.java index 825407a..cbeff8e 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEIntegerTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEIntegerTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.IIntegerBeanProxy;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongClassBeanTypeProxy.java index ae4fd29..527a774 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDELongClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongTypeBeanTypeProxy.java index e4f88da..30d07a9 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDELongTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDELongTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxy.java index ea58697..1f6c143 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEMethodProxy.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.lang.reflect.InvocationTargetException; @@ -188,4 +188,4 @@ IBeanProxy getBeanProxy(Class returnType, Object bean) { return fProxyFactoryRegistry.getBeanProxy(returnType, bean); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxyFactory.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxyFactory.java index 89ee85b..0fd81c5 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxyFactory.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodProxyFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEMethodProxyFactory.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 23:23:36 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.lang.reflect.*; @@ -150,4 +150,4 @@ } public void terminateFactory() { } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodTypeProxy.java index 8e2c4aa..c0b8a4c 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEMethodTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEMethodTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanProxy.java index 48f173c..d0d2b44 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDENumberBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanTypeProxy.java index aadd6af..531c556 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDENumberBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDENumberBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEObjectBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEObjectBeanProxy.java index 41140cb..20769aa 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEObjectBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEObjectBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEObjectBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -62,4 +62,4 @@ } return fBeanTypeProxy; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEPrimitiveBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEPrimitiveBeanTypeProxy.java index 86bf426..2fbf030 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEPrimitiveBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEPrimitiveBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEPrimitiveBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ @@ -33,4 +33,4 @@ return true; } abstract int getPrimitiveType(); -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEProxyFactoryRegistry.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEProxyFactoryRegistry.java index fa78e87..68fb58a 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEProxyFactoryRegistry.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEProxyFactoryRegistry.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEProxyFactoryRegistry.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/14 16:07:27 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.net.URL; @@ -151,4 +151,4 @@ } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDERegistration.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDERegistration.java index cee7dfc..846ba1a 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDERegistration.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDERegistration.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDERegistration.java,v $ - * $Revision: 1.5 $ $Date: 2004/03/22 23:49:02 $ + * $Revision: 1.5.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.net.MalformedURLException;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortClassBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortClassBeanTypeProxy.java index 06a57ef..52e1f64 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortClassBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortClassBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEShortClassBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortTypeBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortTypeBeanTypeProxy.java index eddaf6c..9bfc9c6 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortTypeBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEShortTypeBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEShortTypeBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanProxyFactory.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanProxyFactory.java index 7e2d4fe..2fc03a4 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanProxyFactory.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanProxyFactory.java
@@ -1,14 +1,16 @@ -package org.eclipse.jem.internal.proxy.ide; -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* - * $RCSfile: IDEStandardBeanProxyFactory.java,v $ $Revision: 1.4 $ $Date: 2004/05/24 23:23:36 $ + * $RCSfile: IDEStandardBeanProxyFactory.java,v $ $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.core.runtime.IStatus; @@ -216,4 +218,4 @@ } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanTypeProxyFactory.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanTypeProxyFactory.java index ce16883..bce06d4 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanTypeProxyFactory.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStandardBeanTypeProxyFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEStandardBeanTypeProxyFactory.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/26 22:02:09 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.lang.reflect.Array; @@ -328,4 +328,4 @@ // Do nothing. No need for it in IDE system because there will always be a proxy, even when not found. // In that case an IDEInitErrorBeanTypeProxy will be created. } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanProxy.java index 3e50dc5..e7ef5f9 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEStringBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanTypeProxy.java index f977735..58df592 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEStringBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEStringBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.IStringBeanProxy;
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEThrowableProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEThrowableProxy.java index 3533ff4..d5838fd 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEThrowableProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEThrowableProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEThrowableProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -80,4 +80,4 @@ return fExc; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEVMServer.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEVMServer.java index dce6949..bed995d 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEVMServer.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/IDEVMServer.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide; /* * $RCSfile: IDEVMServer.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/04 21:25:37 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.io.OutputStream; @@ -75,4 +75,4 @@ public OutputStream requestStream(int callbackID, int msgID) throws CommandException { return fCallbackRegistry.requestStream(callbackID,msgID); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanProxy.java index 79235aa..a980f27 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide.awt; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide.awt; /* * $RCSfile: IDEDimensionBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -46,4 +46,4 @@ fDimension.width = width; fDimension.height = height; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanTypeProxy.java index 63e9ad6..4966b8f 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEDimensionBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide.awt; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide.awt; /* * $RCSfile: IDEDimensionBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.awt.Dimension; @@ -43,4 +43,4 @@ return new IDEDimensionBeanTypeProxy(fProxyFactoryRegistry, type); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanProxy.java index fb2460a..37a3ad5 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide.awt; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide.awt; /* * $RCSfile: IDEPointBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -46,4 +46,4 @@ fPoint.x = anX; fPoint.y = aY; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanTypeProxy.java index d69e250..0343131 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDEPointBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide.awt; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide.awt; /* * $RCSfile: IDEPointBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.awt.Point; @@ -41,4 +41,4 @@ return new IDEPointBeanTypeProxy(fProxyFactoryRegistry, type); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanProxy.java index 5c9441c..2bc922f 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide.awt; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide.awt; /* * $RCSfile: IDERectangleBeanProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.core.*; @@ -69,4 +69,4 @@ public void setSize(int width, int height){ fRectangle.setSize(width,height); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanTypeProxy.java b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanTypeProxy.java index 95278dc..5567a3a 100644 --- a/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanTypeProxy.java +++ b/plugins/org.eclipse.jem.proxy/proxyide/org/eclipse/jem/internal/proxy/ide/awt/IDERectangleBeanTypeProxy.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.ide.awt; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.ide.awt; /* * $RCSfile: IDERectangleBeanTypeProxy.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:36 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.awt.Rectangle; @@ -42,4 +42,4 @@ return new IDERectangleBeanTypeProxy(fProxyFactoryRegistry, type); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/CommandErrorException.java b/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/CommandErrorException.java index 11a57b1..402645f 100644 --- a/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/CommandErrorException.java +++ b/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/CommandErrorException.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.common.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.common.remote; /* * $RCSfile: CommandErrorException.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/06 20:43:52 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import org.eclipse.jem.internal.proxy.common.CommandException; @@ -67,4 +67,4 @@ return super.toString() + "-- Error code:"+getErrorCode() + (getValue() != null ? " Value data:\"" + getValue().getAsObject() + "\"" : " ") + (fErrorObject != null ? " Error object:\""+fErrorObject.toString()+"\"" : " "); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/Commands.java b/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/Commands.java index 4e29944..65f7c6f 100644 --- a/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/Commands.java +++ b/plugins/org.eclipse.jem.proxy/remoteCommon/org/eclipse/jem/internal/proxy/common/remote/Commands.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.common.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.common.remote; /* * $RCSfile: Commands.java,v $ - * $Revision: 1.6 $ $Date: 2004/06/07 19:22:09 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.io.*; @@ -1226,4 +1226,4 @@ private Commands() { // Never intended to be instantiated. } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/CallbackHandler.java b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/CallbackHandler.java index 3cd1976..81e3596 100644 --- a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/CallbackHandler.java +++ b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/CallbackHandler.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.vm.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.vm.remote; /* * $RCSfile: CallbackHandler.java,v $ - * $Revision: 1.3 $ $Date: 2004/02/06 20:43:52 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:19:03 $ */ import java.net.Socket; @@ -181,4 +181,4 @@ } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionHandler.java b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionHandler.java index 78c00ef..2dfc27c 100644 --- a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionHandler.java +++ b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionHandler.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.vm.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.vm.remote; /* * $RCSfile: ConnectionHandler.java,v $ - * $Revision: 1.5 $ $Date: 2004/04/16 19:02:09 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/RemoteVMServerThread.java b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/RemoteVMServerThread.java index 4a5ad32..57d16ae 100644 --- a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/RemoteVMServerThread.java +++ b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/RemoteVMServerThread.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.proxy.vm.remote; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.proxy.vm.remote; /* * $RCSfile: RemoteVMServerThread.java,v $ - * $Revision: 1.4 $ $Date: 2004/03/04 20:30:21 $ + * $Revision: 1.4.4.1 $ $Date: 2004/06/24 18:19:03 $ */
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BIListElementSorter.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BIListElementSorter.java index d061a92..5dad25a 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BIListElementSorter.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BIListElementSorter.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BIListElementSorter.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:15 $ */ import org.eclipse.jdt.core.IClasspathEntry;
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPBeaninfoListElement.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPBeaninfoListElement.java index 0ab343e..ce5aecd 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPBeaninfoListElement.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPBeaninfoListElement.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BPBeaninfoListElement.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:15 $ */ import org.eclipse.jem.internal.beaninfo.core.BeaninfoEntry; @@ -77,4 +77,4 @@ ((BeaninfoEntry) entry).setSearchPaths(spEntries); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPListElement.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPListElement.java index 9adf160..ac8e512 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPListElement.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPListElement.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BPListElement.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:14 $ */ @@ -53,4 +53,4 @@ */ public abstract void setExported(boolean exported); -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPSearchListElement.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPSearchListElement.java index 2fc8168..3194d9f 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPSearchListElement.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BPSearchListElement.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BPSearchListElement.java,v $ - * $Revision: 1.2 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:14 $ */ import org.eclipse.jem.internal.beaninfo.core.SearchpathEntry; @@ -68,4 +68,4 @@ public void setExported(boolean exported) { } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeanInfoUIMessages.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeanInfoUIMessages.java index f7e349c..bc3cfac 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeanInfoUIMessages.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeanInfoUIMessages.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BeanInfoUIMessages.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/04 16:14:29 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:14 $ */ import java.util.MissingResourceException; @@ -57,4 +57,4 @@ return '!' + key + '!'; } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoEntrySearchpathDialog.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoEntrySearchpathDialog.java index ab63af8..7666b0c 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoEntrySearchpathDialog.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoEntrySearchpathDialog.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BeaninfoEntrySearchpathDialog.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:14 $ */ import java.text.MessageFormat; @@ -351,4 +351,4 @@ } return Collections.EMPTY_LIST; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoPathsBlock.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoPathsBlock.java index e482689..dd372a1 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoPathsBlock.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfoPathsBlock.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: BeaninfoPathsBlock.java,v $ - * $Revision: 1.5 $ $Date: 2004/05/24 23:23:43 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:17:14 $ */ package org.eclipse.jem.internal.beaninfo.ui; @@ -565,4 +565,4 @@ fCurrPage = newPage; } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosPropertyPage.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosPropertyPage.java index 3bf33d1..8543cfc 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosPropertyPage.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosPropertyPage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BeaninfosPropertyPage.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/20 21:42:42 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:14 $ */ import java.lang.reflect.InvocationTargetException; @@ -176,4 +176,4 @@ listener = null; super.dispose(); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosWorkbookPage.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosWorkbookPage.java index 3cb5323..d287060 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosWorkbookPage.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BeaninfosWorkbookPage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BeaninfosWorkbookPage.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:15 $ */ import java.util.*;
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BuildSearchBasePage.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BuildSearchBasePage.java index 3cbf1b0..f9ec51b 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BuildSearchBasePage.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/BuildSearchBasePage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: BuildSearchBasePage.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/04 16:14:29 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:15 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackageOnlyContentProvider.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackageOnlyContentProvider.java index 37d417b..f66d16e 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackageOnlyContentProvider.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackageOnlyContentProvider.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: PackageOnlyContentProvider.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/04 16:14:29 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:15 $ */ @@ -54,4 +54,4 @@ return false; return super.hasChildren(element); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackagesWorkbookPage.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackagesWorkbookPage.java index 8e36b1b..43e9a39 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackagesWorkbookPage.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/PackagesWorkbookPage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: PackagesWorkbookPage.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:14 $ */ import java.util.*; @@ -438,4 +438,4 @@ } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SPListElementSorter.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SPListElementSorter.java index f25ad21..4d211d5 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SPListElementSorter.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SPListElementSorter.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: SPListElementSorter.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:48:57 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:14 $ */ import org.eclipse.jdt.core.IClasspathEntry;
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchPathListLabelProvider.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchPathListLabelProvider.java index 0b45f2f..1248e5f 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchPathListLabelProvider.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchPathListLabelProvider.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: SearchPathListLabelProvider.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 23:23:43 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:15 $ */ import java.net.URL; @@ -366,4 +366,4 @@ } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchpathOrderingWorkbookPage.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchpathOrderingWorkbookPage.java index 3ac872f..a7b3256 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchpathOrderingWorkbookPage.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/SearchpathOrderingWorkbookPage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.beaninfo.ui; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.beaninfo.ui; /* * $RCSfile: SearchpathOrderingWorkbookPage.java,v $ - * $Revision: 1.1 $ $Date: 2004/03/04 16:14:29 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:14 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/VariableSelectionBlock.java b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/VariableSelectionBlock.java index 298c1f4..06430f1 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/VariableSelectionBlock.java +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/VariableSelectionBlock.java Binary files differ
diff --git a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/messages.properties b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/messages.properties index ceed993..d240b8b 100644 --- a/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/messages.properties +++ b/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/messages.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.ui/beaninfoui/org/eclipse/jem/internal/beaninfo/ui/Attic/messages.properties,v $ -# $Revision: 1.1 $ $Date: 2004/03/04 16:14:29 $ +# $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:15 $ #
diff --git a/plugins/org.eclipse.jem.ui/build.properties b/plugins/org.eclipse.jem.ui/build.properties index 18a4094..53c1301 100644 --- a/plugins/org.eclipse.jem.ui/build.properties +++ b/plugins/org.eclipse.jem.ui/build.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### bin.includes = plugin.xml,\ ui.jar,\ plugin.properties,\
diff --git a/plugins/org.eclipse.jem.ui/plugin.properties b/plugins/org.eclipse.jem.ui/plugin.properties index 9a54460..bb0057f 100644 --- a/plugins/org.eclipse.jem.ui/plugin.properties +++ b/plugins/org.eclipse.jem.ui/plugin.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.ui/Attic/plugin.properties,v $ -# $Revision: 1.1 $ $Date: 2004/03/04 16:14:29 $ +# $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:15 $ #
diff --git a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/messages.properties b/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/messages.properties index 778c8d1..5412b0c 100644 --- a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/messages.properties +++ b/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/messages.properties
@@ -1,17 +1,17 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/Attic/messages.properties,v $ -# $Revision: 1.1 $ $Date: 2004/03/04 16:14:29 $ +# $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:15 $ # Select.title=Select Default -Select.message=Select default configuration for project "{0}": \ No newline at end of file +Select.message=Select default configuration for project "{0}":
diff --git a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties b/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties index a26b894..a733c02 100644 --- a/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties +++ b/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/messages.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.ui/ui/org/eclipse/jem/internal/ui/proxy/remote/Attic/messages.properties,v $ -# $Revision: 1.3 $ $Date: 2004/06/04 23:57:12 $ +# $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:15 $ # LocalLaunchProjectTab.name = &Project
diff --git a/plugins/org.eclipse.jem.workbench/plugin.properties b/plugins/org.eclipse.jem.workbench/plugin.properties index c05f9ff..92f0f7f 100644 --- a/plugins/org.eclipse.jem.workbench/plugin.properties +++ b/plugins/org.eclipse.jem.workbench/plugin.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem.workbench/plugin.properties,v $ -# $Revision: 1.2 $ $Date: 2004/01/13 16:17:42 $ +# $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:18 $ #
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JDOMAdaptor.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JDOMAdaptor.java index 792524d..f31972a 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JDOMAdaptor.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JDOMAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.adapters.jdom; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.adapters.jdom; /* * $RCSfile: JDOMAdaptor.java,v $ - * $Revision: 1.3 $ $Date: 2004/06/16 20:49:23 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.io.File;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaClassJDOMAdaptor.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaClassJDOMAdaptor.java index d3952f3..62d62c4 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaClassJDOMAdaptor.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaClassJDOMAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.adapters.jdom; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.adapters.jdom; /* * $RCSfile: JavaClassJDOMAdaptor.java,v $ - * $Revision: 1.8 $ $Date: 2004/06/22 17:55:17 $ + * $Revision: 1.8.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.util.*;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaFieldJDOMAdaptor.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaFieldJDOMAdaptor.java index 681aeae..859610a 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaFieldJDOMAdaptor.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaFieldJDOMAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.adapters.jdom; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.adapters.jdom; /* * $RCSfile: JavaFieldJDOMAdaptor.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/22 17:55:17 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.util.Map;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaJDOMAdapterFactory.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaJDOMAdapterFactory.java index da4f411..4f43479 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaJDOMAdapterFactory.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaJDOMAdapterFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.adapters.jdom; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.adapters.jdom; /* * $RCSfile: JavaJDOMAdapterFactory.java,v $ - * $Revision: 1.2 $ $Date: 2004/06/09 22:47:06 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.util.*;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaMethodJDOMAdaptor.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaMethodJDOMAdaptor.java index c2ab2f5..debfe3e 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaMethodJDOMAdaptor.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaMethodJDOMAdaptor.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: JavaMethodJDOMAdaptor.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/22 17:55:17 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:18 $ */ package org.eclipse.jem.internal.adapters.jdom; @@ -320,4 +320,4 @@ public void setSourceMethod(org.eclipse.jdt.core.IMethod newSourceMethod) { sourceMethod = newSourceMethod; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaModelListener.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaModelListener.java index 54e46a1..9b6fadc 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaModelListener.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaModelListener.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.adapters.jdom; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.adapters.jdom; /* * $RCSfile: JavaModelListener.java,v $ - * $Revision: 1.3 $ $Date: 2004/06/09 22:47:06 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.util.*;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaReflectionSynchronizer.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaReflectionSynchronizer.java index b624af1..39dd189 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaReflectionSynchronizer.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/adapters/jdom/JavaReflectionSynchronizer.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.adapters.jdom; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.adapters.jdom; /* * $RCSfile: JavaReflectionSynchronizer.java,v $ - * $Revision: 1.5 $ $Date: 2004/06/11 15:35:06 $ + * $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.util.ArrayList;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaEMFNature.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaEMFNature.java index 5978ee5..03e45d6 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaEMFNature.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaEMFNature.java
@@ -1,14 +1,16 @@ -package org.eclipse.jem.internal.plugin; -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package org.eclipse.jem.internal.plugin; /* - * $RCSfile: JavaEMFNature.java,v $ $Revision: 1.6 $ $Date: 2004/05/24 23:23:49 $ + * $RCSfile: JavaEMFNature.java,v $ $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaPlugin.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaPlugin.java index 8300a5f..21f21e2 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaPlugin.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/internal/plugin/JavaPlugin.java
@@ -1,14 +1,16 @@ -package org.eclipse.jem.internal.plugin; -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package org.eclipse.jem.internal.plugin; /* - * $RCSfile: JavaPlugin.java,v $ $Revision: 1.5 $ $Date: 2004/05/24 23:23:49 $ + * $RCSfile: JavaPlugin.java,v $ $Revision: 1.5.2.1 $ $Date: 2004/06/24 18:17:18 $ */ import org.eclipse.core.runtime.*;
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/JemProjectUtilities.java b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/JemProjectUtilities.java index 4cf63b0..04ce867 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/JemProjectUtilities.java +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/JemProjectUtilities.java
@@ -1,14 +1,16 @@ -package org.eclipse.jem.workbench.utility; -/*************************************************************************************************** - * Copyright (c) 2001, 2003 IBM Corporation and others. All rights reserved. This program and the - * accompanying materials are made available under the terms of the Common Public License v1.0 +/******************************************************************************* + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html * - * Contributors: IBM Corporation - initial API and implementation - **************************************************************************************************/ + * Contributors: + * IBM Corporation - initial API and implementation + *******************************************************************************/ +package org.eclipse.jem.workbench.utility; /* - * $RCSfile: JemProjectUtilities.java,v $ $Revision: 1.3 $ $Date: 2004/03/06 18:39:45 $ + * $RCSfile: JemProjectUtilities.java,v $ $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:18 $ */ import java.util.*; @@ -142,4 +144,4 @@ } } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties index 3215e75..ec8cf2a 100644 --- a/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties +++ b/plugins/org.eclipse.jem.workbench/workbench/org/eclipse/jem/workbench/utility/messages.properties
@@ -1,3 +1,13 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### ParseTreeCreationFromAST.0 = {0} - {1} ParseTreeCreationFromAST.ExpressionTooComplicated_EXC_ = IWAV0177E Expression "{0}" is too complicated. ParseTreeCreationFromAST.CannotProcessAnonymousDeclarations_EXC_ = IWAV0178E Cannot process anonymous declarations.
diff --git a/plugins/org.eclipse.jem/about.properties b/plugins/org.eclipse.jem/about.properties index a9593d5..6d1765c 100644 --- a/plugins/org.eclipse.jem/about.properties +++ b/plugins/org.eclipse.jem/about.properties
@@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem/about.properties,v $ -# $Revision: 1.4 $ $Date: 2004/06/11 15:13:06 $ +# $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:08 $ # # about.properties
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/ImplicitAllocation.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/ImplicitAllocation.java index 22467ff..227dce0 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/ImplicitAllocation.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/ImplicitAllocation.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation; /* * $RCSfile: ImplicitAllocation.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.EStructuralFeature;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InitStringAllocation.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InitStringAllocation.java index 261166a..0d95403 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InitStringAllocation.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InitStringAllocation.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: InitStringAllocation.java,v $ - * $Revision: 1.4 $ $Date: 2004/02/03 23:25:15 $ + * $Revision: 1.4.4.1 $ $Date: 2004/06/24 18:17:07 $ */ package org.eclipse.jem.internal.instantiation;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java index 24d609f..34728bf 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation; /* * $RCSfile: InstantiationFactory.java,v $ - * $Revision: 1.5 $ $Date: 2004/01/28 17:37:58 $ + * $Revision: 1.5.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationPackage.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationPackage.java index 4786715..f88ee27 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationPackage.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/InstantiationPackage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation; /* * $RCSfile: InstantiationPackage.java,v $ - * $Revision: 1.6 $ $Date: 2004/01/28 17:37:58 $ + * $Revision: 1.6.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EAttribute;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/JavaAllocation.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/JavaAllocation.java index 64bafe2..f7d95a1 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/JavaAllocation.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/JavaAllocation.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation; /* * $RCSfile: JavaAllocation.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/19 22:50:15 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaInstance.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaInstance.java index 43a07aa..b2f36d0 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaInstance.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaInstance.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.base; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.base; /* * $RCSfile: IJavaInstance.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/12 21:44:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaObjectInstance.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaObjectInstance.java index 3953fc5..ec4b744 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaObjectInstance.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/IJavaObjectInstance.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.base; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.base; /* * $RCSfile: IJavaObjectInstance.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/12 21:44:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaDataTypeInstance.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaDataTypeInstance.java index 02d3e37..0a8424b 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaDataTypeInstance.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaDataTypeInstance.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.base; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.base; /* * $RCSfile: JavaDataTypeInstance.java,v $ - * $Revision: 1.4 $ $Date: 2004/01/19 22:50:15 $ + * $Revision: 1.4.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.impl.EObjectImpl;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaFactoryHandler.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaFactoryHandler.java index 89f5168..fb48271 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaFactoryHandler.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaFactoryHandler.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.base; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.base; /* * $RCSfile: JavaFactoryHandler.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.*;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiation.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiation.java index 872e367..be70922 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiation.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiation.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.base; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.base; /* * $RCSfile: JavaInstantiation.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.common.util.URI;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiationHandlerFactoryAdapter.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiationHandlerFactoryAdapter.java index 9d14fd4..8b243af 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiationHandlerFactoryAdapter.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaInstantiationHandlerFactoryAdapter.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.base; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.base; /* * $RCSfile: JavaInstantiationHandlerFactoryAdapter.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.common.notify.impl.AdapterImpl;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaObjectInstance.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaObjectInstance.java index 47f013c..98bb044 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaObjectInstance.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/JavaObjectInstance.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.base; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.base; /* * $RCSfile: JavaObjectInstance.java,v $ - * $Revision: 1.5 $ $Date: 2004/02/11 15:02:19 $ + * $Revision: 1.5.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.common.util.BasicEList;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties index 81be17f..d565e4d 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/base/messages.properties
@@ -1 +1,11 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### ParseTreeAllocationInstantiationVisitor.CurrentlyThisNotSupported_EXC_ = IWAV0001E Currently "this" is not supported
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/ImplicitAllocationImpl.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/ImplicitAllocationImpl.java index 2327b17..ab13060 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/ImplicitAllocationImpl.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/ImplicitAllocationImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.impl; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.impl; /* * $RCSfile: ImplicitAllocationImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/19 22:50:15 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.common.notify.Notification;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InitStringAllocationImpl.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InitStringAllocationImpl.java index be9d408..60061cf 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InitStringAllocationImpl.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InitStringAllocationImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.impl; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.impl; /* * $RCSfile: InitStringAllocationImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/19 22:50:15 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.common.notify.Notification;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationFactoryImpl.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationFactoryImpl.java index d633723..0f00654 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationFactoryImpl.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationFactoryImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.impl; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.impl; /* * $RCSfile: InstantiationFactoryImpl.java,v $ - * $Revision: 1.6 $ $Date: 2004/01/28 17:37:58 $ + * $Revision: 1.6.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationPackageImpl.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationPackageImpl.java index 8f150a1..74273b2 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationPackageImpl.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/InstantiationPackageImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.impl; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.impl; /* * $RCSfile: InstantiationPackageImpl.java,v $ - * $Revision: 1.7 $ $Date: 2004/02/03 23:18:28 $ + * $Revision: 1.7.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EAttribute;
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/JavaAllocationImpl.java b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/JavaAllocationImpl.java index 12e27c8..94beb69 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/JavaAllocationImpl.java +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/JavaAllocationImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.instantiation.impl; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.instantiation.impl; /* * $RCSfile: JavaAllocationImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/19 22:50:15 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */
diff --git a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/messages.properties b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/messages.properties index 3b1bd0f..e87b8ca 100644 --- a/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/messages.properties +++ b/plugins/org.eclipse.jem/javainst/org/eclipse/jem/internal/instantiation/impl/messages.properties
@@ -1 +1,11 @@ +############################################################################### +# Copyright (c) 2003, 2004 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Common Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/cpl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### NaiveExpressionFlattener.InvalidExpression= invalid: "{0}"
diff --git a/plugins/org.eclipse.jem/mofjava/javaadapters.properties b/plugins/org.eclipse.jem/mofjava/javaadapters.properties index 749b9a9..b90dced 100644 --- a/plugins/org.eclipse.jem/mofjava/javaadapters.properties +++ b/plugins/org.eclipse.jem/mofjava/javaadapters.properties
@@ -1,16 +1,16 @@ ############################################################################### -# Copyright (c) 2003 IBM Corporation and others. +# Copyright (c) 2003, 2004 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Common Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/cpl-v10.html -# +# # Contributors: -# IBM Corporation - initial API and implementation +# IBM Corporation - initial API and implementation ############################################################################### # # $Source: /cvsroot/webtools/jeetools.move/webtools.javaee.git/plugins/org.eclipse.jem/mofjava/javaadapters.properties,v $ -# $Revision: 1.2 $ $Date: 2004/06/04 23:55:29 $ +# $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:17:07 $ # Failed_reflecting_values_ERROR_ = IWAV0002E Failed reflecting values.
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/core/JEMPlugin.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/core/JEMPlugin.java index 35be209..bc885a9 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/core/JEMPlugin.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/core/JEMPlugin.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: JEMPlugin.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/24 15:57:23 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:07 $ */ package org.eclipse.jem.internal.core;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/IJavaClassAdaptor.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/IJavaClassAdaptor.java index bb9e235..e322053 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/IJavaClassAdaptor.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/IJavaClassAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters; /* * $RCSfile: IJavaClassAdaptor.java,v $ - * $Revision: 1.2 $ $Date: 2004/06/16 20:49:21 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:17:08 $ */ /** * Insert the type's description here.
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdapterFactory.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdapterFactory.java index 01c8cb6..f1ddb48 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdapterFactory.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdapterFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters; /* * $RCSfile: JavaReflectionAdapterFactory.java,v $ - * $Revision: 1.3 $ $Date: 2004/05/05 21:03:07 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:08 $ */ import java.util.ArrayList; import java.util.HashMap;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdaptor.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdaptor.java index eda3a88..a1f49d0 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdaptor.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters; /* * $RCSfile: JavaReflectionAdaptor.java,v $ - * $Revision: 1.6 $ $Date: 2004/06/22 17:55:19 $ + * $Revision: 1.6.2.1 $ $Date: 2004/06/24 18:17:08 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionKey.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionKey.java index 58c956d..b6c31a5 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionKey.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaReflectionKey.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters; /* * $RCSfile: JavaReflectionKey.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import java.util.*;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaXMIFactoryImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaXMIFactoryImpl.java index f770989..f100d60 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaXMIFactoryImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/JavaXMIFactoryImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters; /* * $RCSfile: JavaXMIFactoryImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/03/22 23:49:26 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import java.io.IOException; import java.util.*;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/ReflectionAdaptor.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/ReflectionAdaptor.java index 5cfea90..517d657 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/ReflectionAdaptor.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/ReflectionAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters; /* * $RCSfile: ReflectionAdaptor.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/16 20:49:21 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:08 $ */ import java.util.logging.Level;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JDKAdaptor.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JDKAdaptor.java index 5dde389..c99ab7b 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JDKAdaptor.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JDKAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters.jdk; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters.jdk; /* * $RCSfile: JDKAdaptor.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import java.lang.reflect.Array;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaClassJDKAdaptor.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaClassJDKAdaptor.java index 24656bc..85e8343 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaClassJDKAdaptor.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaClassJDKAdaptor.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: JavaClassJDKAdaptor.java,v $ - * $Revision: 1.7 $ $Date: 2004/06/22 17:55:19 $ + * $Revision: 1.7.2.1 $ $Date: 2004/06/24 18:17:08 $ */ package org.eclipse.jem.internal.java.adapters.jdk;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaFieldJDKAdaptor.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaFieldJDKAdaptor.java index 76c0e4b..adf354f 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaFieldJDKAdaptor.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaFieldJDKAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters.jdk; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters.jdk; /* * $RCSfile: JavaFieldJDKAdaptor.java,v $ - * $Revision: 1.3 $ $Date: 2004/06/22 17:55:19 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:08 $ */ import org.eclipse.emf.common.notify.Notifier; import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaMethodJDKAdaptor.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaMethodJDKAdaptor.java index 7058b8d..dd85c71 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaMethodJDKAdaptor.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/adapters/jdk/JavaMethodJDKAdaptor.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.adapters.jdk; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.adapters.jdk; /* * $RCSfile: JavaMethodJDKAdaptor.java,v $ - * $Revision: 1.3 $ $Date: 2004/06/22 17:55:19 $ + * $Revision: 1.3.2.1 $ $Date: 2004/06/24 18:17:08 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/beaninfo/IIntrospectionAdapter.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/beaninfo/IIntrospectionAdapter.java index 2f68e7d..ab9543b 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/beaninfo/IIntrospectionAdapter.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/beaninfo/IIntrospectionAdapter.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.beaninfo; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.beaninfo; /* * $RCSfile: IIntrospectionAdapter.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import org.eclipse.emf.common.util.BasicEList; import org.eclipse.emf.common.util.EList;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/init/JavaInit.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/init/JavaInit.java index b3e3be2..8aa2078 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/init/JavaInit.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/init/JavaInit.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.init; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.init; /* * $RCSfile: JavaInit.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EcorePackage;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandler.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandler.java index 94d0b15..0311760 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandler.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandler.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.instantiation; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.instantiation; /* * $RCSfile: IInstantiationHandler.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import org.eclipse.emf.ecore.*;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandlerFactoryAdapter.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandlerFactoryAdapter.java index 89fef25..e11e9c9 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandlerFactoryAdapter.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationHandlerFactoryAdapter.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.instantiation; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.instantiation; /* * $RCSfile: IInstantiationHandlerFactoryAdapter.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import org.eclipse.emf.common.notify.Adapter;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationInstance.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationInstance.java index aefc944..1663eb6 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationInstance.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/internal/java/instantiation/IInstantiationInstance.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.internal.java.instantiation; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.internal.java.instantiation; /* * $RCSfile: IInstantiationInstance.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:08 $ */ import org.eclipse.jem.java.JavaHelpers;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/ArrayType.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/ArrayType.java index a9e8b05..6d1aec7 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/ArrayType.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/ArrayType.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: ArrayType.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EClassifier;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Block.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Block.java index 5fc46c8..7abdd80 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Block.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Block.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: Block.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.common.util.EList;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Comment.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Comment.java index ac1fc4f..04fdcfe 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Comment.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Comment.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: Comment.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:28 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ package org.eclipse.jem.java;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Field.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Field.java index bd6c4ce..e46a2b0 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Field.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Field.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: Field.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.ETypedElement;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/InheritanceCycleException.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/InheritanceCycleException.java index 1355167..8984386 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/InheritanceCycleException.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/InheritanceCycleException.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: InheritanceCycleException.java,v $ - * $Revision: 1.2 $ $Date: 2004/06/02 19:41:38 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:17:06 $ */ import java.text.MessageFormat;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Initializer.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Initializer.java index f11f75d..5876278 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Initializer.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Initializer.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: Initializer.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.EObject; /**
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaClass.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaClass.java index 72ba99c..a764154 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaClass.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaClass.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: JavaClass.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaDataType.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaDataType.java index ed56190..0f7647a 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaDataType.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaDataType.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: JavaDataType.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.EClass;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaEvent.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaEvent.java index c13c40a..402f92b 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaEvent.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaEvent.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: JavaEvent.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.EStructuralFeature; @@ -26,4 +26,4 @@ * @generated */ public interface JavaEvent extends EStructuralFeature{ -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaHelpers.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaHelpers.java index e48c756..69e8c79 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaHelpers.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaHelpers.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: JavaHelpers.java,v $ - * $Revision: 1.2 $ $Date: 2004/06/18 19:46:41 $ + * $Revision: 1.2.2.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EClassifier;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaPackage.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaPackage.java index cac2eb7..06eea52 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaPackage.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaPackage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: JavaPackage.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.common.util.EList;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameter.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameter.java index fff2b04..9e6124b 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameter.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameter.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: JavaParameter.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.EParameter;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameterKind.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameterKind.java index e301020..dc6d614 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameterKind.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaParameterKind.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: JavaParameterKind.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import java.util.Arrays; import java.util.Collections;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefFactory.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefFactory.java index 8548b72..24036fe 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefFactory.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefFactory.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: JavaRefFactory.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 21:12:07 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EFactory;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefPackage.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefPackage.java index 6379bba..1e6c269 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefPackage.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaRefPackage.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: JavaRefPackage.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaURL.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaURL.java index 38e4613..fa517e8 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaURL.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaURL.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: JavaURL.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:06 $ */
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaVisibilityKind.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaVisibilityKind.java index d52cfa1..c5c009e 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaVisibilityKind.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/JavaVisibilityKind.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: JavaVisibilityKind.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import java.util.Arrays; import java.util.Collections;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Method.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Method.java index e1cfa76..066fbed 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Method.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Method.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; + /* * $RCSfile: Method.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EOperation;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Statement.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Statement.java index 52b4137..a7c3df2 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Statement.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/Statement.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: Statement.java,v $ - * $Revision: 1.2 $ $Date: 2004/02/03 23:18:28 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $ */ package org.eclipse.jem.java;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/TypeKind.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/TypeKind.java index 8386035..010f252 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/TypeKind.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/TypeKind.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java; /* * $RCSfile: TypeKind.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Arrays; import java.util.Collections;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/ArrayTypeImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/ArrayTypeImpl.java index 4105e89..a5aff31 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/ArrayTypeImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/ArrayTypeImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: ArrayTypeImpl.java,v $ - * $Revision: 1.4 $ $Date: 2004/05/05 21:03:07 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/BlockImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/BlockImpl.java index 557e331..4fabbf2 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/BlockImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/BlockImpl.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java.impl; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; + /* * $RCSfile: BlockImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/CommentImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/CommentImpl.java index e6ad768..ee3b946 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/CommentImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/CommentImpl.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java.impl; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; + /* * $RCSfile: CommentImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/FieldImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/FieldImpl.java index 55b5833..d6f4b34 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/FieldImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/FieldImpl.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: FieldImpl.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/16 20:49:21 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:07 $ */ package org.eclipse.jem.java.impl;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/InitializerImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/InitializerImpl.java index 2a9b812..476c0a8 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/InitializerImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/InitializerImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: InitializerImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaClassImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaClassImpl.java index 4994cc3..a7d1f8b 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaClassImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaClassImpl.java
@@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,7 +10,7 @@ *******************************************************************************/ /* * $RCSfile: JavaClassImpl.java,v $ - * $Revision: 1.8 $ $Date: 2004/06/18 19:46:29 $ + * $Revision: 1.8.2.1 $ $Date: 2004/06/24 18:17:07 $ */ package org.eclipse.jem.java.impl; @@ -1870,4 +1870,4 @@ if (!aBoolean) reflectionStatus = NOT_REFLECTED; } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaDataTypeImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaDataTypeImpl.java index 2f1cea7..6deb4e8 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaDataTypeImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaDataTypeImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: JavaDataTypeImpl.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/18 19:46:41 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaEventImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaEventImpl.java index 0a2ca20..71b53cd 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaEventImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaEventImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: JavaEventImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection; @@ -306,4 +306,4 @@ return eDynamicIsSet(eFeature); } -} \ No newline at end of file +}
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaFactoryImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaFactoryImpl.java index 46a514f..901d582 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaFactoryImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaFactoryImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: JavaFactoryImpl.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaPackageImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaPackageImpl.java index c3f7248..640b0d9 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaPackageImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaPackageImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: JavaPackageImpl.java,v $ - * $Revision: 1.4 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.4.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaParameterImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaParameterImpl.java index 3977598..852090a 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaParameterImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaParameterImpl.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java.impl; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; + /* * $RCSfile: JavaParameterImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefFactoryImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefFactoryImpl.java index 25fc02f..326ab09 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefFactoryImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefFactoryImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: JavaRefFactoryImpl.java,v $ - * $Revision: 1.4 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.4.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefPackageImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefPackageImpl.java index 6613082..a1a1115 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefPackageImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/JavaRefPackageImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: JavaRefPackageImpl.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.List;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/MethodImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/MethodImpl.java index 0371cfd..6d02cb1 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/MethodImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/MethodImpl.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java.impl; - /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; + /* * $RCSfile: MethodImpl.java,v $ - * $Revision: 1.4 $ $Date: 2004/06/16 20:49:21 $ + * $Revision: 1.4.2.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/StatementImpl.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/StatementImpl.java index 71daa4e..8aadc93 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/StatementImpl.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/StatementImpl.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: StatementImpl.java,v $ - * $Revision: 1.2 $ $Date: 2004/01/13 16:25:08 $ + * $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.Collection;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/URL.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/URL.java index be53a28..0fd6e86 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/URL.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/impl/URL.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.impl; /******************************************************************************* - * Copyright (c) 2001, 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2001, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.impl; /* * $RCSfile: URL.java,v $ - * $Revision: 1.1 $ $Date: 2004/01/13 16:16:21 $ + * $Revision: 1.1.4.1 $ $Date: 2004/06/24 18:17:07 $ */ import java.util.ArrayList; import java.util.List;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefAdapterFactory.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefAdapterFactory.java index 970d501..000649c 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefAdapterFactory.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefAdapterFactory.java
@@ -1,7 +1,6 @@ -package org.eclipse.jem.java.util; /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -9,9 +8,10 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.util; /* * $RCSfile: JavaRefAdapterFactory.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.common.notify.Adapter; import org.eclipse.emf.common.notify.Notifier;
diff --git a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefSwitch.java b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefSwitch.java index 94d706c..295d866 100644 --- a/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefSwitch.java +++ b/plugins/org.eclipse.jem/mofjava/org/eclipse/jem/java/util/JavaRefSwitch.java
@@ -1,8 +1,6 @@ -package org.eclipse.jem.java.util; - /******************************************************************************* - * Copyright (c) 2003 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials + * Copyright (c) 2003, 2004 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html @@ -10,9 +8,11 @@ * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ +package org.eclipse.jem.java.util; + /* * $RCSfile: JavaRefSwitch.java,v $ - * $Revision: 1.3 $ $Date: 2004/01/14 00:16:44 $ + * $Revision: 1.3.4.1 $ $Date: 2004/06/24 18:17:06 $ */ import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EClassifier;