Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 61651 invoked from network); 22 Mar 2007 20:56:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Mar 2007 20:56:18 -0000 Received: (qmail 23849 invoked by uid 500); 22 Mar 2007 20:56:25 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 23812 invoked by uid 500); 22 Mar 2007 20:56:25 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 23801 invoked by uid 99); 22 Mar 2007 20:56:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 13:56:25 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2007 13:56:16 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1C7841A9838; Thu, 22 Mar 2007 13:55:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r521457 - in /geronimo/sandbox/j2g: src/common/ src/common/META-INF/ src/dependence-plugin/ src/descriptors-tool/ src/ejb-environment-plugin/ src/jasper-plugin/ src/resources-tool/ src/sources-tool/ src2/data-source-plugin/ src2/ejb-cmp-mig... Date: Thu, 22 Mar 2007 20:55:55 -0000 To: scm@geronimo.apache.org From: sppatel@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070322205556.1C7841A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sppatel Date: Thu Mar 22 13:55:54 2007 New Revision: 521457 URL: http://svn.apache.org/viewvc?view=rev&rev=521457 Log: fix incorrect comment chars in plugin.xml's Modified: geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF geronimo/sandbox/j2g/src/common/plugin.xml geronimo/sandbox/j2g/src/dependence-plugin/plugin.xml geronimo/sandbox/j2g/src/descriptors-tool/plugin.xml geronimo/sandbox/j2g/src/ejb-environment-plugin/plugin.xml geronimo/sandbox/j2g/src/jasper-plugin/plugin.xml geronimo/sandbox/j2g/src/resources-tool/plugin.xml geronimo/sandbox/j2g/src/sources-tool/plugin.xml geronimo/sandbox/j2g/src2/data-source-plugin/plugin.xml geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/plugin.xml geronimo/sandbox/j2g/src2/ejb-migration-plugin/plugin.xml geronimo/sandbox/j2g/src2/enterprise-migration-plugin/plugin.xml geronimo/sandbox/j2g/src2/jms-plugin/plugin.xml geronimo/sandbox/j2g/src2/mail-plugin/plugin.xml geronimo/sandbox/j2g/src2/security-plugin/plugin.xml geronimo/sandbox/j2g/src2/web-migration-plugin/plugin.xml geronimo/sandbox/j2g/src2/xml-conversion-helper/plugin.xml Modified: geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF (original) +++ geronimo/sandbox/j2g/src/common/META-INF/MANIFEST.MF Thu Mar 22 13:55:54 2007 @@ -9,5 +9,4 @@ org.eclipse.core.resources, org.eclipse.jdt.core Eclipse-LazyStart: true -Export-Package: com.ibm.j2g -Bundle-ClassPath: . +Export-Package: Modified: geronimo/sandbox/j2g/src/common/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/common/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src/common/plugin.xml (original) +++ geronimo/sandbox/j2g/src/common/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,20 +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. - */ - + + Modified: geronimo/sandbox/j2g/src/dependence-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/dependence-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src/dependence-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src/dependence-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src/descriptors-tool/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/descriptors-tool/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src/descriptors-tool/plugin.xml (original) +++ geronimo/sandbox/j2g/src/descriptors-tool/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + + + Modified: geronimo/sandbox/j2g/src/jasper-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/jasper-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src/jasper-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src/jasper-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,20 +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. - */ - + + Modified: geronimo/sandbox/j2g/src/resources-tool/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src/resources-tool/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src/resources-tool/plugin.xml (original) +++ geronimo/sandbox/j2g/src/resources-tool/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + + + + + Modified: geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/ejb-cmp-migration-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src2/ejb-migration-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/ejb-migration-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/ejb-migration-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/ejb-migration-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src2/enterprise-migration-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/enterprise-migration-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/enterprise-migration-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/enterprise-migration-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src2/jms-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/jms-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/jms-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/jms-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src2/mail-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/mail-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/mail-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/mail-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src2/security-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/security-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/security-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/security-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src2/web-migration-plugin/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/web-migration-plugin/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/web-migration-plugin/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/web-migration-plugin/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,21 +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. - */ - + + Modified: geronimo/sandbox/j2g/src2/xml-conversion-helper/plugin.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/j2g/src2/xml-conversion-helper/plugin.xml?view=diff&rev=521457&r1=521456&r2=521457 ============================================================================== --- geronimo/sandbox/j2g/src2/xml-conversion-helper/plugin.xml (original) +++ geronimo/sandbox/j2g/src2/xml-conversion-helper/plugin.xml Thu Mar 22 13:55:54 2007 @@ -1,20 +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. - */ - + +