Print

Print


Commit in SlicDiagWeb/org-glast-web-base-application on MAIN
build.properties-61.1.1.1 removed
maven.xml-171.1.1.1 removed
project.properties-31.1.1.1 removed
project.xml-4611.1.1.1 removed
src/main/java/org/glast/web/base/preferences/UserPreferences.java-361.1.1.1 removed
src/main/java/org/glast/web/base/table/TestTable.java-231.1.1.1 removed
                                      /TestTableRow.java-291.1.1.1 removed
-575
7 removed files
remove files

SlicDiagWeb/org-glast-web-base-application
build.properties removed after 1.1.1.1
diff -N build.properties
--- build.properties	21 Sep 2007 23:34:03 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-maven.tomcat.war.context=/WebBaseApplication
-#maven.tomcat.host=glast-tomcat03.slac.stanford.edu
-maven.tomcat.host=localhost
-maven.tomcat.username=turri
-maven.tomcat.password=ciao
-maven.tomcat.port=8080

SlicDiagWeb/org-glast-web-base-application
maven.xml removed after 1.1.1.1
diff -N maven.xml
--- maven.xml	21 Sep 2007 23:34:03 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project default="war" xmlns:j="jelly:core" xmlns:ant="jelly:ant">
-
-    <goal name="webDeploy">
-        <attainGoal name="tomcat:deploy"/>
-    </goal>
-
-    <goal name="webRedeploy">
-        <attainGoal name="tomcat:undeploy"/>
-        <attainGoal name="tomcat:deploy"/>
-    </goal>
-
-    <goal name="webUndeploy">
-        <attainGoal name="tomcat:undeploy"/>
-    </goal>
-
-</project>

SlicDiagWeb/org-glast-web-base-application
project.properties removed after 1.1.1.1
diff -N project.properties
--- project.properties	21 Sep 2007 23:34:03 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-maven.repo.remote = http://glast-ground.slac.stanford.edu/maven,http://java.freehep.org/maven,http://www.codeczar.com/maven,http://mirrors.ibiblio.org/pub/mirrors/maven
-maven.tomcat.precompile=false
-maven.war.final.name=WebBaseApplication.war

SlicDiagWeb/org-glast-web-base-application
project.xml removed after 1.1.1.1
diff -N project.xml
--- project.xml	21 Sep 2007 23:34:03 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,461 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-    <pomVersion>3</pomVersion>
-    
-    <artifactId>org-glast-web-base</artifactId>
-    <name>WebBaseApplication</name>
-    <currentVersion>0.2.0</currentVersion>
-    <shortDescription>WebBaseApplication</shortDescription>
-    <description>WebBaseApplication</description>
-    <package>org.glast.web.base</package>
-    <organization>
-        <name>Stanford Linear Accelerator Center</name>
-        <url>http://www.slac.stanford.edu/</url>
-    </organization>
-    <inceptionYear>2005</inceptionYear>
-    <issueTrackingUrl>http://jira.slac.stanford.edu/</issueTrackingUrl>
-    <repository>
-        <connection>scm:cvs:pserver:[log in to unmask]:/cvs/java:${pom.artifactId}</connection>
-        <developerConnection>scm:cvs:ext:[log in to unmask]:/cvs/java:${pom.artifactId}</developerConnection>
-        <url>http://www-glast.stanford.edu/cgi-bin/viewcvs/java/</url>
-    </repository>
-    <developers>
-        <developer>
-            <name>Tony Johnson</name>
-            <id>tonyj</id>
-            <email>[log in to unmask]</email>
-            <organization>SLAC, Stanford Linear Accelerator Center</organization>
-        </developer>
-        <developer>
-            <name>Max Turri</name>
-            <id>turri</id>
-            <email>[log in to unmask]</email>
-            <organization>SLAC, Stanford Linear Accelerator Center</organization>
-        </developer>
-        <developer>
-            <name>Wilko Kroeger</name>
-            <id>wilko</id>
-            <email>[log in to unmask]</email>
-            <organization>SLAC, Stanford Linear Accelerator Center</organization>
-        </developer>
-    </developers>
-    <dependencies>
-        <dependency>
-            <groupId>codeczar-tomcat</groupId>
-            <artifactId>maven-tomcat-plugin</artifactId>
-            <version>1.1</version>
-            <type>plugin</type>
-            <properties>
-                <comment>Compile time only for tomcat deployment</comment>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>opensymphony</groupId>
-            <artifactId>sitemesh</artifactId>
-            <version>2.2.1</version>
-            <url>http://www.opensymphony.com/sitemesh/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>displaytag</groupId>
-            <artifactId>displaytag</artifactId>
-            <version>1.1</version>
-            <type>jar</type>
-            <url>http://displaytag.sourceforge.net/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-aidatld</artifactId>
-            <version>1.2.3</version>
-            <type>jar</type>
-            <url>http://aidatld.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>aida</groupId>
-            <artifactId>aida</artifactId>
-            <version>3.3.1</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-                <comment>
-                    Required for AIDA support at build time and run time.
-                </comment>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>aida</groupId>
-            <artifactId>aida-dev</artifactId>
-            <version>3.2.1</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-                <comment>Required for AIDA support at build time and run time.</comment>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-rootio</artifactId>
-            <version>2.0</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-swing</artifactId>
-            <version>2.0</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-util</artifactId>
-            <version>2.0.1</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-export</artifactId>
-            <version>2.0.3</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-jaida</artifactId>
-            <version>3.3.0-3</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-jaida-xml</artifactId>
-            <version>3.3.0-3</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-application</artifactId>
-            <version>2.0</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-io</artifactId>
-            <version>2.0</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-graphicsio</artifactId>
-            <version>2.0-RC2</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-graphics2d</artifactId>
-            <version>2.0-RC2</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-graphicsio-pdf</artifactId>
-            <version>2.0-RC2</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-graphicsio-ps</artifactId>
-            <version>2.0-RC2</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-graphicsio-svg</artifactId>
-            <version>2.0-RC2</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-graphicsio-swf</artifactId>
-            <version>2.0-RC2</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>netbeans</groupId>
-            <artifactId>openide-lookup</artifactId>
-            <version>1.9-patched-1.0</version>
-            <type>jar</type>
-            <url>http://java.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jas</groupId>
-            <artifactId>jas-plotter</artifactId>
-            <version>2.2</version>
-            <type>jar</type>
-            <url>http://jas.freehep.org</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>org.freehep</groupId>
-            <artifactId>freehep-webutil</artifactId>
-            <version>1.4</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>        
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-            <version>1.7.0</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.1</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.1</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId>
-            <artifactId>commons-fileupload</artifactId>
-            <version>1.0</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>taglibs</groupId>
-            <artifactId>standard</artifactId>
-            <version>1.1.2</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jstl</groupId>
-            <artifactId>jstl</artifactId>
-            <version>1.1.2</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <!--
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.13</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/logging</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        -->
-        <dependency>
-            <groupId>jspapi</groupId>
-            <artifactId>jsp-api</artifactId>
-            <version>2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-            <version>1.3</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>bcel</groupId>
-            <artifactId>bcel</artifactId>
-            <version>5.1</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-                <comment>Required at run time too allow AIDA to read ROOT files.</comment>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jdom</groupId>
-            <artifactId>jdom</artifactId>
-            <version>1.0</version>
-            <url>http://www.jdom.org/</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>glast</groupId>
-            <artifactId>org-glast-base-web</artifactId>
-            <version>0.3.12</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>glast</groupId>
-            <artifactId>org-glast-base-application</artifactId>
-            <version>0.2.5</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>glast</groupId>
-            <artifactId>org-glast-telemetry-trending</artifactId>
-            <version>1.0.1</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>oracle</groupId>
-            <artifactId>jdbc</artifactId>
-            <version>10g</version>
-            <jar>ojdbc14.jar</jar>
-            <type>jar</type>
-        </dependency>
-        <dependency>
-            <groupId>glast</groupId>
-            <artifactId>org-glast-groupmanager</artifactId>
-            <version>1.4</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>true</war.bundle> 
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jel</groupId>
-            <artifactId>jel</artifactId>
-            <version>0.9.10</version>
-            <properties>
-                <war.bundle>true</war.bundle> 
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>cas</groupId>
-            <artifactId>casclient</artifactId>
-            <version>2.1.1</version>
-            <url>http://tp.its.yale.edu/tiki/tiki-index.php?page=CentralAuthenticationService</url>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-    </dependencies>
-    <build>
-        <nagEmailAddress>[log in to unmask]</nagEmailAddress>
-        <sourceDirectory>src/main/java</sourceDirectory>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <includes>
-                    <include>**/*.xml</include>
-                    <include>**/*.properties</include>
-                    <include>**/*.tld</include>
-                </includes>
-                <filtering>false</filtering>
-            </resource>
-        </resources>
-    </build>
-</project>
-
-
-

SlicDiagWeb/org-glast-web-base-application/src/main/java/org/glast/web/base/preferences
UserPreferences.java removed after 1.1.1.1
diff -N UserPreferences.java
--- UserPreferences.java	21 Sep 2007 23:34:03 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,36 +0,0 @@
-package org.glast.web.base.preferences;
-
-import java.util.List;
-import java.util.Map;
-import java.util.TreeMap;
-import org.glast.base.web.refresh.filter.RefreshFilter;
-import org.glast.base.web.utils.HistoryList;
-import org.glast.base.web.utils.HistoryMap;
-
-/**
- *
- * @author The FreeHEP team @ SLAC.
- */
-public class UserPreferences {
-    
-    public int intNumber = 30456;
-    public List textInputList = new HistoryList(10);
-    
-    public int getIntNumber() {
-        return intNumber;
-    }
-    
-    public void setIntNumber(int intNumber) {
-        this.intNumber = intNumber;
-    }
-    
-    public List getTextInput() {
-        return textInputList;
-    }
-    
-    public void setTextInput(List list) {
-        textInputList = list;
-    }
-
-
-}

