You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/06/29 17:44:36 UTC

svn commit: r551928 - in /incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main: assembly/plugin.xml resources-filtered/ resources-filtered/about.html resources/

Author: dkulp
Date: Fri Jun 29 08:44:35 2007
New Revision: 551928

URL: http://svn.apache.org/viewvc?view=rev&rev=551928
Log:
Update eclipse-plugin to add LICENSE/DISCLAIMER/NOTICE stuff as well as an about.html file

Added:
    incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/
      - copied from r551891, incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources/
    incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html   (with props)
Removed:
    incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources/
Modified:
    incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/assembly/plugin.xml

Modified: incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/assembly/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/assembly/plugin.xml?view=diff&rev=551928&r1=551927&r2=551928
==============================================================================
--- incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/assembly/plugin.xml (original)
+++ incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/assembly/plugin.xml Fri Jun 29 08:44:35 2007
@@ -27,7 +27,7 @@
 
     <fileSets>
         <fileSet>
-            <directory>src/main/resources/</directory>
+            <directory>target/classes/</directory>
             <outputDirectory>plugins/org.apache.cxf_${cxf.version}</outputDirectory>
             <includes>
                 <include>**/*</include>
@@ -38,6 +38,20 @@
             <outputDirectory>plugins/org.apache.cxf_${cxf.version}/META-INF</outputDirectory>
             <includes>
                 <include>MANIFEST.MF</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>target/maven-shared-archive-resources</directory>
+            <outputDirectory>plugins/org.apache.cxf_${cxf.version}/</outputDirectory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+        </fileSet>
+        <fileSet>
+            <directory>target/maven-shared-archive-resources/META-INF</directory>
+            <outputDirectory>plugins/org.apache.cxf_${cxf.version}/about_files</outputDirectory>
+            <includes>
+                <include>**/*</include>
             </includes>
         </fileSet>
     </fileSets>

Added: incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html
URL: http://svn.apache.org/viewvc/incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html?view=auto&rev=551928
==============================================================================
--- incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html (added)
+++ incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html Fri Jun 29 08:44:35 2007
@@ -0,0 +1,40 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+<h4>Apache CXF ${project.version}</h4>
+<p>The plug-in includes software developed by The Apache Software Foundation as part of the 
+<a href="http://incubator.apache.org/cxf/">Apache CXF</a> project.</p>
+
+<p>Apache CXF is an effort undergoing incubation at the Apache Software 
+Foundation (ASF), sponsored by the Apache Incubator PMC. 
+
+Incubation is required of all newly accepted projects until a further review 
+indicates that the infrastructure, communications, and decision making process 
+have stabilized in a manner consistent with other successful ASF projects. 
+
+While incubation status is not necessarily a reflection of the completeness 
+or stability of the code, it does indicate that the project has yet to be 
+fully endorsed by the ASF.</p>
+
+<h3>License</h3>
+
+<p>Your use of the CXF code and the scripts is subject to the terms and conditions of the Apache License,
+Version 2.0.  A copy of the license is contained in the file <a href="about_files/LICENSE" target="_blank">LICENSE</a> 
+and is also available at 
+<a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">http://www.apache.org/licenses/LICENSE-2.0.html</a>.
+</p>
+
+<h3>Third party content</h3>
+
+<p>This plugin includes other thirdparty content.   See the Apache attribution <a href="about_files/NOTICE" target="_blank">NOTICE</a> file 
+for details.   The <a href="about_files/NOTICE" target="_blank">NOTICE</a> is included with the Content 
+in accordance with 4d of the Apache License, Version 2.0. </p>
+
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/cxf/tags/cxf-2.0-incubator/tools/eclipse-plugin/src/main/resources-filtered/about.html
------------------------------------------------------------------------------
    svn:mime-type = text/html