Author: akazakov
Date: 2011-11-07 13:42:28 -0500 (Mon, 07 Nov 2011)
New Revision: 36199
Added:
trunk/common/features/org.jboss.tools.common.mylyn.feature/
trunk/common/features/org.jboss.tools.common.mylyn.feature/.project
trunk/common/features/org.jboss.tools.common.mylyn.feature/build.properties
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.properties
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature_ja.properties
trunk/common/features/org.jboss.tools.common.mylyn.feature/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-9351 provide mylyn connections for
issues.jboss.org
and
bugzila.redhat.com via new plugin in "Common" component
Added: trunk/common/features/org.jboss.tools.common.mylyn.feature/.project
===================================================================
--- trunk/common/features/org.jboss.tools.common.mylyn.feature/.project
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.mylyn.feature/.project 2011-11-07
18:42:28 UTC (rev 36199)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.common.mylyn.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/common/features/org.jboss.tools.common.mylyn.feature/.project
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.mylyn.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.mylyn.feature/build.properties
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.mylyn.feature/build.properties 2011-11-07
18:42:28 UTC (rev 36199)
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+ feature.properties
Property changes on:
trunk/common/features/org.jboss.tools.common.mylyn.feature/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.properties 2011-11-07
18:42:28 UTC (rev 36199)
@@ -0,0 +1,37 @@
+###############################################################################
+# 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=JBoss Tools Mylyn
+
+# "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=JBoss Tools Common Core plugins
+
+copyright=Copyright (c) 2011 Red Hat, Inc.\n\
+Distributed under license by Red Hat, Inc. All rights reserved.\n\
+This program is made available under the terms of the\n\
+Eclipse Public License v1.0 which accompanies this distribution,\n\
+and is available at http\://www.eclipse.org/legal/epl-v10.html\n\
+Contributors\:\n\
+Red Hat, Inc. - initial API and implementation
\ No newline at end of file
Property changes on:
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml 2011-11-07
18:42:28 UTC (rev 36199)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.common.mylyn.feature"
label="%featureName" version="3.3.0.qualifier"
provider-name="%providerName">
+
+ <description
url="http://www.jboss.org/tools">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license>
+ 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 id="org.jboss.tools.common.mylyn" download-size="0"
install-size="0" version="0.0.0" />
+</feature>
Property changes on:
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.mylyn.feature/feature_ja.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.mylyn.feature/feature_ja.properties
(rev 0)
+++
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature_ja.properties 2011-11-07
18:42:28 UTC (rev 36199)
@@ -0,0 +1 @@
+providerName=JBoss by Red Hat
Property changes on:
trunk/common/features/org.jboss.tools.common.mylyn.feature/feature_ja.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/common/features/org.jboss.tools.common.mylyn.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.mylyn.feature/pom.xml
(rev 0)
+++ trunk/common/features/org.jboss.tools.common.mylyn.feature/pom.xml 2011-11-07 18:42:28
UTC (rev 36199)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.common</groupId>
+ <artifactId>features</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.common.features</groupId>
+ <artifactId>org.jboss.tools.common.mylyn.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+</project>
Property changes on: trunk/common/features/org.jboss.tools.common.mylyn.feature/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain