You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Sachin Patel <sp...@gmail.com> on 2006/11/06 15:08:17 UTC

Re: svn commit: r471535 - in /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit: ./ META-INF/ src/org/apache/geronimo/xml/ns/deployment/provider/ src/org/apache/geronimo/xml/ns/naming/provider/

Hi Jacek,

Thanks for taking care of this.  However it looks like it no longer  
builds to the addition of the copyright in the Manifest's... although  
# is a valid comment symbol the build fails with...

Embedded error: Invalid Manifest: /Users/sppatel/geronimo/devtools/ 
eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/ 
target/META-INF/MANIFEST.MF
Manifest line "#" is not valid as it does not contain a name and a  
value separated by ': '

Looks like I'm going to have to remove these.

On Nov 5, 2006, at 4:24 PM, jlaskowski@apache.org wrote:

> Author: jlaskowski
> Date: Sun Nov  5 13:24:11 2006
> New Revision: 471535
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=471535
> Log:
> GERONIMODEVTOOLS-114 New ASF Source Header
>
> Modified:
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/   (props changed)
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/META-INF/MANIFEST.MF
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/pom.xml
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ArtifactTypeItemProvider.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ 
> DeploymentItemProviderAdapterFactory.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/GbeanTypeItemProvider.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbRefTypeItemProvider.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/GbeanRefTypeItemProvider.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/NamingItemProviderAdapterFactory.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceEnvRefTypeItemProvider.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceRefTypeItemProvider.java
>     geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ServiceRefTypeItemProvider.java
>
> Propchange: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/
> ---------------------------------------------------------------------- 
> --------
> --- svn:ignore (added)
> +++ svn:ignore Sun Nov  5 13:24:11 2006
> @@ -0,0 +1,2 @@
> +target
> +*.iml
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/META-INF/MANIFEST.MF
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/META- 
> INF/MANIFEST.MF?view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/META-INF/MANIFEST.MF  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/META-INF/MANIFEST.MF  
> Sun Nov  5 13:24:11 2006
> @@ -1,3 +1,22 @@
> +#
> +# Licensed to the Apache Software Foundation (ASF) under one or more
> +# contributor license agreements.  See the NOTICE file distributed  
> with
> +# this work for additional information regarding copyright ownership.
> +# The ASF licenses this file to You under the Apache License,  
> Version 2.0
> +# (the "License"); you may not use this file except in compliance  
> with
> +# the License.  You may obtain a copy of the License at
> +#
> +#    http://www.apache.org/licenses/LICENSE-2.0
> +#
> +# Unless required by applicable law or agreed to in writing, software
> +# distributed under the License is distributed on an "AS IS" BASIS,
> +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> +# See the License for the specific language governing permissions and
> +# limitations under the License.
> +#
> +
> +# $Rev$ $Date$
> +
>  Manifest-Version: 1.0
>  Bundle-ManifestVersion: 2
>  Bundle-Name: %pluginName
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/pom.xml? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/pom.xml (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/pom.xml Sun Nov  5  
> 13:24:11 2006
> @@ -1,3 +1,21 @@
> +<!--
> +  ~ Licensed to the Apache Software Foundation (ASF) under one or  
> more
> +  ~ contributor license agreements.  See the NOTICE file  
> distributed with
> +  ~ this work for additional information regarding copyright  
> ownership.
> +  ~ The ASF licenses this file to You under the Apache License,  
> Version 2.0
> +  ~ (the "License"); you may not use this file except in  
> compliance with
> +  ~ the License.  You may obtain a copy of the License at
> +  ~
> +  ~    http://www.apache.org/licenses/LICENSE-2.0
> +  ~
> +  ~ Unless required by applicable law or agreed to in writing,  
> software
> +  ~ distributed under the License is distributed on an "AS IS" BASIS,
> +  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express  
> or implied.
> +  ~ See the License for the specific language governing  
> permissions and
> +  ~ limitations under the License.
> +  -->
> +
> +<!-- $Rev$ $Date$ -->
>  <project>
>      <modelVersion>4.0.0</modelVersion>
>      <artifactId>org.apache.geronimo.v11.deployment.model.edit</ 
> artifactId>
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ArtifactTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/deployment/provider/ 
> ArtifactTypeItemProvider.java?view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ArtifactTypeItemProvider.java  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ArtifactTypeItemProvider.java  
> Sun Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.deployment.provider;
>
> @@ -36,6 +46,8 @@
>   * begin-user-doc --> <!-- end-user-doc -->
>   *
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class ArtifactTypeItemProvider extends ItemProviderAdapter  
> implements IEditingDomainItemProvider,  
> IStructuredItemContentProvider, ITreeItemContentProvider,  
> IItemLabelProvider, IItemPropertySource, ITableItemLabelProvider
>  {
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ 
> DeploymentItemProviderAdapterFactory.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/deployment/provider/ 
> DeploymentItemProviderAdapterFactory.java? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ 
> DeploymentItemProviderAdapterFactory.java (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/ 
> DeploymentItemProviderAdapterFactory.java Sun Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.deployment.provider;
>
> @@ -36,6 +46,8 @@
>   * <!-- begin-user-doc -->
>   * <!-- end-user-doc -->
>   * @generated
> + *
> + * $Rev$ $Date$
>   */
>  public class DeploymentItemProviderAdapterFactory extends  
> DeploymentAdapterFactory implements ComposeableAdapterFactory,  
> IChangeNotifier, IDisposable
>  {
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/GbeanTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/deployment/provider/ 
> GbeanTypeItemProvider.java?view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/GbeanTypeItemProvider.java  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/deployment/provider/GbeanTypeItemProvider.java Sun  
> Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.deployment.provider;
>
> @@ -36,6 +46,8 @@
>   * <!-- begin-user-doc -->
>   * <!-- end-user-doc -->
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class GbeanTypeItemProvider
>    extends ItemProviderAdapter
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/naming/provider/ 
> EjbLocalRefTypeItemProvider.java? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbLocalRefTypeItemProvider.java  
> Sun Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.naming.provider;
>
> @@ -33,6 +43,8 @@
>   * begin-user-doc --> <!-- end-user-doc -->
>   *
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class EjbLocalRefTypeItemProvider extends  
> ItemProviderAdapter implements IEditingDomainItemProvider,  
> IStructuredItemContentProvider, ITreeItemContentProvider,  
> IItemLabelProvider, IItemPropertySource, ITableItemLabelProvider {
>  	/**
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbRefTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/naming/provider/EjbRefTypeItemProvider.java? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbRefTypeItemProvider.java (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/EjbRefTypeItemProvider.java Sun  
> Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.naming.provider;
>
> @@ -39,6 +49,8 @@
>   * begin-user-doc --> <!-- end-user-doc -->
>   *
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class EjbRefTypeItemProvider extends ItemProviderAdapter  
> implements IEditingDomainItemProvider,  
> IStructuredItemContentProvider, ITreeItemContentProvider,  
> IItemLabelProvider, IItemPropertySource, ITableItemLabelProvider {
>  	/**
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/GbeanRefTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/naming/provider/ 
> GbeanRefTypeItemProvider.java?view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/GbeanRefTypeItemProvider.java  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/GbeanRefTypeItemProvider.java Sun  
> Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.naming.provider;
>
> @@ -34,6 +44,8 @@
>   * begin-user-doc --> <!-- end-user-doc -->
>   *
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class GbeanRefTypeItemProvider extends ItemProviderAdapter  
> implements IEditingDomainItemProvider,  
> IStructuredItemContentProvider, ITreeItemContentProvider,  
> IItemLabelProvider, IItemPropertySource, ITableItemLabelProvider
>  {
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/NamingItemProviderAdapterFactory.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/naming/provider/ 
> NamingItemProviderAdapterFactory.java? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ 
> NamingItemProviderAdapterFactory.java (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ 
> NamingItemProviderAdapterFactory.java Sun Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.naming.provider;
>
> @@ -36,6 +46,8 @@
>   * <!-- begin-user-doc -->
>   * <!-- end-user-doc -->
>   * @generated
> + *
> + * $Rev$ $Date$
>   */
>  public class NamingItemProviderAdapterFactory extends  
> NamingAdapterFactory implements ComposeableAdapterFactory,  
> IChangeNotifier, IDisposable
>  {
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceEnvRefTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/naming/provider/ 
> ResourceEnvRefTypeItemProvider.java? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceEnvRefTypeItemProvider.java  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceEnvRefTypeItemProvider.java  
> Sun Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.naming.provider;
>
> @@ -37,6 +47,8 @@
>   * <!-- begin-user-doc -->
>   * <!-- end-user-doc -->
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class ResourceEnvRefTypeItemProvider
>    extends ItemProviderAdapter
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceRefTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/naming/provider/ 
> ResourceRefTypeItemProvider.java? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceRefTypeItemProvider.java  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ResourceRefTypeItemProvider.java  
> Sun Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.naming.provider;
>
> @@ -37,6 +47,8 @@
>   * <!-- begin-user-doc -->
>   * <!-- end-user-doc -->
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class ResourceRefTypeItemProvider
>    extends ItemProviderAdapter
>
> Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ServiceRefTypeItemProvider.java
> URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/ 
> trunk/plugins/org.apache.geronimo.v11.deployment.model.edit/src/org/ 
> apache/geronimo/xml/ns/naming/provider/ 
> ServiceRefTypeItemProvider.java? 
> view=diff&rev=471535&r1=471534&r2=471535
> ====================================================================== 
> ========
> --- geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ServiceRefTypeItemProvider.java  
> (original)
> +++ geronimo/devtools/eclipse-plugin/trunk/plugins/ 
> org.apache.geronimo.v11.deployment.model.edit/src/org/apache/ 
> geronimo/xml/ns/naming/provider/ServiceRefTypeItemProvider.java Sun  
> Nov  5 13:24:11 2006
> @@ -1,8 +1,18 @@
> -/**
> - * <copyright>
> - * </copyright>
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file  
> distributed with
> + * this work for additional information regarding copyright  
> ownership.
> + * The ASF licenses this file to You under the Apache License,  
> Version 2.0
> + * (the "License"); you may not use this file except in compliance  
> with
> + * the License.  You may obtain a copy of the License at
> + *
> + *    http://www.apache.org/licenses/LICENSE-2.0
>   *
> - * $Id$
> + * Unless required by applicable law or agreed to in writing,  
> software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or  
> implied.
> + * See the License for the specific language governing permissions  
> and
> + * limitations under the License.
>   */
>  package org.apache.geronimo.xml.ns.naming.provider;
>
> @@ -39,6 +49,8 @@
>   * <!-- begin-user-doc -->
>   * <!-- end-user-doc -->
>   * @generated NOT
> + *
> + * $Rev$ $Date$
>   */
>  public class ServiceRefTypeItemProvider
>    extends ItemProviderAdapter
>
>


-sachin



Re: svn commit: r471535 - in /geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.v11.deployment.model.edit: ./ META-INF/ src/org/apache/geronimo/xml/ns/deployment/provider/ src/org/apache/geronimo/xml/ns/naming/provider/

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On 11/6/06, Sachin Patel <sp...@gmail.com> wrote:
> Hi Jacek,
>
> Thanks for taking care of this.  However it looks like it no longer builds
> to the addition of the copyright in the Manifest's... although # is a valid
> comment symbol the build fails with...
>
> Embedded error: Invalid Manifest:
> /Users/sppatel/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.runtime.common/target/META-INF/MANIFEST.MF
> Manifest line "#" is not valid as it does not contain a name and a value
> separated by ': '

It took me longer than it should've been, but it turns out you've
already taken care of it. I remember I appologized for the breakage
once (and am not going to do it again ;-P).

As I wrote before, '#' is not allowed in MANIFEST.MF.

> Looks like I'm going to have to remove these.

Sure, go ahead (just for the record ;-))

Jacek

-- 
Jacek Laskowski
http://www.jaceklaskowski.pl