Author: adietish
Date: 2011-08-25 11:13:56 -0400 (Thu, 25 Aug 2011)
New Revision: 34313
Added:
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/license.html
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.xml
Log:
[JBIDE-9573] added description, copyright and licence
Added:
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties
===================================================================
---
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties
(rev 0)
+++
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.properties 2011-08-25
15:13:56 UTC (rev 34313)
@@ -0,0 +1,31 @@
+###############################################################################
+# Copyright (c) 2010-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+#
http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBossAS Tools Server / EGit Integration
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+devUpdateSiteName=JBossTools Development Update Site
+
+# "description" property - description of the feature
+description=Provides integration points between AS Server tooling and the Git tooling of
Eclipse (EGit)
+
+copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and
individual contributors as indicated\nby the @authors tag, 2011. See the copyright.txt in
the distribution\nfor a full listing of individual contributors.
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.xml
===================================================================
---
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.xml 2011-08-25
15:07:42 UTC (rev 34312)
+++
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/feature.xml 2011-08-25
15:13:56 UTC (rev 34313)
@@ -1,20 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.ide.eclipse.as.server.egit.integration.feature"
- label="Egit integration feature"
+ label=%featureName
version="0.0.1.qualifier"
- provider-name="JBoss by Red Hat">
+ provider-name="%providerName">
<description
url="http://www.example.com/description">
- [Enter Feature Description here.]
+ %description
</description>
<copyright
url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ %copyright
</copyright>
<license
url="http://www.example.com/license">
- [Enter License Description here.]
+ Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses),
+which in a particular case may include the Eclipse Public License,
+the GNU Lesser General Public License, and/or certain other open
+source licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
</license>
<plugin
Added:
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/license.html
===================================================================
---
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/license.html
(rev 0)
+++
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/license.html 2011-08-25
15:13:56 UTC (rev 34313)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on:
trunk/as/features/org.jboss.ide.eclipse.as.server.egit.integration.feature/license.html
___________________________________________________________________
Added: svn:executable
+ *