Author: mbenson
Date: Thu Mar 15 22:00:26 2012
New Revision: 1301228

URL: http://svn.apache.org/viewvc?rev=1301228&view=rev
Log:
package.html to package-info.java

Added:
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package-info.java
      - copied, changed from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package-info.java
      - copied, changed from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package-info.java
      - copied, changed from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package-info.java
      - copied, changed from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package-info.java
      - copied, changed from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package.html
Removed:
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package.html
    
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package.html

Copied: 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package-info.java
 (from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package.html)
URL: 
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package-info.java?p2=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package-info.java&p1=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package.html&r1=1298080&r2=1301228&rev=1301228&view=diff
==============================================================================
--- 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package.html
 (original)
+++ 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/dsl/package-info.java
 Thu Mar 15 22:00:26 2012
@@ -1,21 +1,20 @@
-<!--
-   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.
--->
-<html><body>
-<p>
-Contains the DSL-based EntityFactory and supporting classes.
-</p>
-</body></html>
+/*
+ * 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.
+ */
+/**
+ * Contains the DSL-based EntityFactory and supporting classes.
+ */
+package org.apache.commons.flatfile.dsl;

Copied: 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package-info.java
 (from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package.html)
URL: 
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package-info.java?p2=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package-info.java&p1=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package.html&r1=1298080&r2=1301228&rev=1301228&view=diff
==============================================================================
--- 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package.html
 (original)
+++ 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/entityfactory/package-info.java
 Thu Mar 15 22:00:26 2012
@@ -1,21 +1,20 @@
-<!--
-   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.
--->
-<html><body>
-<p>
-Basic EntityFactory implementations.
-</p>
-</body></html>
+/*
+ * 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.
+ */
+/**
+ * Basic EntityFactory implementations.
+ */
+package org.apache.commons.flatfile.entityfactory;

Copied: 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package-info.java
 (from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package.html)
URL: 
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package-info.java?p2=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package-info.java&p1=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package.html&r1=1298080&r2=1301228&rev=1301228&view=diff
==============================================================================
--- 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package.html
 (original)
+++ 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/morph/package-info.java
 Thu Mar 15 22:00:26 2012
@@ -1,21 +1,20 @@
-<!--
-   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.
--->
-<html><body>
-<p>
-Contains Flatfile's Morph Reflector/Transformer implementations.
-</p>
-</body></html>
+/*
+ * 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.
+ */
+/**
+ * Contains Flatfile's Morph Reflector/Transformer implementations.
+ */
+package org.apache.commons.flatfile.morph;

Copied: 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package-info.java
 (from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package.html)
URL: 
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package-info.java?p2=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package-info.java&p1=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package.html&r1=1298080&r2=1301228&rev=1301228&view=diff
==============================================================================
--- 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package.html
 (original)
+++ 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/package-info.java
 Thu Mar 15 22:00:26 2012
@@ -1,21 +1,20 @@
-<!--
-   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.
--->
-<html><body>
-<p>
-Entity interface hierarchy and basic implementations.
-</p>
-</body></html>
+/*
+ * 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.
+ */
+/**
+ * Entity interface hierarchy and basic implementations.
+ */
+package org.apache.commons.flatfile;

Copied: 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package-info.java
 (from r1298080, 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package.html)
URL: 
http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package-info.java?p2=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package-info.java&p1=commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package.html&r1=1298080&r2=1301228&rev=1301228&view=diff
==============================================================================
--- 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package.html
 (original)
+++ 
commons/sandbox/flatfile/trunk/src/main/java/org/apache/commons/flatfile/util/package-info.java
 Thu Mar 15 22:00:26 2012
@@ -1,21 +1,20 @@
-<!--
-   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.
--->
-<html><body>
-<p>
-Contains utility classes to make Flatfile tick.
-</p>
-</body></html>
+/*
+ * 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.
+ */
+/**
+ * Contains utility classes to make Flatfile tick.
+ */
+package org.apache.commons.flatfile.util;


Reply via email to