Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2001-11-21 15:20:51 +0000
committerDarin Swanson2001-11-21 15:20:51 +0000
commit13b48d50b3eca48f2fcf23dedb8b327253c632f9 (patch)
tree8529c7581a08f9e3ed1dbea4634510e9e036f21b /org.eclipse.jdt.debug/scripts
parent644e6e3905f84cfffbd161341848d9301bc96617 (diff)
downloadeclipse.jdt.debug-13b48d50b3eca48f2fcf23dedb8b327253c632f9.tar.gz
eclipse.jdt.debug-13b48d50b3eca48f2fcf23dedb8b327253c632f9.tar.xz
eclipse.jdt.debug-13b48d50b3eca48f2fcf23dedb8b327253c632f9.zip
Script update
Diffstat (limited to 'org.eclipse.jdt.debug/scripts')
-rw-r--r--org.eclipse.jdt.debug/scripts/exportplugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.debug/scripts/exportplugin.xml b/org.eclipse.jdt.debug/scripts/exportplugin.xml
index e72495ad7..d0d879ad1 100644
--- a/org.eclipse.jdt.debug/scripts/exportplugin.xml
+++ b/org.eclipse.jdt.debug/scripts/exportplugin.xml
@@ -26,7 +26,7 @@
<fileset dir="../eval"/>
</zip>
<copy file="../plugin.xml" todir="${dest}"/>
- <copy file="../plugin.jars" todir="${dest}"/>
+ <copy file="../plugin.properties" todir="${dest}"/>
<copy file="../jdi.jar" todir="${dest}"/>
<copy file="../.classpath" todir="${dest}"/>
<copy file="../.options" todir="${dest}"/>

Back to the top