Issue #628 second attempt. add jaxen 1.1.4 jar to org.dom4j package. restore PgenPaletteWindow settings in plugin.xml

Former-commit-id: 063414b3e997718b74d59cb0155dc081fe91504c
This commit is contained in:
Brad Gonzales 2012-06-26 15:41:14 -05:00
parent ab86141e2f
commit c99fa8db33
6 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="jaxen-1.1-beta-7.jar"/>
<classpathentry exported="true" kind="lib" path="jaxen-1.1.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="dom4j-1.6.1.jar" sourcepath="org.dom4jsrc.zip"/>

View file

@ -4,7 +4,7 @@ Bundle-Name: Dom4j Plug-in
Bundle-SymbolicName: org.dom4j
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: dom4j-1.6.1.jar,
jaxen-1.1-beta-7.jar,
jaxen-1.1.4.jar,
.
Export-Package: org.dom4j,
org.dom4j.bean,

View file

@ -1,4 +1,4 @@
bin.includes = META-INF/,\
.,\
dom4j-1.6.1.jar,\
jaxen-1.1-beta-7.jar
jaxen-1.1.4.jar

Binary file not shown.

Binary file not shown.

View file

@ -509,8 +509,8 @@
name="NMAP Views"/>
<view
category="gov.noaa.nws.ncep.viz.ui.nmap"
allowMultiple="true"
restorable="false"
allowMultiple="false"
restorable="true"
class="gov.noaa.nws.ncep.ui.pgen.palette.PgenPaletteWindow"
id="gov.noaa.nws.ncep.ui.PGEN"
name="PGEN"/>