Author: dgolovin
Date: 2010-04-29 15:43:48 -0400 (Thu, 29 Apr 2010)
New Revision: 21814
Added:
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/about.html
branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/about.html
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/about.html
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/about.html
branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/about.html
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/about.html
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/about.html
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/about.html
Modified:
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/build.properties
branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/build.properties
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/build.properties
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/build.properties
branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/build.properties
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/build.properties
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/plugin.properties
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/build.properties
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/build.properties
Log:
https://jira.jboss.org/jira/browse/JBDS-974 Some Features has missing License
missing about.html files were added and build.properties were updated
Added:
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/about.html
===================================================================
---
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/about.html
(rev 0)
+++
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/about.html 2010-04-29
19:43:48 UTC (rev 21814)
@@ -0,0 +1,25 @@
+<!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>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this
plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the GNU Lesser General Public License v2
+("LGPL"). A copy of the LGPL is available at
+<A
href="http://opensource.org/licenses/lgpl-license.php">http:...;.
+For purposes of the LGPL, "Library" or "Work" will mean the
Content.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on:
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified:
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/build.properties
===================================================================
---
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/archives/plugins/org.jboss.ide.eclipse.archives.jdt.integration/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -2,4 +2,5 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ about.html
Added: branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/about.html
===================================================================
--- branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/about.html
(rev 0)
+++
branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/about.html 2010-04-29
19:43:48 UTC (rev 21814)
@@ -0,0 +1,34 @@
+<!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>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this
plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A
href="http://www.eclipse.org/org/documents/epl-v10.php">http...;.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") 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.jboss.org/tools">http://www.jboss.org/tools...
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on:
branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified:
branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/build.properties
===================================================================
---
branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/common/plugins/org.jboss.tools.common.ui/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -1,4 +1,5 @@
source.. = src/
bin.includes = META-INF/,\
plugin.properties,\
- .
+ .,\
+ about.html
Added:
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/about.html
===================================================================
---
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/about.html
(rev 0)
+++
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/about.html 2010-04-29
19:43:48 UTC (rev 21814)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>JBoss Project Examples Cheatsheet</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss Project Examples Cheatsheet</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on:
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified:
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/build.properties
===================================================================
---
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/examples/plugins/org.jboss.tools.project.examples.cheatsheet/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -4,4 +4,5 @@
.,\
plugin.xml,\
cheatsheets/,\
- plugin.properties
+ plugin.properties,\
+ about.html
Added: branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/about.html
===================================================================
--- branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/about.html
(rev 0)
+++
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/about.html 2010-04-29
19:43:48 UTC (rev 21814)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>Common Tools for jBPM 3 and jBPM 4</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>Common Tools for jBPM 3 and jBPM 4</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on:
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified:
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/build.properties
===================================================================
---
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/jbpm/plugins/org.jboss.tools.jbpm.common/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -2,4 +2,5 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ about.html
Added: branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/about.html
===================================================================
--- branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/about.html
(rev 0)
+++ branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/about.html 2010-04-29 19:43:48
UTC (rev 21814)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>JBoss jBPM JPDL Designer Plug-in</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss jBPM JPDL Designer Plug-in</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on: branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/build.properties
===================================================================
--- branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++ branches/jbosstools-3.1.x/jbpm/plugins/org.jbpm.gd.jpdl/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -7,5 +7,6 @@
META-INF/,\
schema/jpdl-3.0.xsd,\
schema/jpdl-3.1.xsd,\
- schema/jpdl-3.2.xsd
+ schema/jpdl-3.2.xsd,\
+ about.html
src.includes = src/
Added: branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/about.html
===================================================================
--- branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/about.html
(rev 0)
+++ branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/about.html 2010-04-29
19:43:48 UTC (rev 21814)
@@ -0,0 +1,34 @@
+<!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>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this
plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A
href="http://www.eclipse.org/org/documents/epl-v10.php">http...;.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") 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.jboss.org/tools">http://www.jboss.org/tools...
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on:
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/build.properties
===================================================================
---
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -4,5 +4,6 @@
META-INF/,\
.,\
plugin.properties,\
- resources/
+ resources/,\
+ about.html
jars.compile.order = .
Modified: branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/plugin.properties
===================================================================
---
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/plugin.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/jst/plugins/org.jboss.tools.jst.css/plugin.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -1,5 +1,5 @@
Bundle-Vendor = JBoss by Red Hat
-Bundle-Name = CSS Test Plug-in
+Bundle-Name = CSS Editor Plug-in
css.tabs.textFont.label=Text/Font
css.tabs.background.label=Background
css.tabs.boxes.label=Boxes
Added: branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/about.html
===================================================================
--- branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/about.html
(rev 0)
+++
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/about.html 2010-04-29
19:43:48 UTC (rev 21814)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>Smooks Core</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>Smooks Core</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on:
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified:
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/build.properties
===================================================================
---
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.core/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -4,4 +4,5 @@
.,\
plugin.xml,\
plugin.properties,\
- icons/
+ icons/,\
+ about.html
Added: branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/about.html
===================================================================
--- branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/about.html
(rev 0)
+++
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/about.html 2010-04-29
19:43:48 UTC (rev 21814)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
+<title>Smooks Runtime</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>Smooks Runtime</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a
href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a
href="http://www.jboss.org/tools">JBoss Tools project
page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a
href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License
- Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on:
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified:
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/build.properties
===================================================================
---
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/build.properties 2010-04-29
19:41:05 UTC (rev 21813)
+++
branches/jbosstools-3.1.x/smooks/plugins/org.jboss.tools.smooks.runtime/build.properties 2010-04-29
19:43:48 UTC (rev 21814)
@@ -8,5 +8,6 @@
libs/milyn-smooks-json-1.2.1.jar,\
libs/opencsv-1.8.jar,\
plugin.properties,\
- libs/freemarker-2.3.11.jar
+ libs/freemarker-2.3.11.jar,\
+ about.html
jars.compile.order =