[jbosstools-issues] [JBoss JIRA] (JBDS-2401) remove old version of installer code & refactor new stuff to remove "pde" from the name

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Nov 26 15:30:21 EST 2012


Nick Boldt created JBDS-2401:
--------------------------------

             Summary: remove old version of installer code & refactor new stuff to remove "pde" from the name
                 Key: JBDS-2401
                 URL: https://issues.jboss.org/browse/JBDS-2401
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: installer
    Affects Versions: 6.1.0.Alpha1
            Reporter: Nick Boldt
            Assignee: Nick Boldt
             Fix For: 6.1.0.Alpha1


Many moons ago, we forked the inpack installer code so that we now have these files:

{code:title=https://svn.jboss.org/repos/devstudio/trunk/product/installer}
./build-pde.xml 
./src/config/install-pde.xml 
./src/config/resources/default_shortcut_specification_pde.xml 
./src/config/resources/p2-meta-gen-action-pde.xml 
./src/config/resources/p2-meta-gen-script-pde.xml 
./src/config/resources/readme-pde.txt 
./src/config/resources/unix_shortcut_specification_pde.xml 

and

./build.xml 
./src/config/install.xml 
./src/config/resources/default_shortcut_specification.xml 
./src/config/resources/p2-meta-gen-action.xml 
./src/config/resources/p2-meta-gen-script.xml 
./src/config/resources/readme.txt 
./src/config/resources/unix_shortcut_specification.xml 
{code}

The old code should be removed from trunk, and the new stuff refactored so that there's no longer a "-pde" or "_pde" marker in it, since we don't build w/ PDE anymore.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list