Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-13767

JBoss Tools 4.1 Central points to JBoss Tools 4.0's central site

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.1.0.Alpha2
    • 4.1.0.Alpha1
    • project-examples
    • None

      Due to some ugly hardcoding in the project examples plugin, we forgot to update JBT Central to pull from the new Kepler site.

      Thus:

      examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/configurators/DefaultJBossCentralConfigurator.java
       
      44-	// TODO: when moving to Kepler, use /development/kepler/ then later /stable/kepler/
      45:	private static final String JBOSS_DIRECTORY_URL_DEFAULT = "http://download.jboss.org/jbosstools/updates/stable/juno/jbosstools-directory.xml"; //$NON-NLS-1$
      46-
      47-	// see pom.xml for actual value -- this is passed it at build-time via Maven
      
      examples/plugins/org.jboss.tools.project.examples/pom.xml
      13-	<properties>
      14-		<!-- TODO: when moving to Kepler, use /development/kepler/ then later /stable/kepler/ -->
      15:		<jboss.discovery.directory.url>http://download.jboss.org/jbosstools/updates/stable/juno/jbosstools-directory.xml</jboss.discovery.directory.url>
      16-	</properties>
      17-
      

      So... oops.

      We should really figure out a better way to externalize this.

            nivologd@gmail.com Denis Golovin (Inactive)
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: