<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.classpath</filename>
    </added>
    <added>
      <filename>.project</filename>
    </added>
    <added>
      <filename>icons/phonegap.png</filename>
    </added>
    <added>
      <filename>lib/phonegap.js</filename>
    </added>
    <added>
      <filename>schema/com.phonegap.sdk.exsd</filename>
    </added>
    <added>
      <filename>src/com/phonegap/PhoneGapPlugin.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/core/FileTricks.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/core/FileUtils.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/core/StreamUtils.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/core/StringUtils.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/preferences/Item.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/preferences/SDKDialog.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/preferences/SDKPreferencePage.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/project/PhoneGapProjectNature.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/resources/application.xml</filename>
    </added>
    <added>
      <filename>src/com/phonegap/resources/root.html</filename>
    </added>
    <added>
      <filename>src/com/phonegap/runtime/SimulatorLaunchAdder.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/runtime/SimulatorLaunchConfigurationDelegate.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/runtime/SimulatorLaunchConfigurationTabGroup.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/runtime/SimulatorLaunchTab.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/runtime/SimulatorLauncher.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/wizards/NewProjectWizard.java</filename>
    </added>
    <added>
      <filename>src/com/phonegap/wizards/NewWizardPage.java</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,18 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: PhoneGapEclipse Plug-in
-Bundle-SymbolicName: PhoneGapEclipse; singleton:=true
+Bundle-Name: PhoneGap Plug-in
+Bundle-SymbolicName: PhoneGap; singleton:=true
 Bundle-Version: 1.0.0
-Bundle-Activator: phonegapeclipse.Activator
+Bundle-Activator: com.phonegap.PhoneGapPlugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
+ org.eclipse.jface.text,
  org.eclipse.core.resources,
- org.eclipse.ui.ide
+ org.eclipse.ui.editors,
+ org.eclipse.ui.ide,
+ org.eclipse.jface,
+ org.eclipse.ui.workbench,
+ org.eclipse.ui.browser,
+ org.eclipse.debug.core;bundle-version=&quot;3.4.1&quot;,
+ org.eclipse.debug.ui;bundle-version=&quot;3.4.2&quot;
 Eclipse-LazyStart: true</diff>
      <filename>META-INF/MANIFEST.MF</filename>
    </modified>
    <modified>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,8 @@
-source.. = src/
-output.. = bin/
-bin.includes = plugin.xml,\
-               META-INF/,\
-               .,\
-               icons/
+source.. = src/
+output.. = bin/
+bin.includes = plugin.xml,\
+               META-INF/,\
+               .,\
+               icons/,\
+               build.properties,\
+               lib/</diff>
      <filename>build.properties</filename>
    </modified>
    <modified>
      <filename>icons/sample.gif</filename>
    </modified>
    <modified>
      <diff>@@ -1,71 +1,105 @@
