Skip to content

Commit

Permalink
Rename classes, packages, label from "angular2" to "angular". See
Browse files Browse the repository at this point in the history
  • Loading branch information
angelozerr committed Aug 8, 2017
1 parent 2fbc58e commit d8c9a22
Show file tree
Hide file tree
Showing 185 changed files with 1,054 additions and 973 deletions.
6 changes: 5 additions & 1 deletion ts.eclipse.ide.angular.cli/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
Expand Down
2 changes: 1 addition & 1 deletion ts.eclipse.ide.angular.cli/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ts.eclipse.ide.angular2.cli</name>
<name>ts.eclipse.ide.angular.cli</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.8
10 changes: 5 additions & 5 deletions ts.eclipse.ide.angular.cli/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.core.runtime,
ts.eclipse.ide.ui,
org.eclipse.ui.forms,
ts.core,
ts.eclipse.ide.angular2.core,
ts.eclipse.ide.angular.core,
org.eclipse.core.externaltools,
ts.eclipse.ide.terminal.interpreter,
org.eclipse.wst.sse.ui,
Expand All @@ -29,9 +29,9 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.tm.terminal.view.core,
org.eclipse.jface.text
Bundle-ActivationPolicy: lazy
Bundle-Activator: ts.eclipse.ide.angular2.cli.AngularCLIPlugin
Export-Package: ts.eclipse.ide.angular2.cli,
ts.eclipse.ide.angular2.cli.launch,
ts.eclipse.ide.angular2.cli.preferences
Bundle-Activator: ts.eclipse.ide.angular.cli.AngularCLIPlugin
Export-Package: ts.eclipse.ide.angular.cli,
ts.eclipse.ide.angular.cli.launch,
ts.eclipse.ide.angular.cli.preferences


4 changes: 2 additions & 2 deletions ts.eclipse.ide.angular.cli/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pluginName=Angular - CLI
providerName=Angelo ZERR

# Wizards
NewAngular2ProjectWizard.name=Angular Project
NewAngular2ProjectWizard.desc=Create an Angular project by using angular-cli.
NewAngularProjectWizard.name=Angular Project
NewAngularProjectWizard.desc=Create an Angular project by using angular-cli.
NewNgModuleWizard.name=Module
NewNgModuleWizard.desc=Create Angular Module by using angular-cli.
NewNgComponentWizard.name=Component
Expand Down
Loading

0 comments on commit d8c9a22

Please sign in to comment.