You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ap...@apache.org on 2009/04/20 16:51:47 UTC

svn commit: r766714 - in /mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance: SpecCompliance.java SpecCompliant.java reporting/DocumentSpecCompliantAnnotationFactory.java

Author: apaliwal
Date: Mon Apr 20 14:51:46 2009
New Revision: 766714

URL: http://svn.apache.org/viewvc?rev=766714&view=rev
Log:
Updated File header and added author and rev history as per MINA convention
Submitted By: Ashish Paliwal (apaliwal.at.apache.org)

Modified:
    mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
    mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
    mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java

Modified: mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java?rev=766714&r1=766713&r2=766714&view=diff
==============================================================================
--- mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java (original)
+++ mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java Mon Apr 20 14:51:46 2009
@@ -1,3 +1,23 @@
+/*
+ *  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.
+ *
+ */
+
 package org.apache.vysper.compliance;
 
 import java.lang.annotation.*;
@@ -12,6 +32,9 @@
  *      @SpecCompliant(spec = "RFC3921bis-06", section = "9.8.6", coverage = SpecCompliant.ComplianceCoverage.PARTIAL)
  * })
  * </code>
+ * 
+ * @author The Apache MINA Project (dev@mina.apache.org)
+ * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun 2008) $ 
  */
 @Documented
 @Retention(RetentionPolicy.SOURCE)

Modified: mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java?rev=766714&r1=766713&r2=766714&view=diff
==============================================================================
--- mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java (original)
+++ mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java Mon Apr 20 14:51:46 2009
@@ -1,3 +1,23 @@
+/*
+ *  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.
+ *
+ */
+
 package org.apache.vysper.compliance;
 
 import java.lang.annotation.Documented;
@@ -11,6 +31,9 @@
  * specific RFC or a section of an RFC. Use the <code>status</code> parameter
  * to specify the compliance level.
  * 
+ * @author The Apache MINA Project (dev@mina.apache.org)
+ * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun 2008) $
+ * 
  */
 @Documented
 @Target( { ElementType.METHOD, ElementType.TYPE, ElementType.FIELD })

Modified: mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java?rev=766714&r1=766713&r2=766714&view=diff
==============================================================================
--- mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java (original)
+++ mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java Mon Apr 20 14:51:46 2009
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2006-2008 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you *
- * may not use this file except in compliance with the License. You    *
- * may obtain a copy of the License at:                                *
- *                                                                     *
- *     http://www.apache.org/licenses/LICENSE-2.0                      *
- *                                                                     *
- * Unless required by applicable law or agreed to in writing, software *
- * distributed under the License is distributed on an "AS IS" BASIS,   *
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or     *
- * implied.  See the License for the specific language governing       *
- * permissions and limitations under the License.                      *
- ***********************************************************************/
+/*
+ *  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.
+ *
+ */
 package org.apache.vysper.compliance.reporting;
 
 import com.sun.mirror.apt.AnnotationProcessor;
