Skip to content
Snippets Groups Projects
Commit 4f90ceba authored by jeffliu's avatar jeffliu
Browse files

[92972] WTP Features Missing from Feature Details

parent f8820831
No related branches found
No related tags found
No related merge requests found
!*************** jst.map
plugin@org.eclipse.jst=v20050705_1500,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/plugins/org.eclipse.jst
!*************** jst.map
plugin@org.eclipse.jst=v20050706_0217,:pserver:anonymous@dev.eclipse.org:/home/webtools,,jst/components/assembly/plugins/org.eclipse.jst
!***************
\ No newline at end of file
!*************** wst.map
plugin@org.eclipse.wst=v20050705_1500,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/plugins/org.eclipse.wst
!*************** wst.map
plugin@org.eclipse.wst=v20050706_0217,:pserver:anonymous@dev.eclipse.org:/home/webtools,,wst/components/assembly/plugins/org.eclipse.wst
!***************
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
src
bin
temp.folder
build.xml
......@@ -5,11 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
......@@ -23,6 +18,5 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.ini,\
about.html,\
about.mappings,\
......@@ -9,3 +6,4 @@ bin.includes = META-INF/,\
eclipse32.gif,\
eclipse32.png,\
plugin.properties
jars.compile.order =
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
src
bin
temp.folder
build.xml
......@@ -5,11 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
......@@ -23,6 +18,5 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
about.html,\
about.ini,\
about.mappings,\
......@@ -9,3 +6,4 @@ bin.includes = META-INF/,\
eclipse32.gif,\
eclipse32.png,\
plugin.properties
jars.compile.order =
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