Author: nickboldt
Date: 2012-04-19 16:13:07 -0400 (Thu, 19 Apr 2012)
New Revision: 40352
Added:
trunk/central/features/org.jboss.tools.central.discovery.feature/.gitignore
trunk/central/plugins/org.jboss.tools.central.discovery/.gitignore
Modified:
trunk/central/plugins/org.jboss.tools.central.discovery/build.properties
trunk/central/plugins/org.jboss.tools.central.discovery/plugin.properties
trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml
Log:
misc tweaks including 'change URLs from
http://download.jboss.org/jbosstools/updates/indigo/SR2/ to
http://download.jboss.org/jbosstools/updates/indigo/ after Beta1'
Added: trunk/central/features/org.jboss.tools.central.discovery.feature/.gitignore
===================================================================
--- trunk/central/features/org.jboss.tools.central.discovery.feature/.gitignore
(rev 0)
+++ trunk/central/features/org.jboss.tools.central.discovery.feature/.gitignore 2012-04-19
20:13:07 UTC (rev 40352)
@@ -0,0 +1 @@
+target
Added: trunk/central/plugins/org.jboss.tools.central.discovery/.gitignore
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/.gitignore
(rev 0)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/.gitignore 2012-04-19 20:13:07
UTC (rev 40352)
@@ -0,0 +1 @@
+target
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/build.properties
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/build.properties 2012-04-19
20:06:56 UTC (rev 40351)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/build.properties 2012-04-19
20:13:07 UTC (rev 40352)
@@ -3,3 +3,7 @@
plugin.xml,\
plugin.properties,\
images/
+output.. = bin/
+source.. = src/
+src.includes = *
+src.excludes = src
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.properties
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.properties 2012-04-19
20:06:56 UTC (rev 40351)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.properties 2012-04-19
20:13:07 UTC (rev 40352)
@@ -1,4 +1,3 @@
-#Properties file for org.jboss.tools.central.discovery
BundleVendor = JBoss by Red Hat
BundleName = JBoss Central Discovery
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-04-19 20:06:56
UTC (rev 40351)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-04-19 20:13:07
UTC (rev 40352)
@@ -233,7 +233,7 @@
license="Free, EPL"
name="Eclipse EGit"
provider="eclipse.org"
-
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/SR2/&qu...
+
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/">
<iu id="org.eclipse.egit"/>
<icon
image32="images/egit_32.png">
@@ -269,8 +269,8 @@
id="org.jboss.tools.central.discovery.testing"
name="Testing"
relevance="60">
- <group id="org.jboss.tools.central.discovery.testing.local" />
- <group id="org.jboss.tools.central.discovery.testing.remote" />
+ <group id="org.jboss.tools.central.discovery.testing.local" />
+ <group id="org.jboss.tools.central.discovery.testing.remote" />
</connectorCategory>
<connectorDescriptor
@@ -394,7 +394,7 @@
license="Free, EPL, Other"
name="JST Server"
provider="Eclipse.org"
-
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/SR2/&qu...
+
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/">
<!-- <iu
id="org.eclipse.jst.server_adapters.ext.feature"/> -->
<iu id="org.eclipse.jst.server_adapters.feature"/>
<iu id="org.eclipse.jst.server_core.feature"/>
@@ -417,7 +417,7 @@
license="EPL, Other"
name="Google Plugin + Web Toolkit"
provider="Google, Inc."
-
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/SR2/&qu...
+
siteUrl="http://download.jboss.org/jbosstools/updates/indigo/">
<iu id="com.google.gwt.eclipse.sdkbundle.e37.feature"/>
<iu id="com.google.gdt.eclipse.suite.e37.feature"/>
<icon
@@ -452,7 +452,5 @@
</overview>
</connectorDescriptor>
- <!-- TODO: change URLs from
http://download.jboss.org/jbosstools/updates/indigo/SR2/ to
http://download.jboss.org/jbosstools/updates/indigo/ after Beta1 -->
-
</extension>
</plugin>
Modified: trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml 2012-04-19 20:06:56
UTC (rev 40351)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml 2012-04-19 20:13:07
UTC (rev 40352)
@@ -8,6 +8,6 @@
</parent>
<groupId>org.jboss.tools.central.plugins</groupId>
<artifactId>org.jboss.tools.central.discovery</artifactId>
-
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>