[jboss-jira] [JBoss JIRA] (AS7-6680) Remove unused JBOSS_ENDORSED_DIRS variable from all scripts
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Tue Mar 5 11:42:57 EST 2013
Darran Lofthouse created AS7-6680:
-------------------------------------
Summary: Remove unused JBOSS_ENDORSED_DIRS variable from all scripts
Key: AS7-6680
URL: https://issues.jboss.org/browse/AS7-6680
Project: Application Server 7
Issue Type: Task
Affects Versions: 7.1.3.Final (EAP)
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 8.0.0.Alpha1
Various scripts contain a JBOSS_ENDORSED_DIRS variable which is never used: -
/bin]$ grep -r "ENDORSED" .
./jdr.sh: JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./add-user.sh: JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./jconsole.sh: JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./appclient.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./add-user.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./domain.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./vault.sh: JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
./jdr.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./standalone.bat:set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
./appclient.sh: JBOSS_ENDORSED_DIRS=`cygpath --path --windows "$JBOSS_ENDORSED_DIRS"`
--
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 jboss-jira
mailing list