-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;?eclipse version=&quot;3.2&quot;?&gt;
-&lt;plugin&gt;
-
-   &lt;extension
-         id=&quot;phonegapBuilder&quot;
-         name=&quot;PhoneGap Project Builder&quot;
-         point=&quot;org.eclipse.core.resources.builders&quot;&gt;
-      &lt;builder
-            hasNature=&quot;true&quot;&gt;
-         &lt;run
-               class=&quot;phonegapeclipse.builder.PhoneGapBuilder&quot;&gt;
-         &lt;/run&gt;
-      &lt;/builder&gt;
-   &lt;/extension&gt;
-   &lt;extension
-         id=&quot;phonegapNature&quot;
-         name=&quot;PhoneGap Nature&quot;
-         point=&quot;org.eclipse.core.resources.natures&quot;&gt;
-      &lt;runtime&gt;
-         &lt;run
-               class=&quot;phonegapeclipse.builder.PhoneGapNature&quot;&gt;
-         &lt;/run&gt;
-      &lt;/runtime&gt;
-      &lt;builder
-            id=&quot;PhoneGapEclipse.phonegapBuilder&quot;&gt;
-      &lt;/builder&gt;
-   &lt;/extension&gt;
-   &lt;extension
-         point=&quot;org.eclipse.ui.popupMenus&quot;&gt;
-      &lt;objectContribution
-            adaptable=&quot;true&quot;
-            objectClass=&quot;org.eclipse.core.resources.IProject&quot;
-            nameFilter=&quot;*&quot;
-            id=&quot;PhoneGapEclipse.contribution1&quot;&gt;
-         &lt;action
-               label=&quot;Add/Remove Sample Nature&quot;
-               class=&quot;phonegapeclipse.builder.ToggleNatureAction&quot;
-               menubarPath=&quot;additions&quot;
-               enablesFor=&quot;+&quot;
-               id=&quot;PhoneGapEclipse.addRemoveNatureAction&quot;&gt;
-         &lt;/action&gt;
-      &lt;/objectContribution&gt;
-   &lt;/extension&gt;
-   &lt;extension
-         id=&quot;xmlProblem&quot;
-         name=&quot;XML Problem&quot;
-         point=&quot;org.eclipse.core.resources.markers&quot;&gt;
-      &lt;super
-            type=&quot;org.eclipse.core.resources.problemmarker&quot;&gt;
-      &lt;/super&gt;
-      &lt;persistent
-            value=&quot;true&quot;&gt;
-      &lt;/persistent&gt;
-   &lt;/extension&gt;
-   &lt;extension
-         point=&quot;org.eclipse.ui.newWizards&quot;&gt;
-      &lt;category
-            name=&quot;Sample Wizards&quot;
-            id=&quot;PhoneGapEclipse&quot;&gt;
-      &lt;/category&gt;
-      &lt;wizard
-            name=&quot;PhoneGap file&quot;
-            icon=&quot;icons/sample.gif&quot;
-            category=&quot;PhoneGapEclipse&quot;
-            class=&quot;phonegapeclipse.wizards.SampleNewWizard&quot;
-            id=&quot;phonegapeclipse.wizards.SampleNewWizard&quot;&gt;
-      &lt;/wizard&gt;
-   &lt;/extension&gt;
-
-&lt;/plugin&gt;
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;?eclipse version=&quot;3.2&quot;?&gt;
+&lt;plugin&gt;
+
+	&lt;extension-point id=&quot;com.phonegap.sdk&quot; name=&quot;SDK&quot; schema=&quot;schema/com.phonegap.sdk.exsd&quot;/&gt;
+
+	&lt;extension point=&quot;com.phonegap.sdk&quot;&gt;
+		&lt;sdk path=&quot;c:\bin\phonegap_1.0&quot; /&gt;
+	&lt;/extension&gt;
+
+	&lt;extension point=&quot;org.eclipse.ui.newWizards&quot;&gt;
+		&lt;category 
+			id=&quot;com.phonegap&quot; 
+			name=&quot;PhoneGap&quot;&gt; 
+		&lt;/category&gt;
+		&lt;category
+			parentCategory=&quot;com.phonegap&quot;
+            name=&quot;PhoneGap Project&quot;
+            id=&quot;com.phonegap.PhoneGap&quot;&gt;
+		&lt;/category&gt;
+		&lt;wizard
+            name=&quot;PhoneGap Project&quot;
+            icon=&quot;icons/phonegap.png&quot;
+            category=&quot;PhoneGap&quot;
+            class=&quot;com.phonegap.wizards.NewProjectWizard&quot;
+            id=&quot;com.phonegap.wizards.NewProjectWizard&quot;
+            project=&quot;true&quot;
+            descriptionImage=&quot;icons/phonegap.png&quot;
+            canFinishEarly=&quot;true&quot;
+            hasPages=&quot;true&quot;
+            &gt;
+            &lt;description&gt;
+            &lt;/description&gt;
+            &lt;!-- finalPerspective --&gt;
+		&lt;/wizard&gt;
+	&lt;/extension&gt;
+
+    &lt;extension point=&quot;org.eclipse.debug.core.launchConfigurationTypes&quot;&gt;
+		&lt;launchConfigurationType
+			delegate=&quot;com.phonegap.runtime.SimulatorLaunchConfigurationDelegate&quot;
+			id=&quot;com.phonegap.debug.SimulatorLaunchConfigurationType&quot;
+			modes=&quot;run,debug&quot;
+			name=&quot;PhoneGap&quot;
+			public=&quot;true&quot;&gt;
+		&lt;/launchConfigurationType&gt;
+	&lt;/extension&gt;
+
+	&lt;extension point=&quot;org.eclipse.debug.ui.launchConfigurationTypeImages&quot;&gt;
+		&lt;launchConfigurationTypeImage
+			configTypeID=&quot;com.phonegap.debug.SimulatorLaunchConfigurationType&quot;
+			icon=&quot;icons/phonegap.png&quot;
+			id=&quot;com.phonegap.SimulatorLaunchConfigurationTabGroup&quot;/&gt;
+	&lt;/extension&gt;
+
+	&lt;extension point=&quot;org.eclipse.ui.preferencePages&quot;&gt;
+		&lt;page
+			category=&quot;com.phonegap.preferences.GeneralPreferencePage&quot;
+			class=&quot;com.phonegap.preferences.SDKPreferencePage&quot;
+			id=&quot;com.phonegap.preferences.SDKPreferencePage&quot;
+			name=&quot;PhoneGap SDK&quot;/&gt;
+	&lt;/extension&gt;
+
+    &lt;extension point=&quot;org.eclipse.debug.ui.launchConfigurationTabGroups&quot;&gt;
+		&lt;launchConfigurationTabGroup
+			class=&quot;com.phonegap.runtime.SimulatorLaunchConfigurationTabGroup&quot;
+			description=&quot;Run a PhoneGap application&quot;
+			id=&quot;com.phonegap.SimulatorLaunchConfigurationTabGroup&quot;
+			type=&quot;com.phonegap.debug.SimulatorLaunchConfigurationType&quot;&gt;
+			&lt;launchMode 
+				mode=&quot;run&quot;
+				description=&quot;Run a PhoneGap application&quot;/&gt;
+			&lt;launchMode
+				mode=&quot;debug&quot;
+				description=&quot;Debug a PhoneGap application&quot;
+				perspective=&quot;org.eclipse.debug.ui.DebugPerspective&quot;/&gt;
+		&lt;/launchConfigurationTabGroup&gt;
+	&lt;/extension&gt;
+
+	&lt;extension id=&quot;com.phonegap.phonegapnature&quot;
+		name=&quot;PhoneGap Nature&quot;
+		point=&quot;org.eclipse.core.resources.natures&quot;&gt;
+		&lt;runtime&gt;
+			&lt;run class=&quot;com.phonegap.project.PhoneGapProjectNature&quot;/&gt;
+		&lt;/runtime&gt;
+		&lt;!--&lt;builder id=&quot;com.phonegap.phonegapbuilder&quot;&gt;&lt;/builder&gt;--&gt;
+	&lt;/extension&gt;
+
+&lt;!--
+	&lt;extension id=&quot;com.phonegap.phonegapbuilder&quot;
+		point=&quot;org.eclipse.core.resources.builders&quot; 
+		name=&quot;PhoneGap Builder&quot;&gt;
+		&lt;builder&gt;
+			&lt;run class=&quot;com.aptana.ide.framework.apollo.jaxer.JaxerAIRBuilder&quot; /&gt;
+		&lt;/builder&gt;
+	&lt;/extension&gt;
+
+	&lt;extension point=&quot;org.eclipse.ui.ide.projectNatureImages&quot;&gt;
+		&lt;image
+			icon=&quot;icons/phonegap.png&quot;
+			id=&quot;com.phonegap.phonegapNatureImage&quot;
+			natureId=&quot;com.phonegap.phonegapnature&quot;/&gt;
+	&lt;/extension&gt;
+--&gt;
+
+&lt;/plugin&gt;</diff>
      <filename>plugin.xml</filename>
    </modified>
    <modified>
      <diff>@@ -1,137 +1,137 @@
