Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-08-11 15:15:10 +0000
committerDani Megert2005-08-11 15:15:10 +0000
commita310f43a72cbb54666b3a17753c3094fe158ca39 (patch)
tree6d164fa7d89fe7b1385dbb0ba7877ddfe5b9fda5 /org.eclipse.ui.examples.javaeditor/plugin.xml
parentf392f7d4236b3f1660cf5d2b35ca0eb2eeaefbe8 (diff)
downloadeclipse.platform.text-a310f43a72cbb54666b3a17753c3094fe158ca39.tar.gz
eclipse.platform.text-a310f43a72cbb54666b3a17753c3094fe158ca39.tar.xz
eclipse.platform.text-a310f43a72cbb54666b3a17753c3094fe158ca39.zip
Allow nl support.
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor/plugin.xml')
-rw-r--r--org.eclipse.ui.examples.javaeditor/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/plugin.xml b/org.eclipse.ui.examples.javaeditor/plugin.xml
index 2fcab1d362e..40f5313bf34 100644
--- a/org.eclipse.ui.examples.javaeditor/plugin.xml
+++ b/org.eclipse.ui.examples.javaeditor/plugin.xml
@@ -111,7 +111,7 @@
</resolver>
<include
file="templates/ant.xml"
- translations="templates/ant.properties">
+ translations="$nl$/templates/ant.properties">
</include>
</extension>

Back to the top