Author: tn Date: Fri Mar 22 21:39:12 2013 New Revision: 1460009 URL: http://svn.apache.org/r1460009 Log: Move package.html to package-info.java
Added: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package-info.java - copied, changed from r1459995, commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package.html commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package-info.java - copied, changed from r1459995, commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package.html commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package-info.java - copied, changed from r1459995, commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package.html Removed: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package.html commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package.html commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package.html Copied: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package-info.java (from r1459995, commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package.html) URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package-info.java?p2=commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package-info.java&p1=commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package.html&r1=1459995&r2=1460009&rev=1460009&view=diff ============================================================================== --- commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package.html (original) +++ commons/proper/email/trunk/src/main/java/org/apache/commons/mail/package-info.java Fri Mar 22 21:39:12 2013 @@ -1,25 +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. ---> -<html> -<body> -<p> -Commons-Email aims to provide a API for sending email. -It is built on top of the Java Mail API, which it aims to simplify. -All help is gratefully received. -</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. + */ +/** + * Commons-Email aims to provide a API for sending email. + * It is built on top of the Java Mail API, which it aims to simplify. + * All help is gratefully received. + */ +package org.apache.commons.mail; Copied: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package-info.java (from r1459995, commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package.html) URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package-info.java?p2=commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package-info.java&p1=commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package.html&r1=1459995&r2=1460009&rev=1460009&view=diff ============================================================================== --- commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package.html (original) +++ commons/proper/email/trunk/src/main/java/org/apache/commons/mail/resolver/package-info.java Fri Mar 22 21:39:12 2013 @@ -1,28 +1,25 @@ -<!-- - 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 implementation classes to resolve data sources from the following locations - <ul> - <li>class path</li> - <li>file system</li> - <li>URL</li> - </ul> -</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 implementation classes to resolve data sources from the following locations: + * <ul> + * <li>class path</li> + * <li>file system</li> + * <li>URL</li> + * </ul> + */ +package org.apache.commons.mail.resolver; Copied: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package-info.java (from r1459995, commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package.html) URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package-info.java?p2=commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package-info.java&p1=commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package.html&r1=1459995&r2=1460009&rev=1460009&view=diff ============================================================================== --- commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package.html (original) +++ commons/proper/email/trunk/src/main/java/org/apache/commons/mail/util/package-info.java Fri Mar 22 21:39:12 2013 @@ -1,23 +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> - This package provides some utility 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. + */ +/** + * This package provides some utility classes. + */ +package org.apache.commons.mail.util;