-&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;
-&lt;template type=&quot;ProjTempl&quot; version=&quot;1.0&quot; supplier=&quot;PhoneGap&quot; revision=&quot;1.0&quot; author=&quot;Dave Johnson&quot;
-        id=&quot;EXE&quot; label=&quot;PhoneGap&quot; description=&quot;A PhoneGap project.&quot;
-         help=&quot;help.html&quot;&gt;
-
-    &lt;property-group id=&quot;basics&quot; label=&quot;Basic Settings&quot; description=&quot;Basic properties of a project&quot; type=&quot;PAGES-ONLY&quot; help=&quot;help.html&quot;&gt;
-        
-&lt;property id=&quot;uid2&quot;
-            label=&quot;UID 2&quot;
-            description=&quot;UID 2&quot;
-            default=&quot;0x00000000&quot;
-            type=&quot;input&quot;
-            pattern=&quot;0x[0-9a-fA-F]{8}&quot;
-            hidden=&quot;false&quot;
-            mandatory=&quot;true&quot;
-            persist=&quot;true&quot;/&gt;
-        
-&lt;property id=&quot;uid3&quot;
-            label=&quot;UID 3&quot;
-            description=&quot;UID 3&quot;
-            default=&quot;0x00000000&quot;
-            type=&quot;input&quot;
-            pattern=&quot;0x[0-9a-fA-F]{8}&quot;
-            hidden=&quot;false&quot;
-            mandatory=&quot;false&quot;
-            persist=&quot;true&quot;/&gt;
-
-&lt;property id=&quot;vid&quot;
-            label=&quot;Vendor ID&quot;
-            description=&quot;Vendor ID&quot;
-            default=&quot;0x00000000&quot;
-            type=&quot;input&quot;
-            pattern=&quot;0x[0-9a-fA-F]{8}&quot;
-            hidden=&quot;false&quot;
-            mandatory=&quot;true&quot;
-            persist=&quot;true&quot;/&gt;
-
-&lt;property id=&quot;author&quot;
-            label=&quot;Author&quot;
-            description=&quot;Name of the author&quot;
-            type=&quot;input&quot;
-            pattern=&quot;.*&quot;
-            default=&quot;&quot;
-            hidden=&quot;false&quot;
-            persist=&quot;true&quot;/&gt;
-
-&lt;property id=&quot;copyright&quot;
-            label=&quot;Copyright notice&quot;
-            description=&quot;Your copyright notice&quot;
-            type=&quot;input&quot;
-            pattern=&quot;.*&quot;
-            default=&quot;Your copyright notice&quot;
-            hidden=&quot;false&quot;
-            persist=&quot;true&quot;/&gt;
-
-&lt;property id=&quot;targetType&quot;
-            label=&quot;Target Type&quot;
-            description=&quot;Select the target type&quot;
-            type=&quot;select&quot;
-            hidden=&quot;false&quot;
-            mandatory=&quot;true&quot;
-            persist=&quot;true&quot;&gt;
-            &lt;item label=&quot;APP&quot; selected=&quot;true&quot; name=&quot;app&quot;/&gt;
-            &lt;item label=&quot;LIB&quot; selected=&quot;false&quot; name=&quot;lib&quot;/&gt;
-            &lt;item label=&quot;DLL&quot; selected=&quot;false&quot; name=&quot;dll&quot;/&gt;
-            &lt;item label=&quot;EXE&quot; selected=&quot;false&quot; name=&quot;exe&quot;/&gt;
-            &lt;item label=&quot;EXEDLL&quot; selected=&quot;false&quot; name=&quot;exedll&quot;/&gt;
-        &lt;/property&gt;
-    &lt;/property-group&gt;
-
-    &lt;property-group id=&quot;directories&quot; label=&quot;Project Directories&quot; description=&quot;Generated files will be copied to the specified directories under the project root directory&quot; type=&quot;PAGES-ONLY&quot; help=&quot;help.html&quot;&gt;
-    &lt;property id=&quot;incDir&quot;
-                label=&quot;Include&quot;
-                description=&quot;Directory for C++ header files&quot;
-                type=&quot;input&quot;
-        default=&quot;inc&quot;
-                pattern=&quot;[a-zA-Z0-9]+&quot;
-                mandatory=&quot;true&quot;
-                persist=&quot;true&quot;/&gt;
-
-    &lt;property id=&quot;sourceDir&quot;
-                label=&quot;Source&quot;
-                description=&quot;Directory for C++ source files&quot;
-                type=&quot;input&quot;
-                default=&quot;src&quot;
-                pattern=&quot;[a-zA-Z0-9]+&quot;
-                mandatory=&quot;true&quot;
-                persist=&quot;true&quot;/&gt;
-    &lt;/property-group&gt;
-    
-    &lt;process type=&quot;org.eclipse.cdt.templates.NewSymbianProject&quot;&gt;
-        &lt;simple name=&quot;name&quot; value=&quot;$(projectName)&quot;/&gt;
-        &lt;simple name=&quot;targetType&quot; value=&quot;$(targetType)&quot;/&gt;
-        &lt;simple name=&quot;uid2&quot; value=&quot;$(uid2)&quot;/&gt;
-        &lt;simple name=&quot;uid3&quot; value=&quot;$(uid3)&quot;/&gt;
-        &lt;simple name=&quot;vid&quot; value=&quot;$(vid)&quot;/&gt;
-    &lt;/process&gt;
-
-    &lt;process type=&quot;org.eclipse.cdt.templateengine.CreateSourceFolder&quot;&gt;
-        &lt;simple name=&quot;projectName&quot; value=&quot;$(projectName)&quot;/&gt;
-        &lt;simple name=&quot;path&quot; value=&quot;$(sourceDir)&quot;/&gt;
-    &lt;/process&gt;
-
-    &lt;process type=&quot;org.eclipse.cdt.templateengine.CreateIncludeFolder&quot;&gt;
-        &lt;simple name=&quot;projectName&quot; value=&quot;$(projectName)&quot;/&gt;
-        &lt;simple name=&quot;path&quot; value=&quot;$(incDir)&quot;/&gt;
-    &lt;/process&gt;
-
-    &lt;process type=&quot;org.eclipse.cdt.templateengine.AddFiles&quot;&gt;
-        &lt;simple name=&quot;projectName&quot; value=&quot;$(projectName)&quot;/&gt;
-        &lt;complex-array name=&quot;files&quot;&gt;
-            &lt;element&gt;
-                &lt;simple name=&quot;source&quot; value=&quot;inc/Basename.h&quot;/&gt;
-                &lt;simple name=&quot;target&quot; value=&quot;$(incDir)/$(baseName).h&quot;/&gt;
-                &lt;simple name=&quot;replaceable&quot; value=&quot;true&quot;/&gt;
-            &lt;/element&gt;
-            &lt;element&gt;
-                &lt;simple name=&quot;source&quot; value=&quot;src/Basename.cpp&quot;/&gt;
-                &lt;simple name=&quot;target&quot; value=&quot;$(sourceDir)/$(baseName).cpp&quot;/&gt;
-                &lt;simple name=&quot;replaceable&quot; value=&quot;true&quot;/&gt;
-            &lt;/element&gt;
-        &lt;/complex-array&gt;
-    &lt;/process&gt;
-
-    &lt;process type=&quot;org.eclipse.cdt.templateengine.AppendToMBSStringListOptionValues&quot;&gt;
-        &lt;simple name=&quot;projectName&quot; value= &quot;$(projectName)&quot;/&gt;      
-        &lt;complex-array name=&quot;resourcePaths&quot;&gt;
-            &lt;element&gt;
-                &lt;simple name=&quot;id&quot; value=&quot;.*linker\.libraries\.libraries.*&quot; /&gt;
-                &lt;simple-array name=&quot;values&quot;&gt;
-                    &lt;element value=&quot;euser.lib&quot; /&gt;
-                &lt;/simple-array&gt;
-                &lt;simple name=&quot;path&quot; value=&quot;&quot; /&gt;
-            &lt;/element&gt;
-        &lt;/complex-array&gt;
-    &lt;/process&gt;
+&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;
+&lt;template type=&quot;ProjTempl&quot; version=&quot;1.0&quot; supplier=&quot;PhoneGap&quot; revision=&quot;1.0&quot; author=&quot;Dave Johnson&quot;
+        id=&quot;EXE&quot; label=&quot;PhoneGap&quot; description=&quot;A PhoneGap project.&quot;
+         help=&quot;help.html&quot;&gt;
+
+    &lt;property-group id=&quot;basics&quot; label=&quot;Basic Settings&quot; description=&quot;Basic properties of a project&quot; type=&quot;PAGES-ONLY&quot; help=&quot;help.html&quot;&gt;
+        
+&lt;property id=&quot;uid2&quot;
+            label=&quot;UID 2&quot;
+            description=&quot;UID 2&quot;
+            default=&quot;0x00000000&quot;
+            type=&quot;input&quot;
+            pattern=&quot;0x[0-9a-fA-F]{8}&quot;
+            hidden=&quot;false&quot;
+            mandatory=&quot;true&quot;
+            persist=&quot;true&quot;/&gt;
+        
+&lt;property id=&quot;uid3&quot;
+            label=&quot;UID 3&quot;
+            description=&quot;UID 3&quot;
+            default=&quot;0x00000000&quot;
+            type=&quot;input&quot;
+            pattern=&quot;0x[0-9a-fA-F]{8}&quot;
+            hidden=&quot;false&quot;
+            mandatory=&quot;false&quot;
+            persist=&quot;true&quot;/&gt;
+
+&lt;property id=&quot;vid&quot;
+            label=&quot;Vendor ID&quot;
+            description=&quot;Vendor ID&quot;
+            default=&quot;0x00000000&quot;
+            type=&quot;input&quot;
+            pattern=&quot;0x[0-9a-fA-F]{8}&quot;
+            hidden=&quot;false&quot;
+            mandatory=&quot;true&quot;
+            persist=&quot;true&quot;/&gt;
+
+&lt;property id=&quot;author&quot;
+            label=&quot;Author&quot;
+            description=&quot;Name of the author&quot;
+            type=&quot;input&quot;
+            pattern=&quot;.*&quot;
+            default=&quot;&quot;
+            hidden=&quot;false&quot;
+            persist=&quot;true&quot;/&gt;
+
+&lt;property id=&quot;copyright&quot;
+            label=&quot;Copyright notice&quot;
+            description=&quot;Your copyright notice&quot;
+            type=&quot;input&quot;
+            pattern=&quot;.*&quot;
+            default=&quot;Your copyright notice&quot;
+            hidden=&quot;false&quot;
+            persist=&quot;true&quot;/&gt;
+
+&lt;property id=&quot;targetType&quot;
+            label=&quot;Target Type&quot;
+            description=&quot;Select the target type&quot;
+            type=&quot;select&quot;
+            hidden=&quot;false&quot;
+            mandatory=&quot;true&quot;
+            persist=&quot;true&quot;&gt;
+            &lt;item label=&quot;APP&quot; selected=&quot;true&quot; name=&quot;app&quot;/&gt;
+            &lt;item label=&quot;LIB&quot; selected=&quot;false&quot; name=&quot;lib&quot;/&gt;
+            &lt;item label=&quot;DLL&quot; selected=&quot;false&quot; name=&quot;dll&quot;/&gt;
+            &lt;item label=&quot;EXE&quot; selected=&quot;false&quot; name=&quot;exe&quot;/&gt;
+            &lt;item label=&quot;EXEDLL&quot; selected=&quot;false&quot; name=&quot;exedll&quot;/&gt;
+        &lt;/property&gt;
+    &lt;/property-group&gt;
+
+    &lt;property-group id=&quot;directories&quot; label=&quot;Project Directories&quot; description=&quot;Generated files will be copied to the specified directories under the project root directory&quot; type=&quot;PAGES-ONLY&quot; help=&quot;help.html&quot;&gt;
+    &lt;property id=&quot;incDir&quot;
+                label=&quot;Include&quot;
+                description=&quot;Directory for C++ header files&quot;
+                type=&quot;input&quot;
+        default=&quot;inc&quot;
+                pattern=&quot;[a-zA-Z0-9]+&quot;
+                mandatory=&quot;true&quot;
+                persist=&quot;true&quot;/&gt;
+
+    &lt;property id=&quot;sourceDir&quot;
+                label=&quot;Source&quot;
+                description=&quot;Directory for C++ source files&quot;
+                type=&quot;input&quot;
+                default=&quot;src&quot;
+                pattern=&quot;[a-zA-Z0-9]+&quot;
+                mandatory=&quot;true&quot;
+                persist=&quot;true&quot;/&gt;
+    &lt;/property-group&gt;
+    
+    &lt;process type=&quot;org.eclipse.cdt.templates.NewSymbianProject&quot;&gt;
+        &lt;simple name=&quot;name&quot; value=&quot;$(projectName)&quot;/&gt;
+        &lt;simple name=&quot;targetType&quot; value=&quot;$(targetType)&quot;/&gt;
+        &lt;simple name=&quot;uid2&quot; value=&quot;$(uid2)&quot;/&gt;
+        &lt;simple name=&quot;uid3&quot; value=&quot;$(uid3)&quot;/&gt;
+        &lt;simple name=&quot;vid&quot; value=&quot;$(vid)&quot;/&gt;
+    &lt;/process&gt;
+
+    &lt;process type=&quot;org.eclipse.cdt.templateengine.CreateSourceFolder&quot;&gt;
+        &lt;simple name=&quot;projectName&quot; value=&quot;$(projectName)&quot;/&gt;
+        &lt;simple name=&quot;path&quot; value=&quot;$(sourceDir)&quot;/&gt;
+    &lt;/process&gt;
+
+    &lt;process type=&quot;org.eclipse.cdt.templateengine.CreateIncludeFolder&quot;&gt;
+        &lt;simple name=&quot;projectName&quot; value=&quot;$(projectName)&quot;/&gt;
+        &lt;simple name=&quot;path&quot; value=&quot;$(incDir)&quot;/&gt;
+    &lt;/process&gt;
+
+    &lt;process type=&quot;org.eclipse.cdt.templateengine.AddFiles&quot;&gt;
+        &lt;simple name=&quot;projectName&quot; value=&quot;$(projectName)&quot;/&gt;
+        &lt;complex-array name=&quot;files&quot;&gt;
+            &lt;element&gt;
+                &lt;simple name=&quot;source&quot; value=&quot;inc/Basename.h&quot;/&gt;
+                &lt;simple name=&quot;target&quot; value=&quot;$(incDir)/$(baseName).h&quot;/&gt;
+                &lt;simple name=&quot;replaceable&quot; value=&quot;true&quot;/&gt;
+            &lt;/element&gt;
+            &lt;element&gt;
+                &lt;simple name=&quot;source&quot; value=&quot;src/Basename.cpp&quot;/&gt;
+                &lt;simple name=&quot;target&quot; value=&quot;$(sourceDir)/$(baseName).cpp&quot;/&gt;
+                &lt;simple name=&quot;replaceable&quot; value=&quot;true&quot;/&gt;
+            &lt;/element&gt;
+        &lt;/complex-array&gt;
+    &lt;/process&gt;
+
+    &lt;process type=&quot;org.eclipse.cdt.templateengine.AppendToMBSStringListOptionValues&quot;&gt;
+        &lt;simple name=&quot;projectName&quot; value= &quot;$(projectName)&quot;/&gt;      
+        &lt;complex-array name=&quot;resourcePaths&quot;&gt;
+            &lt;element&gt;
+                &lt;simple name=&quot;id&quot; value=&quot;.*linker\.libraries\.libraries.*&quot; /&gt;
+                &lt;simple-array name=&quot;values&quot;&gt;
+                    &lt;element value=&quot;euser.lib&quot; /&gt;
+                &lt;/simple-array&gt;
+                &lt;simple name=&quot;path&quot; value=&quot;&quot; /&gt;
+            &lt;/element&gt;
+        &lt;/complex-array&gt;
+    &lt;/process&gt;
 &lt;/template&gt;
