FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angularjs-eclipse/org.eclipse.angularjs.core/plugin.xml at master · Bakarino/angularjs-eclipse · GitHub
Bakarino
/
angularjs-eclipse
Public
forked from
angelozerr/angularjs-eclipse
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angularjs-eclipse
/
org.eclipse.angularjs.core
/
plugin.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (40 loc) · 1.92 KB
Breadcrumbs
angularjs-eclipse
/
org.eclipse.angularjs.core
/
plugin.xml
Copy path
File metadata and controls
45 lines (40 loc) · 1.92 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<?
eclipse
version
=
"
3.0
"
?>
<!--
###############################################################################
# Copyright (c) 2013 Angelo Zerr and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Angelo Zerr <angelo.zerr@gmail.com> - Initial API and implementation
###############################################################################
-->
<
plugin
>
<!--
Preferences initialization
-->
<
extension
point=
"
org.eclipse.core.runtime.preferences
"
>
<
initializer
class=
"
org.eclipse.angularjs.internal.core.preferences.AngularCorePreferenceInitializer
"
/>
</
extension
>
<!--
======================================================================================
-->
<!--
Workbench validation
-->
<!--
======================================================================================
-->
<
extension
point
=
"
org.eclipse.wst.html.core.customTagValidator
"
>
<
validator
class
=
"
org.eclipse.angularjs.internal.core.validation.HTMLAngularTagValidator
"
></
validator
>
</
extension
>
<
extension
point
=
"
org.eclipse.wst.html.core.customAttributeValidator
"
>
<
validator
class
=
"
org.eclipse.angularjs.internal.core.validation.HTMLAngularAttributeValidator
"
></
validator
>
</
extension
>
<!--
Protractor
-->
<
extension
point
=
"
org.eclipse.debug.core.launchConfigurationTypes
"
>
<
launchConfigurationType
name
=
"
%ProtractorLaunchConfigurationDelegate.name
"
delegate
=
"
org.eclipse.angularjs.internal.core.launchConfigurations.ProtractorLaunchConfigurationDelegate
"
modes
=
"
run,debug
"
id
=
"
org.eclipse.angularjs.core.protractor
"
>
</
launchConfigurationType
>
</
extension
>
</
plugin
>
Back
|
FazBrowse Home
|
New Git URL