Skip to content
Snippets Groups Projects
Commit 9bf164dd authored by Alvaro Fides's avatar Alvaro Fides
Browse files

changed ${pom to ${project in pom file to avoid warning. I don´t know if we...

changed ${pom to ${project in pom file to avoid warning. I don´t know if we should shift to version 0.3.2 for this...
parent c400418f
No related branches found
No related tags found
No related merge requests found
......@@ -447,12 +447,12 @@ public class NewProjectWizard extends Wizard implements INewWizard {
+ " <extensions>true</extensions>\n" //$NON-NLS-1$
+ " <configuration>\n" //$NON-NLS-1$
+ " <instructions>\n" //$NON-NLS-1$
+ " <Bundle-Name>${pom.name}</Bundle-Name>\n" //$NON-NLS-1$
+ " <Bundle-Name>${project.name}</Bundle-Name>\n" //$NON-NLS-1$
+ " <Bundle-Activator>" //$NON-NLS-1$
+ packname
+ ".Activator</Bundle-Activator>\n" //$NON-NLS-1$
+ " <Bundle-Description>${pom.description}</Bundle-Description>\n" //$NON-NLS-1$
+ " <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>\n" //$NON-NLS-1$
+ " <Bundle-Description>${project.description}</Bundle-Description>\n" //$NON-NLS-1$
+ " <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>\n" //$NON-NLS-1$
+ " </instructions>\n" //$NON-NLS-1$
+ " </configuration>\n" //$NON-NLS-1$
+ " </plugin>\n" + " </plugins>\n" //$NON-NLS-1$ //$NON-NLS-2$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment