[jbosstools-commits] JBoss Tools SVN: r24241 - trunk/maven/plugins/org.jboss.tools.maven.core.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Aug 17 20:18:07 EDT 2010


Author: dgolovin
Date: 2010-08-17 20:18:07 -0400 (Tue, 17 Aug 2010)
New Revision: 24241

Added:
   trunk/maven/plugins/org.jboss.tools.maven.core/about.html
Modified:
   trunk/maven/plugins/org.jboss.tools.maven.core/build.properties
Log:
about.html added to maven.core plugin

Added: trunk/maven/plugins/org.jboss.tools.maven.core/about.html
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/about.html	                        (rev 0)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/about.html	2010-08-18 00:18:07 UTC (rev 24241)
@@ -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 Maven JSF Configurator</title>
+<style type="text/css" media="screen">
+<!--
+  body {
+    font-family: Sans-serif, Arial, Helvetica;
+  }
+
+-->
+</style>
+</head>
+<body>
+<h1>JBoss Maven JSF Configurator</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: trunk/maven/plugins/org.jboss.tools.maven.core/about.html
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: trunk/maven/plugins/org.jboss.tools.maven.core/build.properties
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/build.properties	2010-08-18 00:17:10 UTC (rev 24240)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/build.properties	2010-08-18 00:18:07 UTC (rev 24241)
@@ -5,4 +5,5 @@
                plugin.xml,\
                poms/,\
                OSGI-INF/l10n/bundle.properties,\
-               plugin.properties
+               plugin.properties,\
+               about.html



More information about the jbosstools-commits mailing list