SlicDiagWeb/org-glast-web-base-application/src/main/java/org/glast/web/base/table
TestTable.java removed after 1.1.1.1
diff -N TestTable.java
--- TestTable.java	21 Sep 2007 23:34:03 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,23 +0,0 @@
-package org.glast.web.base.table;
-        
-import java.util.ArrayList;
-
-public class TestTable extends ArrayList {
-    
-
-    public TestTable() {
-        super();
-        
-        add( new TestTableRow(23, "John S.", "[log in to unmask]") );
-        add( new TestTableRow(563, "Mary B.", "[log in to unmask]") );
-        add( new TestTableRow(37, "Carl W.", "[log in to unmask]") );
-        add( new TestTableRow(12, "Pippo S.", "[log in to unmask]") );
-        add( new TestTableRow(6234, "Ralf K.", "[log in to unmask]") );
-        
-    }
-    
-    
-    
-    
-    
-}

SlicDiagWeb/org-glast-web-base-application/src/main/java/org/glast/web/base/table
TestTableRow.java removed after 1.1.1.1
diff -N TestTableRow.java
--- TestTableRow.java	21 Sep 2007 23:34:03 -0000	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,29 +0,0 @@
-package org.glast.web.base.table;
-        
-
-public class TestTableRow {
-    
-    private int id;
-    private String name, email;
-    
-
-    TestTableRow(int id, String name, String email) {
-        this.id = id;
-        this.name = name;
-        this.email = email;
-    }
-    
-    public int getId() {
-        return id;
-    }
-    
-    public String getName() {
-        return name;
-    }
-    
-    public String getEmail() {
-        return email;
-    }
-    
-    
-}
CVSspam 0.2.8