\ No newline at end of file</diff>
      <filename>template.xml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>bin/phonegapeclipse/Activator.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/builder/PhoneGapBuilder$SampleDeltaVisitor.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/builder/PhoneGapBuilder$SampleResourceVisitor.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/builder/PhoneGapBuilder$XMLErrorHandler.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/builder/PhoneGapBuilder.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/builder/PhoneGapNature.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/builder/ToggleNatureAction.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/wizards/SampleNewWizard$1.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/wizards/SampleNewWizard$2.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/wizards/SampleNewWizard.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/wizards/SampleNewWizardPage$1.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/wizards/SampleNewWizardPage$2.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/wizards/SampleNewWizardPage$3.class</filename>
    </removed>
    <removed>
      <filename>bin/phonegapeclipse/wizards/SampleNewWizardPage.class</filename>
    </removed>
    <removed>
      <filename>src/phonegapeclipse/Activator.java</filename>
    </removed>
    <removed>
      <filename>src/phonegapeclipse/builder/PhoneGapBuilder.java</filename>
    </removed>
    <removed>
      <filename>src/phonegapeclipse/builder/PhoneGapNature.java</filename>
    </removed>
    <removed>
      <filename>src/phonegapeclipse/builder/ToggleNatureAction.java</filename>
    </removed>
    <removed>
      <filename>src/phonegapeclipse/wizards/SampleNewWizard.java</filename>
    </removed>
    <removed>
      <filename>src/phonegapeclipse/wizards/SampleNewWizardPage.java</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5bc221f8fa3fae404c84d7908fce93fff443e3e5</id>
    </parent>
  </parents>
  <author>
    <name>Dave Johnson</name>
    <email>davejohnson@dave-johnsons-macbook-pro.local</email>
  </author>
  <url>http://github.com/davejohnson/phonegap-eclipse/commit/24c0643d9de21c15339036cef070e6c99aa25524</url>
  <id>24c0643d9de21c15339036cef070e6c99aa25524</id>
  <committed-date>2009-11-02T21:05:34-08:00</committed-date>
  <authored-date>2009-11-02T21:05:34-08:00</authored-date>
  <message>now this is the real code ...</message>
  <tree>fea79066ec3ae5098259090a9b070b19a1e9d3ce</tree>
  <committer>
    <name>Dave Johnson</name>
    <email>davejohnson@dave-johnsons-macbook-pro.local</email>
  </committer>
</commit>
