perfsonar-dev - perfsonar: r4751 - in branches/perfsonarui: ant dist jnlp src/org/perfsonar/perfsonarui/ui
Subject: perfsonar development work
List archive
perfsonar: r4751 - in branches/perfsonarui: ant dist jnlp src/org/perfsonar/perfsonarui/ui
Chronological Thread
- From:
- To:
- Subject: perfsonar: r4751 - in branches/perfsonarui: ant dist jnlp src/org/perfsonar/perfsonarui/ui
- Date: Mon, 8 Dec 2008 10:45:12 -0500
Author: nina
Date: 2008-12-08 10:45:12 -0500 (Mon, 08 Dec 2008)
New Revision: 4751
Added:
branches/perfsonarui/dist/PerfsonarUI-v0.14b.zip
Modified:
branches/perfsonarui/ant/build.xml
branches/perfsonarui/jnlp/perfsonar.jnlp
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/MANIFESTAPP.MFT
Log:
version updated to 0.14b
manifest and jnlp files updated to reflect latest changes in jar files used
Modified: branches/perfsonarui/ant/build.xml
===================================================================
--- branches/perfsonarui/ant/build.xml 2008-12-08 14:29:12 UTC (rev 4750)
+++ branches/perfsonarui/ant/build.xml 2008-12-08 15:45:12 UTC (rev 4751)
@@ -22,7 +22,7 @@
-->
<project basedir="../" default="all" name="perfsonar">
- <property name="version" value="0.14" />
+ <property name="version" value="0.14b" />
<!-- compile options -->
<property name="build.sysclasspath" value="ignore" />
<property name="build.compiler" value="modern" />
@@ -72,7 +72,7 @@
<fileset dir="./jars/logging/">
<include name="*.jar"/>
</fileset>
-
+
<!--
<fileset dir="C:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\axis\WEB-INF\lib">
<include name="*.jar"/>
@@ -167,7 +167,7 @@
<includesfile name="${src}/plugins.ippm.classes" />
</fileset>
</jar>
-
+
<!-- bwctl -->
<jar jarfile="${appdist.dir}/bin/ext/plugins-bwctl.jar"
compress="true"
manifest="${src}/org/perfsonar/perfsonarui/bwctl/MANIFEST_BWCTL_plugin.MFT" >
@@ -177,9 +177,9 @@
</fileset>
<fileset dir="${src}">
<includesfile
name="${src}/org/perfsonar/perfsonarui/bwctl/resources.files" />
- </fileset>
+ </fileset>
</jar>
-
+
<!-- playground -->
<jar jarfile="${appdist.dir}/bin/ext/plugins-playground.jar"
compress="true"
manifest="${src}/org/perfsonar/perfsonarui/playground/MANIFEST_PLAYGROUND_plugin.MFT"
>
Added: branches/perfsonarui/dist/PerfsonarUI-v0.14b.zip
Property changes on: branches/perfsonarui/dist/PerfsonarUI-v0.14b.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/perfsonarui/jnlp/perfsonar.jnlp
===================================================================
--- branches/perfsonarui/jnlp/perfsonar.jnlp 2008-12-08 14:29:12 UTC (rev
4750)
+++ branches/perfsonarui/jnlp/perfsonar.jnlp 2008-12-08 15:45:12 UTC (rev
4751)
@@ -1,9 +1,9 @@
<jnlp spec="1.0+" codebase="http://perfsonar.acad.bg/psui_beta"
href="perfsonar.jnlp">
<information>
- <title>PerfsonarUI v0.14</title>
+ <title>PerfsonarUI v0.14b</title>
<vendor>GEANT2 JRA1, Nina Jeliazkova</vendor>
<description>PerfsonarUI v0.14</description>
- <description kind="short">GUI perfSONAR client v0.14</description>
+ <description kind="short">GUI perfSONAR client v0.14b</description>
<icon href="kolelce.gif"/>
<icon kind="splash" href="header.gif"/>
<shortcut online="true">
@@ -30,11 +30,18 @@
<jar href="ext/plugins-playground.jar" download="eager"/>
<jar href="ext/plugins-lookingglass.jar" download="eager"/>
- <jar href="jars/ui/jfreechart-1.0.6.jar" download="eager"/>
- <jar href="jars/ui/jcommon-1.0.10.jar" download="eager"/>
+ <jar href="jars/ui/jfreechart-1.0.11.jar" download="eager"/>
+ <jar href="jars/ui/jcommon-1.0.14.jar" download="eager"/>
<jar href="jars/ui/swing-layout-1.0.jar" download="eager"/>
- <jar href="jars/axis/saaj.jar" download="eager"/>
+ <jar href="jars/ls/LS-client-api-1.0RC2.jar" download="eager"/>
+ <jar href="jars/ls/LSclient-Implementation-1.0-BETA2.jar"
download="eager"/>
+ <jar href="jars/ls/activation-1.1.jar" download="eager"/>
+
+ <jar href="jars/xml/saaj-api-1.3.jar" download="eager"/>
+ <jar href=" jars/xml/saaj-impl-1.3.jar" download="eager"/>
+ <jar href=" jars/xml/jaxb-api-2.1.jar" download="eager"/>
+ <jar href=" jars/xml/jaxb-impl-2.1.7.jar" download="eager"/>
<jar href="jars/axis/axis.jar" download="eager"/>
<jar href="jars/axis/axis-ant.jar" download="eager"/>
@@ -67,15 +74,20 @@
<jar href="jars/axis/xmlsec-1.4.1.jar" download="lazy"/>
<jar href="jars/axis/xmltooling-trunk-jdk-1.5.jar" download="lazy"/>
- <jar href="jars/axis/log4j-1.2.15.jar" download="eager"/>
- <jar href="jars/axis/wsdl4j-1.5.1.jar" download="eager"/>
- <jar href="jars/axis/slf4j-api-1.4.3.jar" download="lazy"/>
- <jar href="jars/axis/slf4j-simple-1.4.3.jar" download="lazy"/>
+
+ <jar href="jars/logging/log4j-1.2.15.jar" download="eager"/>
+ <jar href="jars/logging/jcl-over-slf4j-1.5.5.jar" download="eager"/>
+ <jar href="jars/logging/slf4j-api-1.5.5.jar" download="lazy"/>
+ <jar href="jars/logging/slf4j-log4j12-1.5.5.jar" download="lazy"/>
<jar href="jars/axis/velocity-1.5.jar" download="lazy"/>
<jar href="jars/axis/openws-trunk-jdk-1.5.jar" download="lazy"/>
+ <jar href="jars/axis/wsdl4j-1.5.1.jar" download="eager"/>
<jar href="jars/xml/jdom.jar" download="eager"/>
<jar href="jars/xml/commons-cli-1.0.jar" download="eager"/>
+ <jar href="jars/xml/stax-api-1.0.1.jar" download="eager"/>
+ <jar href="jars/xml/wstx-lgpl-3.2.7.jar" download="eager"/>
+
<jar href="jars/l2fprod/l2fprod-common-all.jar" download="eager"/>
<jar href="jars/xalan/xalan-2.7.0.jar" download="eager"/>
Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/MANIFESTAPP.MFT
===================================================================
--- branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/MANIFESTAPP.MFT
2008-12-08 14:29:12 UTC (rev 4750)
+++ branches/perfsonarui/src/org/perfsonar/perfsonarui/ui/MANIFESTAPP.MFT
2008-12-08 15:45:12 UTC (rev 4751)
@@ -1,11 +1,11 @@
Manifest-version: 1.0
Main-Class: org.perfsonar.perfsonarui.ui.PerfSonarApp
-Class-Path: jars/axis/axis-ant.jar jars/axis/axis.jar
jars/axis/bcprov-jdk15-138.jar jars/axis/codec-1.0.jar
jars/axis/commons-collections-3.1.jar jars/axis/commons-discovery-0.2.jar
jars/axis/commons-lang-2.1.jar jars/axis/commons-logging-1.0.4.jar
jars/axis/edugain-1.0-RC2.jar jars/axis/javolution-3.7.jar
jars/axis/jaxrpc.jar jars/axis/joda-time-1.4.jar jars/axis/log4j-1.2.15.jar
jars/axis/opensaml-1.1.jar jars/axis/opensaml-trunk-jdk-1.5.jar
jars/axis/openws-trunk-jdk-1.5.jar jars/axis/perfsonar-base-1.0.20080924.jar
jars/axis/sasl-ca-1.0.jar jars/axis/slf4j-api-1.4.3.jar
jars/axis/slf4j-simple-1.4.3.jar jars/axis/velocity-1.5.jar
jars/axis/wsdl4j-1.5.1.jar jars/axis/wss4j-1.5.3.jar
jars/axis/xmlsec-1.4.1.jar jars/axis/xmltooling-trunk-jdk-1.5.jar
jars/dns/dnsjava-2.0.3.jar jars/l2fprod/l2fprod-common-all.jar
jars/ui/jcommon-1.0.14.jar jars/ui/jfreechart-1.0.11.jar jars/ui/junit.jar
jars/ui/swing-layout-1.0.jar jars/xalan/xalan-2.7.0.jar
jars/xalan/xalan-serializer-2.7.0.
jar jars/xalan/xerces-2.9.1-xercesImpl.jar
jars/xalan/xerces-2.9.1-xml-apis.jar jars/xml/commons-cli-1.0.jar
jars/xml/jdom.jar jars/xml/mail.jar jars/xml/xercesImpl.jar
jars/xml/saaj-api-1.3.jar jars/xml/saaj-impl-1.3.jar
jars/xml/wstx-lgpl-3.2.7.jar jars/ls/activation-1.1.jar
jars/ls/LS-client-api-1.0RC1.jar jars/ls/LSclient-Implementation-1.0-BETA.jar
jars/xml/stax-api-1.0.1.jar jars/xml/jaxb-api-2.1.jar
jars/xml/jaxb-impl-2.1.7.jar
+Class-Path: jars/axis/axis-ant.jar jars/axis/axis.jar
jars/axis/bcprov-jdk15-138.jar jars/axis/codec-1.0.jar
jars/axis/commons-collections-3.1.jar jars/axis/commons-discovery-0.2.jar
jars/axis/commons-lang-2.1.jar jars/axis/commons-logging-1.0.4.jar
jars/axis/edugain-1.0-RC2.jar jars/axis/javolution-3.7.jar
jars/axis/jaxrpc.jar jars/axis/joda-time-1.4.jar
jars/logging/log4j-1.2.15.jar jars/axis/opensaml-1.1.jar
jars/axis/opensaml-trunk-jdk-1.5.jar jars/axis/openws-trunk-jdk-1.5.jar
jars/axis/perfsonar-base-1.0.20080924.jar jars/axis/sasl-ca-1.0.jar
jars/logging/slf4j-api-1.5.5.jar jars/logging/jcl-over-slf4j-1.5.5.jar
jars/logging/slf4j-log4j12-1.5.5.jar jars/axis/velocity-1.5.jar
jars/axis/wsdl4j-1.5.1.jar jars/axis/wss4j-1.5.3.jar
jars/axis/xmlsec-1.4.1.jar jars/axis/xmltooling-trunk-jdk-1.5.jar
jars/dns/dnsjava-2.0.3.jar jars/l2fprod/l2fprod-common-all.jar
jars/ui/jcommon-1.0.14.jar jars/ui/jfreechart-1.0.11.jar jars/ui/junit.jar
jars/ui/swing-layout-1.0.jar jars/xalan/xa
lan-2.7.0.jar jars/xalan/xalan-serializer-2.7.0.jar
jars/xalan/xerces-2.9.1-xercesImpl.jar jars/xalan/xerces-2.9.1-xml-apis.jar
jars/xml/commons-cli-1.0.jar jars/xml/jdom.jar jars/xml/mail.jar
jars/xml/xercesImpl.jar jars/xml/saaj-api-1.3.jar jars/xml/saaj-impl-1.3.jar
jars/xml/wstx-lgpl-3.2.7.jar jars/ls/activation-1.1.jar
jars/ls/LS-client-api-1.0RC2.jar
jars/ls/LSclient-Implementation-1.0-BETA2.jar jars/xml/stax-api-1.0.1.jar
jars/xml/jaxb-api-2.1.jar jars/xml/jaxb-impl-2.1.7.jar
Specification-Title: perfSonar test application
-Specification-Version: 0.14a
+Specification-Version: 0.14b
Specification-Vendor: perfsonar.acad.bg
Package-Title: org.perfsonar.perfsonarui
-Package-Version: 0.14a
+Package-Version: 0.14b
Package-Vendor: acad.bg
Implementation-Title: Perfsonar UI
Implementation-Version: 0.14a
- perfsonar: r4751 - in branches/perfsonarui: ant dist jnlp src/org/perfsonar/perfsonarui/ui, svnlog, 12/08/2008
Archive powered by MHonArc 2.6.16.