@@ -38,6 +41,9 @@
  * apt can be invoked like this (tools.jar must be on the classpath)
  * apt -cp build/ant/classes;lib/* -s src/main/java  -factory org.apache.vysper.compliance.reporting.DocumentSpecCompliantAnnotationFactory
  * it generates a file spec_compliance.html in src/main/java
+ * 
+ * @author The Apache MINA Project (dev@mina.apache.org)
+ * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun 2008) $
  */
 public class DocumentSpecCompliantAnnotationFactory implements AnnotationProcessorFactory {
     // Process any set of annotations



Re: svn commit: r766714 - in /mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance: SpecCompliance.java SpecCompliant.java reporting/DocumentSpecCompliantAnnotationFactory.java

Posted by Ashish <pa...@gmail.com>.
SVN version properties didn't get updated on commit, though SVN Client
is configured for it and is correctly handling the same for MINA code.
Any clues what went wrong?


thanks
ashish

On Mon, Apr 20, 2009 at 8:21 PM,  <ap...@apache.org> wrote:
> Author: apaliwal
> Date: Mon Apr 20 14:51:46 2009
> New Revision: 766714
>
> URL: http://svn.apache.org/viewvc?rev=766714&view=rev
> Log:
> Updated File header and added author and rev history as per MINA convention
> Submitted By: Ashish Paliwal (apaliwal.at.apache.org)
>
> Modified:
>    mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
>    mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
>    mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java
>
> Modified: mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java
> URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java?rev=766714&r1=766713&r2=766714&view=diff
> ==============================================================================
> --- mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java (original)
> +++ mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliance.java Mon Apr 20 14:51:46 2009
> @@ -1,3 +1,23 @@
> +/*
> + *  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.
> + *
> + */
> +
>  package org.apache.vysper.compliance;
>
>  import java.lang.annotation.*;
> @@ -12,6 +32,9 @@
>  *      &#64;SpecCompliant(spec = "RFC3921bis-06", section = "9.8.6", coverage = SpecCompliant.ComplianceCoverage.PARTIAL)
>  * })
>  * </code>
> + *
> + * @author The Apache MINA Project (dev@mina.apache.org)
> + * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun 2008) $
>  */
>  @Documented
>  @Retention(RetentionPolicy.SOURCE)
>
> Modified: mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java
> URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java?rev=766714&r1=766713&r2=766714&view=diff
> ==============================================================================
> --- mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java (original)
> +++ mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/SpecCompliant.java Mon Apr 20 14:51:46 2009
> @@ -1,3 +1,23 @@
> +/*
> + *  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.
> + *
> + */
> +
>  package org.apache.vysper.compliance;
>
>  import java.lang.annotation.Documented;
> @@ -11,6 +31,9 @@
>  * specific RFC or a section of an RFC. Use the <code>status</code> parameter
>  * to specify the compliance level.
>  *
> + * @author The Apache MINA Project (dev@mina.apache.org)
> + * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun 2008) $
> + *
>  */
>  @Documented
>  @Target( { ElementType.METHOD, ElementType.TYPE, ElementType.FIELD })
>
> Modified: mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java
> URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java?rev=766714&r1=766713&r2=766714&view=diff
> ==============================================================================
> --- mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java (original)
> +++ mina/sandbox/vysper/src/main/java/org/apache/vysper/compliance/reporting/DocumentSpecCompliantAnnotationFactory.java Mon Apr 20 14:51:46 2009
> @@ -1,19 +1,22 @@
> -/***********************************************************************
> - * Copyright (c) 2006-2008 The Apache Software Foundation.             *
> - * All rights reserved.                                                *
> - * ------------------------------------------------------------------- *
> - * Licensed under the Apache License, Version 2.0 (the "License"); you *
> - * may not use this file except in compliance with the License. You    *
> - * may obtain a copy of the License at:                                *
> - *                                                                     *
> - *     http://www.apache.org/licenses/LICENSE-2.0                      *
> - *                                                                     *
> - * Unless required by applicable law or agreed to in writing, software *
> - * distributed under the License is distributed on an "AS IS" BASIS,   *
> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or     *
> - * implied.  See the License for the specific language governing       *
> - * permissions and limitations under the License.                      *
> - ***********************************************************************/
> +/*
> + *  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.
> + *
> + */
>  package org.apache.vysper.compliance.reporting;
>
>  import com.sun.mirror.apt.AnnotationProcessor;
> @@ -38,6 +41,9 @@
>  * apt can be invoked like this (tools.jar must be on the classpath)
>  * apt -cp build/ant/classes;lib/* -s src/main/java  -factory org.apache.vysper.compliance.reporting.DocumentSpecCompliantAnnotationFactory
>  * it generates a file spec_compliance.html in src/main/java
> + *
> + * @author The Apache MINA Project (dev@mina.apache.org)
> + * @version $Rev: 671827 $, $Date: 2008-06-26 14:19:48 +0530 (Thu, 26 Jun 2008) $
>  */
>  public class DocumentSpecCompliantAnnotationFactory implements AnnotationProcessorFactory {
>     // Process any set of annotations
>
>
>



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal