Skip to content

Commit

Permalink
JBIDE-21001 Added angularjs plugins to angular.test plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov committed Oct 23, 2015
1 parent e9f70fb commit 3d30634
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@
Angular is on Early Access so after fetching a new version into
http://download.jboss.org/jbosstools/updates/requirements/angularjs/,
You MUST submit a PR to update AngularJS in the Early Access target platform, which will affect this file:
You MUST submit a PR to update AngularJS in the Early Access target platform, which will affect this file:
https://github.com/jbosstools/jbosstools-discovery/blob/master/jbtearlyaccesstarget/multiple/jbtearlyaccess-multiple.target#L10-L11
Update MANIFEST.MF in angularjs.test:
https://github.com/jbosstools/jbosstools-jst/blob/master/tests/org.jboss.tools.jst.angularjs.test/META-INF/MANIFEST.MF
These files may also be affected:
https://github.com/jbosstools/jbosstools-download.jboss.org/tree/master/jbosstools/mars/snapshots/updates/earlyaccess.properties
https://github.com/jbdevstudio/jbdevstudio-website/tree/master/content/9.0/snapshots/updates/earlyaccess.properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Require-Bundle: org.eclipse.ui,
org.junit;bundle-version="4.11.0",
org.jboss.tools.common.base.test,
org.eclipse.jface.text;bundle-version="3.9.0",
org.jboss.tools.common.el.core;bundle-version="3.6.0"
org.jboss.tools.common.el.core;bundle-version="3.6.0",
org.eclipse.angularjs.core;bundle-version="[1.0.0.201508312121,1.0.0.201508312121]",
org.eclipse.angularjs.ui;bundle-version="[1.0.0.201508312121,1.0.0.201508312121]"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %Bundle-Vendor.0

0 comments on commit 3d30634

Please sign in to comment.