[JBoss JIRA] (JBIDE-16665) Add Sapphire to TP
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16665?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-16665:
------------------------------------
This needs a +1 from QE before we do anything, so assigning to [~ldimaggio] for now.
> Add Sapphire to TP
> ------------------
>
> Key: JBIDE-16665
> URL: https://issues.jboss.org/browse/JBIDE-16665
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: target-platform, testing-tools
> Affects Versions: 4.2.0.Alpha2
> Reporter: Snjezana Peco
> Assignee: Len DiMaggio
>
> Reason: Required by new feature described in JBIDE-15394
> License and owner: EPL, Eclipse
> Original repository: http://download.eclipse.org/sapphire/0.7/repository
> JBoss Mirrored repository: http://downloads.jboss.org/jbosstools/updates/requirements/sapphire
> Source: Yes
> Affected projects: arquillian
> Required in devstudio: No
> Type of dependency:
> List of bundles added:
> org.eclipse.sapphire.java
> org.eclipse.sapphire.java.jdt
> org.eclipse.sapphire.java.jdt.ui
> org.eclipse.sapphire.modeling
> org.eclipse.sapphire.modeling.xml
> org.eclipse.sapphire.osgi
> org.eclipse.sapphire.osgi.fragment
> org.eclipse.sapphire.platform
> org.eclipse.sapphire.ui
> org.eclipse.sapphire.ui.swt.gef
> org.eclipse.sapphire.ui.swt.xml.editor
> org.eclipse.sapphire.workspace
> org.eclipse.sapphire.workspace.ui
> org.objectweb.asm
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16728) New project dialog should allow selection of Cordova plug-ins
by Gorkem Ercan (JIRA)
Gorkem Ercan created JBIDE-16728:
------------------------------------
Summary: New project dialog should allow selection of Cordova plug-ins
Key: JBIDE-16728
URL: https://issues.jboss.org/browse/JBIDE-16728
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: aerogear-hybrid
Reporter: Gorkem Ercan
Priority: Minor
Fix For: 4.2.x
When creating a new Hybrid mobile project it should be possible to select an initial set of Cordova plug-ins to be installed to the project. This would allow Cordova plugins such as Console to be added to the project by the developers form the beginning.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16726) Change Add Arqillian Support dialog
by Snjezana Peco (JIRA)
Snjezana Peco created JBIDE-16726:
-------------------------------------
Summary: Change Add Arqillian Support dialog
Key: JBIDE-16726
URL: https://issues.jboss.org/browse/JBIDE-16726
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: testing-tools
Affects Versions: 4.2.0.Alpha2
Reporter: Snjezana Peco
Assignee: Snjezana Peco
Fix For: 4.2.0.Beta1
We should move the Arquillian version combo from the bottom to the top of the dialog.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-16725) clean up jbosstools-maven-plugins/tycho-plugins/*
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16725?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-16725:
-------------------------------
Description:
A couple PRs/commits to clean stuff up, including:
* deprecation warnings (Maven)
* unused variables / imports (Eclipse)
* copyright dates
This one [1] was applied already, as it was a simple substitution:
{code}
[WARNING] org.jboss.tools.tycho.sitegenerator.GenerateRepositoryFacadeMojo#session:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
{code}
[1] https://github.com/jbosstools/jbosstools-maven-plugins/commit/eac10476e65...
However, this one [2] was a bit more complicated as I switched from expression="" to default-value="" instead. Not sure if this is correct:
[2] https://github.com/jbosstools/jbosstools-maven-plugins/pull/18
was:
A couple PRs/commits to clean stuff up, including:
* deprecation warnings (Maven)
* unused variables / imports (Eclipse)
* copyright dates
This one [1] was applied already, as it was a simple substitution:
{code}
[WARNING] org.jboss.tools.tycho.targets.TargetToRepoMojo#outputRepository:
[WARNING] The syntax
[WARNING] @parameter expression="${property}"
[WARNING] is deprecated, please use
[WARNING] @parameter property="property"
[WARNING] instead.
{code}
[1] https://github.com/jbosstools/jbosstools-maven-plugins/commit/eac10476e65...
However, this one [2] was a bit more complicated as I switched from expression="" to default-value="" instead. Not sure if this is correct:
[2] https://github.com/jbosstools/jbosstools-maven-plugins/pull/18
> clean up jbosstools-maven-plugins/tycho-plugins/*
> -------------------------------------------------
>
> Key: JBIDE-16725
> URL: https://issues.jboss.org/browse/JBIDE-16725
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Priority: Minor
> Fix For: 4.2.0.Beta1
>
>
> A couple PRs/commits to clean stuff up, including:
> * deprecation warnings (Maven)
> * unused variables / imports (Eclipse)
> * copyright dates
> This one [1] was applied already, as it was a simple substitution:
> {code}
> [WARNING] org.jboss.tools.tycho.sitegenerator.GenerateRepositoryFacadeMojo#session:
> [WARNING] The syntax
> [WARNING] @parameter expression="${property}"
> [WARNING] is deprecated, please use
> [WARNING] @parameter property="property"
> [WARNING] instead.
> {code}
> [1] https://github.com/jbosstools/jbosstools-maven-plugins/commit/eac10476e65...
> However, this one [2] was a bit more complicated as I switched from expression="" to default-value="" instead. Not sure if this is correct:
> [2] https://github.com/jbosstools/jbosstools-maven-plugins/pull/18
--
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
12 years, 3 months