[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
Tue Nov 27 15:19:21 EST 2012


     [ https://issues.jboss.org/browse/JBDS-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBDS-2401:
-----------------------------

    Attachment: jbds2401.patch.txt


{code}
$➔ stat .
# On branch master
# Changes to be committed:
#   (use "git reset HEAD <file>..." to unstage)
#
#	renamed:    installer/build-pde.xml -> installer/build.xml
#	deleted:    installer/src/config/install-pde.xml
#	modified:   installer/src/config/install.xml
#	renamed:    installer/src/config/resources/default_shortcut_specification_pde.xml -> installer/src/config/resources/default_shortcut_specification.xml
#	deleted:    installer/src/config/resources/p2-meta-gen-action-pde.xml
#	modified:   installer/src/config/resources/p2-meta-gen-action.xml
#	renamed:    installer/src/config/resources/p2-meta-gen-script-pde.xml -> installer/src/config/resources/p2-meta-gen-script.xml
#	deleted:    installer/src/config/resources/readme-pde.txt
#	modified:   installer/src/config/resources/unix_shortcut_specification.xml
#	deleted:    installer/src/config/resources/unix_shortcut_specification_pde.xml
#
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working directory)
#
#	modified:   installer/build.xml
#	modified:   installer/pom.xml
#	modified:   installer/src/config/install-pack-regular.xml
#	modified:   installer/src/config/install.xml
#	modified:   installer/src/config/resources/p2-meta-gen-action.xml
#	modified:   site/devstudio-directory.xml
#	modified:   site/index.html
{code}

Patch: [^jbds2401.patch.txt]

Built locally, seems fine. 
                
> 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
>
>         Attachments: jbds2401.patch.txt
>
>
> 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