[jboss-svn-commits] JBL Code SVN: r31385 - in labs/jbossrules/trunk/drools-eclipse: org.drools.eclipse.task and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 3 11:05:02 EST 2010


Author: KrisVerlaenen
Date: 2010-02-03 11:05:01 -0500 (Wed, 03 Feb 2010)
New Revision: 31385

Added:
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/about.html
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/about.html
Modified:
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/build.properties
   labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/build.properties
   labs/jbossrules/trunk/drools-eclipse/org.guvnor.tools/about.html
Log:
JBDS-974: Some Features has missing License
 - added about.html for org.drools.eclipse, org.drools.eclipse.task and org.guvnor.tools plugins (and included in build.properties)

Added: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/about.html
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/about.html	                        (rev 0)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/about.html	2010-02-03 16:05:01 UTC (rev 31385)
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>(c) 2008 JBoss, a division of Red Hat</P>
+
+<H3>License</H3>
+
+<P>Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);<BR/>
+you may not use this file except in compliance with the License.<BR/>
+You may obtain a copy of the License at<BR/>
+<BR/>
+     http://www.apache.org/licenses/LICENSE-2.0<BR/>
+<BR/>
+Unless required by applicable law or agreed to in writing, software<BR/>
+distributed under the License is distributed on an &quot;AS IS&quot; BASIS,<BR/>
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<BR/>
+See the License for the specific language governing permissions<BR/>
+and limitations under the License.
+</P>
+
+</BODY>
+</HTML>
\ No newline at end of file

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/build.properties	2010-02-03 15:51:30 UTC (rev 31384)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse/build.properties	2010-02-03 16:05:01 UTC (rev 31385)
@@ -3,7 +3,9 @@
                icons/,\
                plugin.xml,\
                help/,\
-               lib/
+               lib/,\
+               about.html,\
+               schema/
 bin.excludes = lib/drools-documentation.jar
 src.includes = META-INF/,\
                icons/,\
@@ -11,7 +13,10 @@
                help/,\
                lib/,\
                .project,\
-               .classpath
+               .classpath,\
+               about.html,\
+               schema/,\
+               src/
 src.excludes =  lib/drools-documentation.jar
 jars.compile.order = .
 source.. = src/main/java/,\

Added: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/about.html
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/about.html	                        (rev 0)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/about.html	2010-02-03 16:05:01 UTC (rev 31385)
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>(c) 2008 JBoss, a division of Red Hat</P>
+
+<H3>License</H3>
+
+<P>Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);<BR/>
+you may not use this file except in compliance with the License.<BR/>
+You may obtain a copy of the License at<BR/>
+<BR/>
+     http://www.apache.org/licenses/LICENSE-2.0<BR/>
+<BR/>
+Unless required by applicable law or agreed to in writing, software<BR/>
+distributed under the License is distributed on an &quot;AS IS&quot; BASIS,<BR/>
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<BR/>
+See the License for the specific language governing permissions<BR/>
+and limitations under the License.
+</P>
+
+</BODY>
+</HTML>
\ No newline at end of file

Modified: labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/build.properties
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/build.properties	2010-02-03 15:51:30 UTC (rev 31384)
+++ labs/jbossrules/trunk/drools-eclipse/org.drools.eclipse.task/build.properties	2010-02-03 16:05:01 UTC (rev 31385)
@@ -6,4 +6,12 @@
                icons/,\
                contexts.xml,\
                lib/,\
-               lib/drools-core.jar
+               lib/drools-core.jar,\
+               about.html
+src.includes = about.html,\
+               icons/,\
+               lib/,\
+               plugin.xml,\
+               src/,\
+               build.properties,\
+               META-INF/

Modified: labs/jbossrules/trunk/drools-eclipse/org.guvnor.tools/about.html
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/org.guvnor.tools/about.html	2010-02-03 15:51:30 UTC (rev 31384)
+++ labs/jbossrules/trunk/drools-eclipse/org.guvnor.tools/about.html	2010-02-03 16:05:01 UTC (rev 31385)
@@ -1,28 +1,31 @@
-<!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">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
 <head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
 <title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
 </head>
-<body lang="EN-US">
-<h2>About This Content</h2>
- 
-<p>August 29, 2008</p>
-<h3>License</h3>
 
-<p>JBoss, a Division of Red Hat makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+<BODY lang="EN-US">
 
-<p>If you did not receive this Content directly from JBoss, a Division of Red Hat, the Content is 
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content.  Check the Redistributor's license that was 
-provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+<H3>About This Content</H3>
 
-</body>
-</html>
\ No newline at end of file
+<P>(c) 2008 JBoss, a division of Red Hat</P>
+
+<H3>License</H3>
+
+<P>Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);<BR/>
+you may not use this file except in compliance with the License.<BR/>
+You may obtain a copy of the License at<BR/>
+<BR/>
+     http://www.apache.org/licenses/LICENSE-2.0<BR/>
+<BR/>
+Unless required by applicable law or agreed to in writing, software<BR/>
+distributed under the License is distributed on an &quot;AS IS&quot; BASIS,<BR/>
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<BR/>
+See the License for the specific language governing permissions<BR/>
+and limitations under the License.
+</P>
+
+</BODY>
+</HTML>
\ No newline at end of file



More information about the jboss-svn-commits mailing list