diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-03-08 22:06:42 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-03-08 22:06:42 +0530 |
| commit | fc16f56e2a95e23be6cf86ccfe7d4a6d3603baab (patch) | |
| tree | a646ad0f3e0a87afb0c37805af63fb6183ff3a9c | |
| parent | 2b73f885f9b9bba01b220cd0199b8040e299086f (diff) | |
Removed unnecessary plugin com.sun.jersey, introduced image caching.
478 files changed, 129 insertions, 2464 deletions
diff --git a/com.gluster.storage.management.client/.classpath b/com.gluster.storage.management.client/.classpath index 2976750d..764d68c9 100644 --- a/com.gluster.storage.management.client/.classpath +++ b/com.gluster.storage.management.client/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry exported="true" kind="lib" path="lib/jersey-client-1.4.jar" sourcepath="/data/downloads/java/jersey/sources/jersey-client-1.4-sources.jar"/> - <classpathentry exported="true" kind="lib" path="lib/jersey-core-1.4.jar" sourcepath="/data/downloads/java/jersey/sources/jersey-core-1.4-sources.jar"/> + <classpathentry exported="true" kind="lib" path="lib/jersey-1.5/jersey-client-1.5.jar"/> + <classpathentry exported="true" kind="lib" path="lib/jersey-1.5/jersey-core-1.5.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> diff --git a/com.gluster.storage.management.client/META-INF/MANIFEST.MF b/com.gluster.storage.management.client/META-INF/MANIFEST.MF index a5cc4530..48cb74f5 100644 --- a/com.gluster.storage.management.client/META-INF/MANIFEST.MF +++ b/com.gluster.storage.management.client/META-INF/MANIFEST.MF @@ -5,9 +5,8 @@ Bundle-SymbolicName: com.gluster.storage.management.client Bundle-Version: 1.0.0 Bundle-Vendor: GLUSTER Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Require-Bundle: com.gluster.storage.management.core;bundle-version="1.0.0", - com.sun.jersey;bundle-version="1.4.0" +Require-Bundle: com.gluster.storage.management.core;bundle-version="1.0.0" Export-Package: com.gluster.storage.management.client -Bundle-ClassPath: lib/jersey-client-1.4.jar, - lib/jersey-core-1.4.jar, - . +Bundle-ClassPath: ., + lib/jersey-1.5/jersey-client-1.5.jar, + lib/jersey-1.5/jersey-core-1.5.jar diff --git a/com.gluster.storage.management.client/build.properties b/com.gluster.storage.management.client/build.properties index d16687f5..271ce382 100644 --- a/com.gluster.storage.management.client/build.properties +++ b/com.gluster.storage.management.client/build.properties @@ -1,8 +1,8 @@ source.. = src/ output.. = bin/ bin.includes = .,\ - lib/jersey-client-1.4.jar,\ - lib/jersey-core-1.4.jar,\ - META-INF/ -src.includes = lib/jersey-client-1.4.jar,\ - lib/jersey-core-1.4.jar + META-INF/,\ + lib/jersey-1.5/jersey-client-1.5.jar,\ + lib/jersey-1.5/jersey-core-1.5.jar +src.includes = lib/jersey-1.4/jersey-client-1.4.jar,\ + lib/jersey-1.4/jersey-core-1.4.jar diff --git a/com.gluster.storage.management.client/lib/jersey-1.5/jersey-client-1.5.jar b/com.gluster.storage.management.client/lib/jersey-1.5/jersey-client-1.5.jar Binary files differnew file mode 100644 index 00000000..62f790fa --- /dev/null +++ b/com.gluster.storage.management.client/lib/jersey-1.5/jersey-client-1.5.jar diff --git a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-core-1.4.jar b/com.gluster.storage.management.client/lib/jersey-1.5/jersey-core-1.5.jar Binary files differindex ae78fe33..92b38466 100644 --- a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-core-1.4.jar +++ b/com.gluster.storage.management.client/lib/jersey-1.5/jersey-core-1.5.jar diff --git a/com.gluster.storage.management.client/lib/jersey-client-1.4.jar b/com.gluster.storage.management.client/lib/jersey-client-1.4.jar Binary files differdeleted file mode 100644 index e7debb0f..00000000 --- a/com.gluster.storage.management.client/lib/jersey-client-1.4.jar +++ /dev/null diff --git a/com.gluster.storage.management.gui.feature.webstart/feature.xml b/com.gluster.storage.management.gui.feature.webstart/feature.xml index 21aed36a..0c7142fe 100644 --- a/com.gluster.storage.management.gui.feature.webstart/feature.xml +++ b/com.gluster.storage.management.gui.feature.webstart/feature.xml @@ -226,11 +226,4 @@ version="0.0.0" unpack="false"/> - <plugin - id="com.sun.jersey" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - </feature> diff --git a/com.gluster.storage.management.gui.feature/feature.xml b/com.gluster.storage.management.gui.feature/feature.xml index 1061c85c..2448b3cc 100644 --- a/com.gluster.storage.management.gui.feature/feature.xml +++ b/com.gluster.storage.management.gui.feature/feature.xml @@ -712,13 +712,6 @@ unpack="false"/> <plugin - id="com.sun.jersey" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin id="org.eclipse.birt.chart.device.swt" download-size="0" install-size="0" diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/EntityGroupContentProvider.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/EntityGroupContentProvider.java index 0ff9937f..26848eef 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/EntityGroupContentProvider.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/EntityGroupContentProvider.java @@ -34,6 +34,7 @@ public class EntityGroupContentProvider<T> implements } + @SuppressWarnings("rawtypes") @Override public Object[] getElements(Object inputElement) { if (inputElement instanceof EntityGroup) { diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/AddServerAction.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/AddServerAction.java index f621f308..559c5357 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/AddServerAction.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/AddServerAction.java @@ -20,8 +20,6 @@ package com.gluster.storage.management.gui.actions; import org.eclipse.jface.action.IAction; import org.eclipse.jface.viewers.ISelection; -import org.eclipse.ui.IWorkbenchWindow; -import org.eclipse.ui.IWorkbenchWindowActionDelegate; import com.gluster.storage.management.core.model.EntityGroup; import com.gluster.storage.management.core.model.Volume; @@ -37,6 +35,7 @@ public class AddServerAction extends AbstractActionDelegate { System.out.println("Disposing [" + this.getClass().getSimpleName() + "]"); } + @SuppressWarnings("rawtypes") @Override public void selectionChanged(IAction action, ISelection selection) { super.selectionChanged(action, selection); diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/CreateVolumeAction.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/CreateVolumeAction.java index da6768b2..07804c3e 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/CreateVolumeAction.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/CreateVolumeAction.java @@ -42,6 +42,7 @@ public class CreateVolumeAction extends AbstractActionDelegate { window = null; } + @SuppressWarnings("rawtypes") @Override public void selectionChanged(IAction action, ISelection selection) { super.selectionChanged(action, selection); diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DatePicker.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DatePicker.java deleted file mode 100644 index 63d99eed..00000000 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DatePicker.java +++ /dev/null @@ -1,531 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> - * This file is part of Gluster Management Console. - * - * Gluster Management Console is free software; you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License as published - * by the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * Gluster Management Console is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License - * for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see - * <http://www.gnu.org/licenses/>. - *******************************************************************************/ -package com.gluster.storage.management.gui.utils;
-
-import java.text.DateFormatSymbols;
-import java.util.Calendar;
-import java.util.Date;
-
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.events.ControlAdapter;
-import org.eclipse.swt.events.ControlEvent;
-import org.eclipse.swt.events.KeyAdapter;
-import org.eclipse.swt.events.KeyEvent;
-import org.eclipse.swt.events.MouseAdapter;
-import org.eclipse.swt.events.MouseEvent;
-import org.eclipse.swt.events.MouseMoveListener;
-import org.eclipse.swt.events.PaintEvent;
-import org.eclipse.swt.events.PaintListener;
-import org.eclipse.swt.events.SelectionAdapter;
-import org.eclipse.swt.events.SelectionEvent;
-import org.eclipse.swt.events.SelectionListener;
-import org.eclipse.swt.graphics.GC;
-import org.eclipse.swt.graphics.Image;
-import org.eclipse.swt.graphics.Point;
-import org.eclipse.swt.graphics.Rectangle;
-import org.eclipse.swt.layout.GridData;
-import org.eclipse.swt.layout.GridLayout;
-import org.eclipse.swt.widgets.Button;
-import org.eclipse.swt.widgets.Canvas;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.swt.widgets.Display;
-import org.eclipse.swt.widgets.Event;
-import org.eclipse.swt.widgets.Label;
-import org.eclipse.swt.widgets.TypedListener;
-
-/**
- * The date picker panel
- *
- * changes by sebthom
- * ~ setDate will fire the Selection event
- * + you can use setDate(null) to clear the selection,
- * the calendar will display the current date, but
- * getDate will return null until the user explicitely
- * selects a date from the control
- *
- * @author <a href="mailto:andy@tiff.ru">Andrey Onistchuk</a>
- */
-public class DatePicker extends Composite {
-
- //~ Inner Classes
- // ----------------------------------------------------------
- private class DatePanel extends Canvas {
- //~ Instance fields
- // ----------------------------------------------------
- private int colSize;
- private Display display = Display.getCurrent();
- private int rowSize;
- private Calendar temp = Calendar.getInstance();
-
- //~ Constructors
- // -------------------------------------------------------
- public DatePanel(Composite parent, int style) {
- super(parent, style | SWT.NO_BACKGROUND | SWT.NO_REDRAW_RESIZE);
-
- GC gc = new GC(this);
- Point p = gc.stringExtent("Q");
- gc.dispose();
- colSize = p.x * 3;
- rowSize = (int) (p.y * 1.2);
-
- addPaintListener(new PaintListener() {
- public void paintControl(PaintEvent event) {
- onPaint(event);
- }
- });
- addControlListener(new ControlAdapter() {
- public void controlResized(ControlEvent e) {
- redraw();
- }
- });
- addKeyListener(new KeyAdapter() {
- public void keyPressed(KeyEvent e) {
- onKeyDown(e);
- }
- });
- addMouseListener(new MouseAdapter() {
- public void mouseDoubleClick(MouseEvent e) {
- doubleClick();
- }
- public void mouseDown(MouseEvent e) {
- onMouseDown(e);
- }
- });
- addMouseMoveListener(new MouseMoveListener() {
- public void mouseMove(MouseEvent e) {
- onMouseMove(e);
- }
- });
- }
-
- //~ Methods
- // ------------------------------------------------------------
- private int computeOffset(int day) {
- switch (day) {
- case Calendar.MONDAY :
- return 1;
- case Calendar.TUESDAY :
- return 2;
- case Calendar.WEDNESDAY :
- return 3;
- case Calendar.THURSDAY :
- return 4;
- case Calendar.FRIDAY :
- return 5;
- case Calendar.SATURDAY :
- return 6;
- case Calendar.SUNDAY :
- return 7;
- }
- return -1;
- }
-
- public Point computeSize(int wHint, int hHint, boolean changed) {
- return new Point(colSize * 7, rowSize * 7);
- }
-
- /**
- * Method drawTextImage.
- *
- * @param gc
- * @param string
- * @param object
- * @param i
- * @param i1
- * @param i2
- * @param colSize
- * @param rowSize
- */
- private void drawTextImage(GC gc, String string, int x, int y,
- int colSize, int rowSize) {
- gc.fillRectangle(x, y, colSize, rowSize);
- gc.drawString(string, x, y, true);
- }
-
- private int getDayFromPoint(int x, int y) {
- int result = -1;
-
- for (int i = 1; i <= 31; i++) {
- Point p = getDayPoint(i);
- Rectangle r = new Rectangle(p.x, p.y, colSize, rowSize);
- if (r.contains(x, y)) {
- result = i;
- break;
- }
- }
- return result;
- }
-
- private String getDayName(int day) {
- return dateSymbols.getShortWeekdays()[day];
- }
-
- private Point getDayPoint(int day) {
- syncTime();
- temp.set(Calendar.DAY_OF_MONTH, 1);
-
- int firstDayOffset = computeOffset(temp.get(Calendar.DAY_OF_WEEK))
- - 1;
- temp.set(Calendar.DAY_OF_MONTH, day);
- int dayOffset = computeOffset(temp.get(Calendar.DAY_OF_WEEK));
- int x = (dayOffset - 1) * colSize;
- int y = (1 + (((firstDayOffset + day) - 1) / 7)) * rowSize;
-
- return new Point(x, y);
- }
-
- private int getMaxDay() {
- syncTime();
-
- int day = 28;
-
- for (int i = 0; i < 10; i++) {
- temp.set(Calendar.DAY_OF_MONTH, day);
-
- if (temp.get(Calendar.MONTH) != cal.get(Calendar.MONTH)) {
- return day - 1;
- }
- day++;
- }
- return -1;
- }
-
- private void onKeyDown(KeyEvent e) {
- if (e.character == SWT.ESC) {
- dateSelected(false);
- return;
- }
-
- if ((e.character == ' ') || (e.character == '\r')) {
- dateSelected(true);
- return;
- }
-
- int day = cal.get(Calendar.DAY_OF_MONTH);
- int month = cal.get(Calendar.MONTH);
- int oldDay = day;
- int oldMonth = month;
-
- if (e.keyCode == SWT.ARROW_LEFT) {
- day--;
- }
-
- if (e.keyCode == SWT.ARROW_RIGHT) {
- day++;
- }
-
- if (e.keyCode == SWT.ARROW_UP) {
- day = ((day - 7) < 1 ? oldDay : day - 7);
- }
-
- if (e.keyCode == SWT.ARROW_DOWN) {
- day = ((day + 7) > getMaxDay() ? oldDay : day + 7);
- }
-
- if (e.keyCode == SWT.PAGE_UP) {
- month--;
- }
-
- if (e.keyCode == SWT.PAGE_DOWN) {
- month++;
- }
-
- cal.set(Calendar.MONTH, month);
- cal.set(Calendar.DAY_OF_MONTH, day);
-
- if ((day != oldDay) || (month != oldMonth)) {
- redraw();
-
- if (month != oldMonth) {
- updateMonthLabel();
- }
- }
- }
-
- private void onMouseDown(MouseEvent e) {
- int day = getDayFromPoint(e.x, e.y);
-
- if (day > 0) {
- cal.set(Calendar.DAY_OF_MONTH, day);
- dateSelected(true);
- updateDate();
- }
- }
-
- private void onMouseMove(MouseEvent e) {
- int day = getDayFromPoint(e.x, e.y);
- selection = day;
- updateDate();
- }
-
- private void onPaint(PaintEvent event) {
- Rectangle rect = getClientArea();
- GC gc0 = event.gc;
- Image image = new Image(display, rect.width, rect.height);
- GC gc = new GC(image);
- gc.setBackground(display
- .getSystemColor(SWT.COLOR_WIDGET_BACKGROUND));
- gc.fillRectangle(rect);
-
- int x = 0;
- int y = 0;
-
- for (int i = 0; i < 7; i++) {
- if (i == 6) {
- gc.setForeground(display.getSystemColor(SWT.COLOR_RED));
- }
- drawTextImage(gc, getDayName(1 + i), x, 0, colSize, rowSize);
- x += colSize;
- }
-
- gc.setForeground(display.getSystemColor(SWT.COLOR_BLACK));
- y += rowSize;
- gc.drawLine(0, 0, rect.width, 0);
- gc.drawLine(0, y - 1, rect.width, y - 1);
-
- syncTime();
-
- int day = 1;
-
- while (true) {
- temp.set(Calendar.DAY_OF_MONTH, day);
-
- if (temp.get(Calendar.MONTH) != cal.get(Calendar.MONTH)) {
- break;
- }
-
- int dayOffset = computeOffset(temp.get(Calendar.DAY_OF_WEEK));
- Point p = getDayPoint(day);
-
- if (day == cal.get(Calendar.DAY_OF_MONTH)) {
- gc.setForeground(display.getSystemColor(
- SWT.COLOR_LIST_SELECTION_TEXT));
- gc.setBackground(display.getSystemColor(
- SWT.COLOR_LIST_SELECTION));
- } else if (day == selection) {
- gc.setForeground(display.getSystemColor(
- SWT.COLOR_LIST_SELECTION_TEXT));
- gc.setBackground(display.getSystemColor(SWT.COLOR_BLACK));
- } else {
- gc.setBackground(display.getSystemColor(
- SWT.COLOR_WIDGET_BACKGROUND));
- gc.setForeground(display.getSystemColor(dayOffset == 7
- ? SWT.COLOR_RED
- : SWT.COLOR_BLACK));
- }
-
- drawTextImage(gc, "" + day, p.x, p.y, colSize, rowSize);
- day++;
- }
-
- gc0.drawImage(image, 0, 0);
- gc.dispose();
- image.dispose();
- }
-
- private void syncTime() {
- temp.setTimeInMillis(cal.getTimeInMillis());
- }
- }
-
- //~ Instance fields
- // --------------------------------------------------------
- private Calendar cal = Calendar.getInstance();
-
- // sebthom
- private Date selectedDate;
-
- private DatePanel datePanel;
- private DateFormatSymbols dateSymbols = new DateFormatSymbols();
- private Label monthLabel;
- private int selection = -1;
-
- //~ Constructors
- // -----------------------------------------------------------
- public DatePicker(Composite parent, int style) {
- super(parent, style);
-
- GridLayout gridLayout = new GridLayout();
- gridLayout.numColumns = 5;
- gridLayout.verticalSpacing = gridLayout.horizontalSpacing = 0;
- gridLayout.marginHeight = gridLayout.marginWidth = 0;
- setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_DARK_CYAN));
- setLayout(gridLayout);
-
- GridData gridData;
-
- // previous year
- Button prevYear = new Button(this, SWT.FLAT);
- gridData = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING);
- gridData.heightHint = gridData.widthHint = 20;
- prevYear.setLayoutData(gridData);
- prevYear.setText("<<");
- prevYear.setSelection(false);
- prevYear.addSelectionListener(new SelectionAdapter() {
- public void widgetSelected(SelectionEvent e) {
- cal.roll(Calendar.YEAR, -1);
- updateDate();
- }
- });
-
- // previous month
- Button prevMonth = new Button(this, SWT.FLAT);
- gridData = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING);
- gridData.heightHint = gridData.widthHint = 20;
- prevMonth.setLayoutData(gridData);
- prevMonth.setText("<");
- prevMonth.addSelectionListener(new SelectionAdapter() {
- public void widgetSelected(SelectionEvent e) {
- cal.roll(Calendar.MONTH, -1);
- updateDate();
- }
- });
-
- // current month
- monthLabel = new Label(this, SWT.CENTER);
- gridData = new GridData(GridData.FILL_HORIZONTAL | GridData.CENTER);
- gridData.heightHint = prevYear.computeSize(20, 20).y;
- gridData.grabExcessHorizontalSpace = true;
- monthLabel.setLayoutData(gridData);
-
- // next month
- Button nextMonth = new Button(this, SWT.FLAT);
- gridData = new GridData(GridData.HORIZONTAL_ALIGN_END);
- gridData.heightHint = gridData.widthHint = 20;
- nextMonth.setLayoutData(gridData);
- nextMonth.setText(">");
- nextMonth.addSelectionListener(new SelectionAdapter() {
- public void widgetSelected(SelectionEvent e) {
- cal.roll(Calendar.MONTH, 1);
- updateDate();
- }
- });
-
- // next year
- Button nextYear = new Button(this, SWT.FLAT);
- gridData = new GridData(GridData.HORIZONTAL_ALIGN_END);
- gridData.heightHint = gridData.widthHint = 20;
- nextYear.setLayoutData(gridData);
- nextYear.setText(">>");
- nextYear.addSelectionListener(new SelectionAdapter() {
- public void widgetSelected(SelectionEvent e) {
- cal.roll(Calendar.YEAR, 1);
- updateDate();
- }
- });
-
- // a panel
- datePanel = new DatePanel(this, SWT.NONE);
- gridData = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
- gridData.horizontalSpan = 5;
- datePanel.setLayoutData(gridData);
-
- updateDate();
- }
-
- //~ Methods
- // ----------------------------------------------------------------
- public void addSelectionListener(SelectionListener listener) {
- checkWidget();
-
- if (listener == null) {
- SWT.error(SWT.ERROR_NULL_ARGUMENT);
- }
- TypedListener typedListener = new TypedListener(listener);
- addListener(SWT.Selection, typedListener);
- addListener(SWT.DefaultSelection, typedListener);
- }
-
- public Point computeSize(int wHint, int hHint, boolean changed) {
- Point pSize = datePanel.computeSize(wHint, hHint, changed);
- Point labelSize = monthLabel.computeSize(wHint, hHint, changed);
-
- int x = (pSize.x < (labelSize.x + 80) ? labelSize.x + 80 : pSize.x);
- int y = (pSize.y < (labelSize.y + 20) ? labelSize.y + 20 : pSize.y);
- return new Point(x, y);
- }
-
- private void dateSelected(boolean good) {
- // sebthom
- if (good)
- selectedDate = cal.getTime();
-
- Event event = new Event();
- event.doit = good;
- notifyListeners(SWT.Selection, event);
- }
-
- private void doubleClick() {
- Event event = new Event();
- event.doit = true;
- notifyListeners(SWT.MouseDoubleClick, event);
- }
-
- private String getCurrentMonthName() {
- StringBuffer sb = new StringBuffer();
- sb.append(getMonthName(cal.get(Calendar.MONTH)));
- sb.append(", ");
- sb.append(cal.get(Calendar.YEAR));
- return sb.toString();
- }
-
- public Date getDate() {
- // sebthom
- //return cal.getTime();
- return selectedDate;
- }
-
- private String getMonthName(int month) {
- return dateSymbols.getMonths()[month];
- }
-
- public void removeSelectionListener(SelectionListener listener) {
- checkWidget();
-
- if (listener == null) {
- SWT.error(SWT.ERROR_NULL_ARGUMENT);
- }
- removeListener(SWT.Selection, listener);
- removeListener(SWT.DefaultSelection, listener);
- }
-
- public void reset() {
- cal = Calendar.getInstance();
- updateDate();
- }
-
- public void setDate(Date date) {
- // sebthom
- //cal.setTime(date);
- selectedDate = date;
- cal.setTime(selectedDate == null ? new Date() : date);
-
- updateMonthLabel();
- redraw();
- }
-
- private void updateDate() {
- datePanel.redraw();
- updateMonthLabel();
- }
-
- private void updateMonthLabel() {
- monthLabel.setText(getCurrentMonthName());
- }
-}
\ No newline at end of file diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DatePickerCombo.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DatePickerCombo.java deleted file mode 100644 index 91655c46..00000000 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DatePickerCombo.java +++ /dev/null @@ -1,1142 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> - * This file is part of Gluster Management Console. - * - * Gluster Management Console is free software; you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License as published - * by the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * Gluster Management Console is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License - * for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see - * <http://www.gnu.org/licenses/>. - *******************************************************************************/ -package com.gluster.storage.management.gui.utils;
-
-import java.text.DateFormat;
-import java.text.ParseException;
-import java.text.SimpleDateFormat;
-import java.util.Date;
-
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.accessibility.ACC;
-import org.eclipse.swt.accessibility.AccessibleAdapter;
-import org.eclipse.swt.accessibility.AccessibleControlAdapter;
-import org.eclipse.swt.accessibility.AccessibleControlEvent;
-import org.eclipse.swt.accessibility.AccessibleEvent;
-import org.eclipse.swt.events.ModifyListener;
-import org.eclipse.swt.events.SelectionListener;
-import org.eclipse.swt.graphics.Color;
-import org.eclipse.swt.graphics.Font;
-import org.eclipse.swt.graphics.Point;
-import org.eclipse.swt.graphics.Rectangle;
-import org.eclipse.swt.widgets.Button;
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.swt.widgets.Control;
-import org.eclipse.swt.widgets.Event;
-import org.eclipse.swt.widgets.Listener;
-import org.eclipse.swt.widgets.Shell;
-import org.eclipse.swt.widgets.Text;
-import org.eclipse.swt.widgets.TypedListener;
-
-/**
- * The combo widget with drop-down date-picker panel.
- *
- * changes by sebthom
- * ~ declared package accessible methods as private
- * ~ declared getEditable() as public
- * + added useSingleMouseClickToCommit behaviour
- * + manually modifying the date in the text field is reflected in the date picker
- * + setDate(null) clears the date.
- * + added getText & setText()
- *
- * @author <a href="mailto:andy@tiff.ru">Andrey Onistchuk</a>
- *
- */
-public final class DatePickerCombo extends Composite
-{
- //~ Static Methods ---------------------------------------------------------
- public static int checkStyle(int style)
- {
- int mask = SWT.BORDER | SWT.READ_ONLY | SWT.FLAT;
-
- return style & mask;
- }
-
- //~ Instance fields --------------------------------------------------------
- private Button arrow;
- private DatePicker dp;
- private boolean hasFocus;
-
- /**
- * @author sebthom
- */
- private boolean isClosePopupWithSingleMouseClick = false;
- private Shell popup;
- private Text text;
-
- //~ Constructors -----------------------------------------------------------
- public DatePickerCombo(Composite parent, int style)
- {
- super(parent, checkStyle(style));
-
- style = getStyle();
-
- int textStyle = SWT.SINGLE;
-
- if ((style & SWT.READ_ONLY) != 0)
- {
- textStyle |= SWT.READ_ONLY;
- }
-
- if ((style & SWT.FLAT) != 0)
- {
- textStyle |= SWT.FLAT;
- }
-
- text = new Text(this, textStyle);
-
- popup = new Shell(getShell(), SWT.NO_TRIM);
-
- int pickerStyle = SWT.SINGLE;
-
- if ((style & SWT.FLAT) != 0)
- {
- pickerStyle |= SWT.FLAT;
- }
-
- dp = new DatePicker(popup, pickerStyle);
-
- int arrowStyle = SWT.ARROW | SWT.DOWN;
-
- if ((style & SWT.FLAT) != 0)
- {
- arrowStyle |= SWT.FLAT;
- }
-
- arrow = new Button(this, arrowStyle);
-
- Listener listener = new Listener()
- {
- public void handleEvent(Event event)
- {
- if (popup == event.widget)
- {
- popupEvent(event);
- return;
- }
-
- if (text == event.widget)
- {
- textEvent(event);
- return;
- }
-
- if (dp == event.widget)
- {
- dpEvent(event);
- return;
- }
-
- if (arrow == event.widget)
- {
- arrowEvent(event);
- return;
- }
-
- if (DatePickerCombo.this == event.widget)
- {
- comboEvent(event);
- return;
- }
- }
- };
-
- int[] comboEvents = { SWT.Dispose, SWT.Move, SWT.Resize };
-
- for (int i = 0; i < comboEvents.length; i++)
- this.addListener(comboEvents[i], listener);
-
- int[] popupEvents = { SWT.Close, SWT.Paint, SWT.Deactivate };
-
- for (int i = 0; i < popupEvents.length; i++)
- popup.addListener(popupEvents[i], listener);
-
- int[] textEvents =
- { SWT.KeyDown, SWT.KeyUp, SWT.Modify, SWT.MouseDown, SWT.MouseUp, SWT.Traverse, SWT.FocusIn, SWT.FocusOut };
-
- for (int i = 0; i < textEvents.length; i++)
- text.addListener(textEvents[i], listener);
-
- int[] dpEvents =
- {
- SWT.MouseUp,
- SWT.MouseDoubleClick,
- SWT.Selection,
- SWT.Traverse,
- SWT.KeyDown,
- SWT.KeyUp,
- SWT.FocusIn,
- SWT.FocusOut };
-
- for (int i = 0; i < dpEvents.length; i++)
- dp.addListener(dpEvents[i], listener);
-
- int[] arrowEvents = { SWT.Selection, SWT.FocusIn, SWT.FocusOut };
-
- for (int i = 0; i < arrowEvents.length; i++)
- arrow.addListener(arrowEvents[i], listener);
-
- initAccessible();
- }
-
- //~ Methods ----------------------------------------------------------------
-
- /**
- * Adds the listener to receive events.
- *
- * @param listener
- * the listener
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- * @exception SWTError(ERROR_NULL_ARGUMENT)
- * when listener is null
- */
- public void addModifyListener(ModifyListener listener)
- {
- checkWidget();
-
- if (listener == null)
- {
- SWT.error(SWT.ERROR_NULL_ARGUMENT);
- }
-
- TypedListener typedListener = new TypedListener(listener);
- addListener(SWT.Modify, typedListener);
- }
-
- /**
- * Adds the listener to receive events.
- *
- * @param listener
- * the listener
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- * @exception SWTError(ERROR_NULL_ARGUMENT)
- * when listener is null
- */
- public void addSelectionListener(SelectionListener listener)
- {
- checkWidget();
-
- if (listener == null)
- {
- SWT.error(SWT.ERROR_NULL_ARGUMENT);
- }
-
- TypedListener typedListener = new TypedListener(listener);
- addListener(SWT.Selection, typedListener);
- addListener(SWT.DefaultSelection, typedListener);
- }
-
- private void arrowEvent(Event event)
- {
- switch (event.type)
- {
- case SWT.FocusIn :
- {
- if (hasFocus)
- {
- return;
- }
-
- hasFocus = true;
-
- if (getEditable())
- {
- text.selectAll();
- }
-
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.FocusIn, e);
- break;
- }
-
- case SWT.FocusOut :
- {
- Control focusControl = getDisplay().getFocusControl();
-
- if ((focusControl == dp) || (focusControl == text))
- {
- return;
- }
-
- hasFocus = false;
-
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.FocusOut, e);
- break;
- }
-
- case SWT.Selection :
- {
- dropDown(!isDropped());
- break;
- }
- }
- }
-
- /**
- * Clears the current selection.
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- */
- public void clearSelection()
- {
- checkWidget();
- text.clearSelection();
- dp.reset();
- }
-
- private void comboEvent(Event event)
- {
- switch (event.type)
- {
- case SWT.Dispose :
-
- if ((popup != null) && !popup.isDisposed())
- {
- popup.dispose();
- }
-
- popup = null;
- text = null;
- dp = null;
- arrow = null;
- break;
-
- case SWT.Move :
- dropDown(false);
- break;
-
- case SWT.Resize :
- internalLayout();
- break;
- }
- }
-
- public Point computeSize(int wHint, int hHint, boolean changed)
- {
- checkWidget();
-
- int width = 0;
- int height = 0;
- Point textSize = text.computeSize(wHint, SWT.DEFAULT, changed);
- Point arrowSize = arrow.computeSize(SWT.DEFAULT, SWT.DEFAULT, changed);
- Point listSize = dp.computeSize(wHint, SWT.DEFAULT, changed);
- int borderWidth = getBorderWidth();
-
- height = Math.max(hHint, Math.max(textSize.y, arrowSize.y) + (2 * borderWidth));
- width = Math.max(wHint, Math.max(textSize.x + arrowSize.x + (2 * borderWidth), listSize.x + 2));
-
- return new Point(width, height);
- }
-
- private void dpEvent(Event event)
- {
- switch (event.type)
- {
- case SWT.FocusIn :
- {
- if (hasFocus)
- {
- return;
- }
-
- hasFocus = true;
-
- if (getEditable())
- {
- text.selectAll();
- }
-
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.FocusIn, e);
- break;
- }
-
- case SWT.FocusOut :
- {
- Control focusControl = getDisplay().getFocusControl();
-
- if ((focusControl == text) || (focusControl == arrow))
- {
- return;
- }
-
- hasFocus = false;
-
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.FocusOut, e);
- break;
- }
-
- case SWT.MouseDown :
- {
- if (event.button != 1)
- {
- return;
- }
-
- dropDown(false);
-
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.DefaultSelection, e);
- break;
- }
-
- case SWT.Selection :
- {
- // sebthom
- if (!isClosePopupWithSingleMouseClick)
- {
- Date date = dp.getDate();
- text.setText(DateFormat.getDateInstance().format(date));
- text.selectAll();
-
- Event e = new Event();
- e.time = event.time;
- e.stateMask = event.stateMask;
- e.doit = event.doit;
- notifyListeners(SWT.Selection, e);
- event.doit = e.doit;
-
- break;
- }
- // otherwise perform the code of SWT.MouseDoubleClick
- }
-
- case SWT.MouseDoubleClick :
- {
- dropDown(false);
-
- Date date = dp.getDate();
-
- // sebthom
- if (date == null)
- {
- text.setText("");
- }
- else
- {
- text.setText(DateFormat.getDateInstance().format(date));
- text.selectAll();
- }
-
- Event e = new Event();
- e.time = event.time;
- e.stateMask = event.stateMask;
- e.doit = event.doit;
- notifyListeners(SWT.Selection, e);
- event.doit = e.doit;
- break;
- }
-
- case SWT.Traverse :
- {
- switch (event.detail)
- {
- case SWT.TRAVERSE_TAB_NEXT :
- case SWT.TRAVERSE_RETURN :
- case SWT.TRAVERSE_ESCAPE :
- case SWT.TRAVERSE_ARROW_PREVIOUS :
- case SWT.TRAVERSE_ARROW_NEXT :
- event.doit = false;
- break;
- }
-
- Event e = new Event();
- e.time = event.time;
- e.detail = event.detail;
- e.doit = event.doit;
- e.keyCode = event.keyCode;
- notifyListeners(SWT.Traverse, e);
- event.doit = e.doit;
- break;
- }
-
- case SWT.KeyUp :
- {
- Event e = new Event();
- e.time = event.time;
- e.character = event.character;
- e.keyCode = event.keyCode;
- e.stateMask = event.stateMask;
- notifyListeners(SWT.KeyUp, e);
- break;
- }
-
- case SWT.KeyDown :
- {
- if (event.character == SWT.ESC)
- {
- // escape key cancels popup dp
- dropDown(false);
- }
-
- if ((event.character == SWT.CR) || (event.character == '\t'))
- {
- // Enter and Tab cause default selection
- dropDown(false);
-
- Event e = new Event();
- e.time = event.time;
- e.stateMask = event.stateMask;
- notifyListeners(SWT.DefaultSelection, e);
- }
-
- //At this point the widget may have been disposed.
- // If so, do not continue.
- if (isDisposed())
- {
- break;
- }
-
- Event e = new Event();
- e.time = event.time;
- e.character = event.character;
- e.keyCode = event.keyCode;
- e.stateMask = event.stateMask;
- notifyListeners(SWT.KeyDown, e);
- break;
- }
- }
- }
-
- private void dropDown(boolean drop)
- {
- if (drop == isDropped())
- {
- return;
- }
-
- if (!drop)
- {
- popup.setVisible(false);
- text.setFocus();
- return;
- }
-
- Rectangle listRect = dp.getBounds();
- Point point = getParent().toDisplay(getLocation());
- Point comboSize = getSize();
- int width = Math.max(comboSize.x, listRect.width + 2);
- popup.setBounds(point.x, point.y + comboSize.y, width, listRect.height + 2);
- popup.setVisible(true);
- dp.setFocus();
- }
-
- public Control[] getChildren()
- {
- checkWidget();
-
- return new Control[0];
- }
-
- public Date getDate()
- {
- checkWidget();
-
- return dp.getDate();
- }
-
- public boolean getEditable()
- {
- return text.getEditable();
- }
-
- /**
- * @author sebthom
- */
- public String getText()
- {
- return text.getText();
- }
-
- public void setText(String txt)
- {
- text.setText(txt);
- }
-
- public int getTextHeight()
- {
- checkWidget();
- return text.getLineHeight();
- }
-
- private void initAccessible()
- {
- getAccessible().addAccessibleListener(new AccessibleAdapter()
- {
- public void getHelp(AccessibleEvent e)
- {
- e.result = getToolTipText();
- }
- });
-
- getAccessible().addAccessibleControlListener(new AccessibleControlAdapter()
- {
- public void getChildAtPoint(AccessibleControlEvent e)
- {
- Point testPoint = toControl(new Point(e.x, e.y));
-
- if (getBounds().contains(testPoint))
- {
- e.childID = ACC.CHILDID_SELF;
- }
- }
-
- public void getChildCount(AccessibleControlEvent e)
- {
- e.detail = 0;
- }
-
- public void getLocation(AccessibleControlEvent e)
- {
- Rectangle location = getBounds();
- Point pt = toDisplay(new Point(location.x, location.y));
- e.x = pt.x;
- e.y = pt.y;
- e.width = location.width;
- e.height = location.height;
- }
-
- public void getRole(AccessibleControlEvent e)
- {
- e.detail = ACC.ROLE_COMBOBOX;
- }
-
- public void getState(AccessibleControlEvent e)
- {
- e.detail = ACC.STATE_NORMAL;
- }
-
- public void getValue(AccessibleControlEvent e)
- {
- e.result = text.getText();
- }
- });
- }
-
- private void internalLayout()
- {
- if (isDropped())
- {
- dropDown(false);
- }
-
- Rectangle rect = getClientArea();
- int width = rect.width;
- int height = rect.height;
- Point arrowSize = arrow.computeSize(SWT.DEFAULT, height);
- text.setBounds(0, 0, width - arrowSize.x, height);
- arrow.setBounds(width - arrowSize.x, 0, arrowSize.x, arrowSize.y);
-
- Point size = getSize();
- int itemHeight = dp.getBounds().height;
- Point listSize = dp.computeSize(SWT.DEFAULT, itemHeight);
- dp.setBounds(1, 1, Math.max(size.x - 2, listSize.x), listSize.y);
- }
-
- /**
- * determines if you need to double click a date in the expanded calender control to hide it
- * default is false meaning you have to double click a date
- *
- * @author sebthom
- *
- * @param useSingleMouseClickToCommit
- */
- public boolean isClosePopupWithSingleMouseClick()
- {
- return isClosePopupWithSingleMouseClick;
- }
-
- private boolean isDropped()
- {
- return popup.getVisible();
- }
-
- public boolean isFocusControl()
- {
- checkWidget();
-
- if (text.isFocusControl() || arrow.isFocusControl() || dp.isFocusControl() || popup.isFocusControl())
- {
- return true;
- }
- else
- {
- return super.isFocusControl();
- }
- }
-
- private void popupEvent(Event event)
- {
- switch (event.type)
- {
- case SWT.Paint :
-
- // draw black rectangle around dp
- Rectangle listRect = dp.getBounds();
- Color black = getDisplay().getSystemColor(SWT.COLOR_BLACK);
- event.gc.setForeground(black);
- event.gc.drawRectangle(0, 0, listRect.width + 1, listRect.height + 1);
- break;
-
- case SWT.Close :
- event.doit = false;
- dropDown(false);
- break;
-
- case SWT.Deactivate :
- dropDown(false);
- break;
- }
- }
-
- public void redraw(int x, int y, int width, int height, boolean all)
- {
- checkWidget();
-
- if (!all)
- {
- return;
- }
-
- Point location = text.getLocation();
- text.redraw(x - location.x, y - location.y, width, height, all);
- location = dp.getLocation();
- dp.redraw(x - location.x, y - location.y, width, height, all);
-
- if (arrow != null)
- {
- location = arrow.getLocation();
- arrow.redraw(x - location.x, y - location.y, width, height, all);
- }
- }
-
- /**
- * Removes the listener.
- *
- * @param listener
- * the listener
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- * @exception SWTError(ERROR_NULL_ARGUMENT)
- * when listener is null
- */
- public void removeModifyListener(ModifyListener listener)
- {
- checkWidget();
-
- if (listener == null)
- {
- SWT.error(SWT.ERROR_NULL_ARGUMENT);
- }
-
- removeListener(SWT.Modify, listener);
- }
-
- /**
- * Removes the listener.
- *
- * @param listener
- * the listener
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- * @exception SWTError(ERROR_NULL_ARGUMENT)
- * when listener is null
- */
- public void removeSelectionListener(SelectionListener listener)
- {
- checkWidget();
-
- if (listener == null)
- {
- SWT.error(SWT.ERROR_NULL_ARGUMENT);
- }
-
- removeListener(SWT.Selection, listener);
- removeListener(SWT.DefaultSelection, listener);
- }
-
- public void setBackground(Color color)
- {
- super.setBackground(color);
-
- if (text != null)
- {
- text.setBackground(color);
- }
-
- if (dp != null)
- {
- dp.setBackground(color);
- }
-
- if (arrow != null)
- {
- arrow.setBackground(color);
- }
- }
-
- /**
- * set if you need to double click a date in the expanded calender control to hide it
- * default is false meaning you have to double click a date
- *
- * @author sebthom
- *
- * @param useSingleMouseClickToCommit
- */
- public void setClosePopupWithSingleMouseClick(boolean isClosePopupWithSingleMouseClick)
- {
- this.isClosePopupWithSingleMouseClick = isClosePopupWithSingleMouseClick;
- }
-
- /**
- * Selects an item.
- * <p>
- * If the item at an index is not selected, it is selected. Indices that
- * are out of range are ignored. Indexing is zero based.
- *
- * @param index
- * the index of the item
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- */
- public void setDate(Date date)
- {
- checkWidget();
-
- //sebthom
- if (date != null)
- {
- text.setText(DateFormat.getDateInstance().format(date));
- text.selectAll();
- }
- else
- {
- text.setText("");
- }
-
- dp.setDate(date);
- }
-
- public boolean setFocus()
- {
- checkWidget();
- return text.setFocus();
- }
-
- public void setFont(Font font)
- {
- super.setFont(font);
- text.setFont(font);
- dp.setFont(font);
- internalLayout();
- }
-
- public void setForeground(Color color)
- {
- super.setForeground(color);
-
- if (text != null)
- {
- text.setForeground(color);
- }
-
- if (dp != null)
- {
- dp.setForeground(color);
- }
-
- if (arrow != null)
- {
- arrow.setForeground(color);
- }
- }
-
- /**
- * Sets the new selection.
- *
- * @param selection
- * point representing the start and the end of the new selection
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- * @exception SWTError(ERROR_NULL_ARGUMENT)
- * when selection is null
- */
- public void setSelection(Point selection)
- {
- checkWidget();
-
- if (selection == null)
- {
- SWT.error(SWT.ERROR_NULL_ARGUMENT);
- }
-
- text.setSelection(selection.x, selection.y);
- }
-
- /**
- * Sets the text limit
- *
- * @param limit
- * new text limit
- *
- * @exception SWTError(ERROR_THREAD_INVALID_ACCESS)
- * when called from the wrong thread
- * @exception SWTError(ERROR_WIDGET_DISPOSED)
- * when the widget has been disposed
- * @exception SWTError(ERROR_CANNOT_BE_ZERO)
- * when limit is 0
- */
- public void setTextLimit(int limit)
- {
- checkWidget();
- text.setTextLimit(limit);
- }
-
- public void setToolTipText(String string)
- {
- checkWidget();
- super.setToolTipText(string);
- arrow.setToolTipText(string);
- text.setToolTipText(string);
- }
-
- public void setVisible(boolean visible)
- {
- super.setVisible(visible);
-
- if (!visible)
- {
- popup.setVisible(false);
- }
- }
-
- private void textEvent(Event event)
- {
- switch (event.type)
- {
- case SWT.FocusIn :
- {
- if (hasFocus)
- {
- return;
- }
-
- hasFocus = true;
-
- if (getEditable())
- {
- text.selectAll();
- }
-
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.FocusIn, e);
- break;
- }
-
- case SWT.FocusOut :
- {
- Control focusControl = getDisplay().getFocusControl();
-
- if ((focusControl == dp) || (focusControl == arrow))
- {
- return;
- }
-
- hasFocus = false;
-
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.FocusOut, e);
- break;
- }
-
- case SWT.KeyDown :
- {
- if (event.character == SWT.ESC)
- {
- // escape key cancels popup dp
- dropDown(false);
- }
-
- if (event.character == SWT.CR)
- {
- dropDown(false);
-
- Event e = new Event();
- e.time = event.time;
- e.stateMask = event.stateMask;
- notifyListeners(SWT.DefaultSelection, e);
- }
-
- //At this point the widget may have been disposed.
- // If so, do not continue.
- if (isDisposed())
- {
- break;
- }
-
- if ((event.keyCode == SWT.ARROW_UP) || (event.keyCode == SWT.ARROW_DOWN))
- {
- //Date oldDate = getDate();
-
- //At this point the widget may have been disposed.
- // If so, do not continue.
- if (isDisposed())
- {
- break;
- }
- }
-
- // Further work : Need to add support for incremental
- // search in
- // pop up dp as characters typed in text widget
- Event e = new Event();
- e.time = event.time;
- e.character = event.character;
- e.keyCode = event.keyCode;
- e.stateMask = event.stateMask;
- notifyListeners(SWT.KeyDown, e);
- break;
- }
-
- case SWT.KeyUp :
- {
- Event e = new Event();
- e.time = event.time;
- e.character = event.character;
- e.keyCode = event.keyCode;
- e.stateMask = event.stateMask;
- notifyListeners(SWT.KeyUp, e);
- break;
- }
-
- case SWT.Modify :
- {
- // sebthom
- if (!popup.isVisible())
- {
- if (text.getText().length() == 0)
- {
- dp.setDate(null);
- }
- else
- {
- try
- {
- dp.setDate(SimpleDateFormat.getDateInstance().parse(text.getText()));
- }
- catch (ParseException pe)
- {
- dp.setDate(null);
- }
- }
- }
- // dp.deselectAll ();
- Event e = new Event();
- e.time = event.time;
- notifyListeners(SWT.Modify, e);
- break;
- }
-
- case SWT.MouseDown :
- {
- if (event.button != 1 || text.getEditable())
- {
- return;
- }
-
- boolean dropped = isDropped();
- text.selectAll();
-
- if (!dropped)
- {
- setFocus();
- }
- dropDown(!dropped);
-
- break;
- }
-
- case SWT.MouseUp :
- {
- if (event.button != 1 || text.getEditable())
- {
- return;
- }
- text.selectAll();
- break;
- }
-
- case SWT.Traverse :
- {
- switch (event.detail)
- {
- case SWT.TRAVERSE_RETURN :
- case SWT.TRAVERSE_ARROW_PREVIOUS :
- case SWT.TRAVERSE_ARROW_NEXT :
- // The enter causes default selection and
- // the arrow keys are used to manipulate the dp
- // contents so do not use them for traversal.
- event.doit = false;
- break;
- }
-
- Event e = new Event();
- e.time = event.time;
- e.detail = event.detail;
- e.doit = event.doit;
- e.keyCode = event.keyCode;
- notifyListeners(SWT.Traverse, e);
- event.doit = e.doit;
- break;
- }
- }
- }
-}
\ No newline at end of file diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DiskViewerEditingSupport.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DiskViewerEditingSupport.java deleted file mode 100644 index cc150b39..00000000 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/DiskViewerEditingSupport.java +++ /dev/null @@ -1,57 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> - * This file is part of Gluster Management Console. - * - * Gluster Management Console is free software; you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License as published - * by the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * Gluster Management Console is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License - * for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see - * <http://www.gnu.org/licenses/>. - *******************************************************************************/ -package com.gluster.storage.management.gui.utils; - -import org.eclipse.jface.viewers.CellEditor; -import org.eclipse.jface.viewers.EditingSupport; -import org.eclipse.jface.viewers.TableViewer; -import org.eclipse.ui.forms.widgets.FormToolkit; - -import com.gluster.storage.management.core.model.Disk; - -public class DiskViewerEditingSupport extends EditingSupport { - private FormToolkit toolkit; - - public DiskViewerEditingSupport(FormToolkit toolkit, TableViewer viewer) { - super(viewer); - this.toolkit = toolkit; - } - - @Override - protected CellEditor getCellEditor(Object element) { - return new HyperlinkCellEditor(toolkit, (TableViewer)getViewer(), (Disk) element); - } - - @Override - protected boolean canEdit(Object element) { - Disk disk = (Disk) element; - return (disk.isUninitialized()); - } - - @Override - protected Object getValue(Object element) { - return ((Disk) element).getStatus(); - } - - @Override - protected void setValue(Object element, Object value) { - getViewer().update(element, new String[] { "status" }); - } - -} diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java index d6d977a3..8957f0e6 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java @@ -65,6 +65,7 @@ import com.gluster.storage.management.gui.IImageKeys; public class GUIHelper { private static final GUIHelper instance = new GUIHelper(); + private static final ImageUtil imageUtil = new ImageUtil(); private GUIHelper() { @@ -134,7 +135,7 @@ public class GUIHelper { public Composite createTab(TabFolder tabFolder, String title, String imageKey) { TabItem item = new TabItem(tabFolder, SWT.NONE); item.setText(title); - item.setImage(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, imageKey).createImage()); + item.setImage(getImage(imageKey)); Composite composite = new Composite(tabFolder, SWT.NONE); composite.setLayout(new FillLayout()); @@ -145,11 +146,11 @@ public class GUIHelper { } public ImageDescriptor getImageDescriptor(String imagePath) { - return AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, imagePath); + return imageUtil.getImageDescriptor(imagePath); } public Image getImage(String imagePath) { - return getImageDescriptor(imagePath).createImage(); + return imageUtil.getImage(imagePath); } public Action createPullDownMenu(String menuName, String iconPath, final MenuManager menuManager) { diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/HyperlinkCellEditor.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/HyperlinkCellEditor.java deleted file mode 100644 index 03a94e49..00000000 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/HyperlinkCellEditor.java +++ /dev/null @@ -1,68 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> - * This file is part of Gluster Management Console. - * - * Gluster Management Console is free software; you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License as published - * by the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * Gluster Management Console is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License - * for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see - * <http://www.gnu.org/licenses/>. - *******************************************************************************/ -package com.gluster.storage.management.gui.utils; - -import org.eclipse.jface.viewers.CellEditor; -import org.eclipse.jface.viewers.TableViewer; -import org.eclipse.swt.SWT; -import org.eclipse.swt.widgets.Composite; -import org.eclipse.swt.widgets.Control; -import org.eclipse.ui.forms.widgets.FormToolkit; -import org.eclipse.ui.forms.widgets.ImageHyperlink; - -import com.gluster.storage.management.core.model.Disk; - -public class HyperlinkCellEditor extends CellEditor { - private FormToolkit toolkit; - private Disk disk; - private ImageHyperlink link; - private TableViewer viewer; - - public HyperlinkCellEditor(FormToolkit toolkit, TableViewer viewer, Disk disk) { - this.toolkit = toolkit; - this.viewer = viewer; - this.disk = disk; - } - - @Override - protected Control createControl(Composite parent) { - link = toolkit.createImageHyperlink(viewer.getTable(), SWT.NONE); - // link.setImage(guiHelper.getImage(IImageKeys.DISK_UNINITIALIZED)); - link.setText("Initialize"); - return link; - } - - @Override - protected Object doGetValue() { - return disk.getStatus(); - } - - @Override - protected void doSetFocus() { - link.setFocus(); - } - - @Override - protected void doSetValue(Object value) { - if(!disk.isUninitialized()) { - this.deactivate(); - this.dispose(); - } - } -} diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/ImageUtil.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/ImageUtil.java new file mode 100644 index 00000000..efa169de --- /dev/null +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/ImageUtil.java @@ -0,0 +1,51 @@ +/** + * ImageUtil.java + * + * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> + * This file is part of Gluster Management Console. + * + * Gluster Management Console is free software; you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Gluster Management Console is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License + * for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see + * <http://www.gnu.org/licenses/>. + */ +package com.gluster.storage.management.gui.utils; + +import org.eclipse.jface.resource.ImageDescriptor; +import org.eclipse.swt.graphics.Image; +import org.eclipse.ui.plugin.AbstractUIPlugin; + +import com.gluster.storage.management.gui.Application; + +/** + * + */ +public class ImageUtil { + private static final LRUCache<String, Image> imageCache = new LRUCache<String, Image>(20); + + public ImageDescriptor getImageDescriptor(String imagePath) { + return AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, imagePath); + } + + public synchronized Image getImage(String imagePath) { + if(imageCache.containsKey(imagePath)) { + return imageCache.get(imagePath); + } + return createImage(imagePath); + } + + private Image createImage(String imagePath) { + Image image = getImageDescriptor(imagePath).createImage(); + imageCache.put(imagePath, image); + return image; + } +}
\ No newline at end of file diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/LRUCache.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/LRUCache.java new file mode 100644 index 00000000..3c805ac8 --- /dev/null +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/LRUCache.java @@ -0,0 +1,55 @@ +/** + * LRUCache.java + * + * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> + * This file is part of Gluster Management Console. + * + * Gluster Management Console is free software; you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Gluster Management Console is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License + * for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see + * <http://www.gnu.org/licenses/>. + */ +package com.gluster.storage.management.gui.utils; + +import java.util.LinkedHashMap; +import java.util.Map; + +/** + * An LRU cache, based on <code>LinkedHashMap</code>. + * <p> + * This cache has a fixed maximum number of elements (<code>cacheSize</code>). If the cache is full and another entry is + * added, the LRU (least recently used) entry is dropped. + * + */ +public class LRUCache<K, V> extends LinkedHashMap<K, V> { + + private static final long serialVersionUID = 1L; + private static final float loadFactor = 0.75f; + private int cacheSize; + + /** + * Creates a new LRU cache. + * + * @param cacheSize + * the maximum number of entries that will be kept in this cache. + */ + public LRUCache(int cacheSize) { + super((int) Math.ceil(cacheSize / loadFactor) + 1, loadFactor, true); + this.cacheSize = cacheSize; + } + + @Override + protected boolean removeEldestEntry(Map.Entry<K, V> eldest) { + return size() > cacheSize; + } + +} diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/DisksPage.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/DisksPage.java index 8f96a8ee..9ea962de 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/DisksPage.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/DisksPage.java @@ -22,7 +22,6 @@ import java.util.List; import org.eclipse.jface.layout.TableColumnLayout; import org.eclipse.jface.viewers.ITableLabelProvider; -import org.eclipse.jface.viewers.TableViewerColumn; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Table; @@ -30,7 +29,6 @@ import org.eclipse.ui.IWorkbenchSite; import com.gluster.storage.management.core.model.Disk; import com.gluster.storage.management.gui.DiskTableLabelProvider; -import com.gluster.storage.management.gui.utils.DiskViewerEditingSupport; public class DisksPage extends AbstractDisksPage { diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/TabCreatorFactoryImpl.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/TabCreatorFactoryImpl.java index 2a28aae3..28d3d4aa 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/TabCreatorFactoryImpl.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/details/TabCreatorFactoryImpl.java @@ -38,6 +38,7 @@ public class TabCreatorFactoryImpl implements TabCreatorFactory { * Again, "class name" includes "entity type" in case of {@link EntityGroup} <br> * 4) Add the newly created tab creator to the cache and return it */ + @SuppressWarnings("rawtypes") @Override public TabCreator getTabCreator(Entity entity) { Class entityClass = entity.getClass(); diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/ClusterAdapterFactory.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/ClusterAdapterFactory.java index 3e4cbcb1..d7ef44ac 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/ClusterAdapterFactory.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/ClusterAdapterFactory.java @@ -46,6 +46,7 @@ public class ClusterAdapterFactory implements IAdapterFactory { return ((Entity)o).getName(); } + @SuppressWarnings({ "unchecked", "rawtypes" }) @Override public ImageDescriptor getImageDescriptor(Object object) { String iconPath = null; @@ -81,6 +82,7 @@ public class ClusterAdapterFactory implements IAdapterFactory { } }; + @SuppressWarnings("rawtypes") @Override public Object getAdapter(Object adaptableObject, Class adapterType) { if (adapterType == IWorkbenchAdapter.class) { @@ -91,6 +93,7 @@ public class ClusterAdapterFactory implements IAdapterFactory { return null; } + @SuppressWarnings("rawtypes") @Override public Class[] getAdapterList() { return new Class[] { IWorkbenchAdapter.class }; diff --git a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/NavigationTreeLabelDecorator.java b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/NavigationTreeLabelDecorator.java index 028b9a4b..4cdc2e66 100644 --- a/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/NavigationTreeLabelDecorator.java +++ b/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/navigator/NavigationTreeLabelDecorator.java @@ -49,6 +49,7 @@ public class NavigationTreeLabelDecorator implements ILightweightLabelDecorator public void removeListener(ILabelProviderListener listener) { } + @SuppressWarnings("rawtypes") @Override public void decorate(Object element, IDecoration decoration) { if (element instanceof Volume) { diff --git a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-client-1.4.jar b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-client-1.4.jar Binary files differdeleted file mode 100644 index e7debb0f..00000000 --- a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-client-1.4.jar +++ /dev/null diff --git a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-client-1.5.jar b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-client-1.5.jar Binary files differnew file mode 100644 index 00000000..62f790fa --- /dev/null +++ b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-client-1.5.jar diff --git a/com.gluster.storage.management.client/lib/jersey-core-1.4.jar b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-core-1.5.jar Binary files differindex ae78fe33..92b38466 100644 --- a/com.gluster.storage.management.client/lib/jersey-core-1.4.jar +++ b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-core-1.5.jar diff --git a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-json-1.4.jar b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-json-1.5.jar Binary files differindex 78c14c1b..01d8c83b 100644 --- a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-json-1.4.jar +++ b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-json-1.5.jar diff --git a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-server-1.4.jar b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-server-1.5.jar Binary files differindex c420a6d8..a29d7409 100644 --- a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-server-1.4.jar +++ b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-server-1.5.jar diff --git a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-spring-1.4.jar b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-spring-1.4.jar Binary files differdeleted file mode 100644 index 34bc37ba..00000000 --- a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-spring-1.4.jar +++ /dev/null diff --git a/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-spring-1.5.jar b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-spring-1.5.jar Binary files differnew file mode 100644 index 00000000..c79b4490 --- /dev/null +++ b/com.gluster.storage.management.server/WebContent/WEB-INF/lib/jersey-spring-1.5.jar diff --git a/com.sun.jersey/.classpath b/com.sun.jersey/.classpath deleted file mode 100644 index f2d41466..00000000 --- a/com.sun.jersey/.classpath +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry exported="true" kind="lib" path=""/> - <classpathentry kind="output" path="bin"/> -</classpath> diff --git a/com.sun.jersey/.project b/com.sun.jersey/.project deleted file mode 100644 index 52ec5691..00000000 --- a/com.sun.jersey/.project +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>com.sun.jersey</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/com.sun.jersey/.settings/org.eclipse.jdt.core.prefs b/com.sun.jersey/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 1a662ced..00000000 --- a/com.sun.jersey/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,8 +0,0 @@ -#Wed Dec 29 17:39:49 IST 2010 -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 diff --git a/com.sun.jersey/META-INF/MANIFEST.MF b/com.sun.jersey/META-INF/MANIFEST.MF deleted file mode 100644 index f3868345..00000000 --- a/com.sun.jersey/META-INF/MANIFEST.MF +++ /dev/null @@ -1,42 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: Jersey -Bundle-SymbolicName: com.sun.jersey -Bundle-Version: 1.4 -Bundle-Vendor: Oracle Corporation -Export-Package: com.sun.jersey.api.client, - com.sun.jersey.api.client.async, - com.sun.jersey.api.client.config, - com.sun.jersey.api.client.filter, - com.sun.jersey.api.representation, - com.sun.jersey.api.uri, - com.sun.jersey.client.impl, - com.sun.jersey.client.impl.async, - com.sun.jersey.client.osgi, - com.sun.jersey.client.proxy, - com.sun.jersey.client.urlconnection, - com.sun.jersey.core.header, - com.sun.jersey.core.header.reader, - com.sun.jersey.core.impl.provider.entity, - com.sun.jersey.core.impl.provider.header, - com.sun.jersey.core.impl.provider.xml, - com.sun.jersey.core.osgi, - com.sun.jersey.core.provider, - com.sun.jersey.core.provider.jaxb, - com.sun.jersey.core.reflection, - com.sun.jersey.core.spi.component, - com.sun.jersey.core.spi.component.ioc, - com.sun.jersey.core.spi.factory, - com.sun.jersey.core.spi.scanning, - com.sun.jersey.core.spi.scanning.uri, - com.sun.jersey.core.util, - com.sun.jersey.impl, - com.sun.jersey.localization, - com.sun.jersey.spi, - com.sun.jersey.spi.inject, - com.sun.jersey.spi.service, - com.sun.ws.rs.ext, - javax.ws.rs, - javax.ws.rs.core, - javax.ws.rs.ext -Bundle-RequiredExecutionEnvironment: JavaSE-1.6 diff --git a/com.sun.jersey/META-INF/jersey-module-version b/com.sun.jersey/META-INF/jersey-module-version deleted file mode 100644 index c068b244..00000000 --- a/com.sun.jersey/META-INF/jersey-module-version +++ /dev/null @@ -1 +0,0 @@ -1.4 diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.properties b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.properties deleted file mode 100644 index 68b426b4..00000000 --- a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by org.apache.felix.bundleplugin -#Sat Sep 11 22:30:48 CEST 2010 -version=1.4 -groupId=com.sun.jersey -artifactId=jersey-client diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.xml b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.xml deleted file mode 100644 index 7ff98886..00000000 --- a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-client/pom.xml +++ /dev/null @@ -1,124 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - - Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. - - The contents of this file are subject to the terms of either the GNU - General Public License Version 2 only ("GPL") or the Common Development - and Distribution License("CDDL") (collectively, the "License"). You - may not use this file except in compliance with the License. You can - obtain a copy of the License at - https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html - or packager/legal/LICENSE.txt. See the License for the specific - language governing permissions and limitations under the License. - - When distributing the software, include this License Header Notice in each - file and include the License file at packager/legal/LICENSE.txt. - - GPL Classpath Exception: - Oracle designates this particular file as subject to the "Classpath" - exception as provided by Oracle in the GPL Version 2 section of the License - file that accompanied this code. - - Modifications: - If applicable, add the following below the License Header, with the fields - enclosed by brackets [] replaced by your own identifying information: - "Portions Copyright [year] [name of copyright owner]" - - Contributor(s): - If you wish your version of this file to be governed by only the CDDL or - only the GPL Version 2, indicate your decision by adding "[Contributor] - elects to include this software in this distribution under the [CDDL or GPL - Version 2] license." If you don't indicate a single choice of license, a - recipient has the option to distribute your version of this file under - either the CDDL, the GPL Version 2 or to extend the choice of license to - its licensees as provided above. However, if you add GPL Version 2 code - and therefore, elected the GPL Version 2 license, then the option applies - only if the new code is made subject to such option by the copyright - holder. - ---> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-project</artifactId> - <version>1.4</version> - </parent> - <artifactId>jersey-client</artifactId> - <packaging>bundle</packaging> - <name>jersey-client</name> - - <dependencies> - <dependency> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-core</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.sun.net.httpserver</groupId> - <artifactId>http</artifactId> - <version>20070405</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi_R4_core</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - </dependencies> - - <build> - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-Activator>com.sun.jersey.client.osgi.Activator</Bundle-Activator> - <Import-Package>javax.mail.*;resolution:=optional, *</Import-Package> - <Private-Package>com.sun.jersey.client.osgi</Private-Package> - <Export-Package>com.sun.jersey.api.client.*,com.sun.jersey.client.*,com.sun.ws.rs.ext</Export-Package> - </instructions> - <unpackBundle>true</unpackBundle> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>https://jsr311.dev.java.net/nonav/releases/1.1</link> - </links> - <excludePackageNames>com.sun.jersey.client.impl com.sun.ws.rs.ex</excludePackageNames> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - - </plugins> - </build> -</project> - diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.properties b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.properties deleted file mode 100644 index 9da26862..00000000 --- a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by org.apache.felix.bundleplugin -#Sat Sep 11 22:29:29 CEST 2010 -version=1.4 -groupId=com.sun.jersey -artifactId=jersey-core diff --git a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.xml b/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.xml deleted file mode 100644 index c20ad376..00000000 --- a/com.sun.jersey/META-INF/maven/com.sun.jersey/jersey-core/pom.xml +++ /dev/null @@ -1,228 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - - DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - - Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. - - The contents of this file are subject to the terms of either the GNU - General Public License Version 2 only ("GPL") or the Common Development - and Distribution License("CDDL") (collectively, the "License"). You - may not use this file except in compliance with the License. You can - obtain a copy of the License at - https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html - or packager/legal/LICENSE.txt. See the License for the specific - language governing permissions and limitations under the License. - - When distributing the software, include this License Header Notice in each - file and include the License file at packager/legal/LICENSE.txt. - - GPL Classpath Exception: - Oracle designates this particular file as subject to the "Classpath" - exception as provided by Oracle in the GPL Version 2 section of the License - file that accompanied this code. - - Modifications: - If applicable, add the following below the License Header, with the fields - enclosed by brackets [] replaced by your own identifying information: - "Portions Copyright [year] [name of copyright owner]" - - Contributor(s): - If you wish your version of this file to be governed by only the CDDL or - only the GPL Version 2, indicate your decision by adding "[Contributor] - elects to include this software in this distribution under the [CDDL or GPL - Version 2] license." If you don't indicate a single choice of license, a - recipient has the option to distribute your version of this file under - either the CDDL, the GPL Version 2 or to extend the choice of license to - its licensees as provided above. However, if you add GPL Version 2 code - and therefore, elected the GPL Version 2 license, then the option applies - only if the new code is made subject to such option by the copyright - holder. - ---> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-project</artifactId> - <version>1.4</version> - </parent> - <artifactId>jersey-core</artifactId> - <packaging>bundle</packaging> - <name>jersey-core</name> - <dependencies> - <dependency> - <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - <version>1.1.1</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - <version>1.4</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>2.1</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi_R4_core</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - - <resources> - <resource> - <directory>${basedir}/src/main/resources</directory> - </resource> - <resource> - <directory>${basedir}/src/main/java</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - </resources> - - <plugins> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>add-source</id> - <phase>generate-sources</phase> - <goals> - <goal>add-source</goal> - </goals> - <configuration> - <sources> - <source>${project.build.directory}/generated-sources/rsrc-gen</source> - <source>${project.build.directory}/generated-sources/jsr311</source> - </sources> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> <!-- unpack sources from jsr311-api.jar --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>unpack</id> - <phase>generate-sources</phase> - <goals> - <goal>unpack</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - <version>1.1.1</version> - <type>jar</type> - <classifier>sources</classifier> - <overWrite>false</overWrite> - <outputDirectory>${project.build.directory}/generated-sources/jsr311</outputDirectory> - <!--excludes> - **/CacheControl.java, - **/Cookie.java, - **/EntityTag.java, - **/MediaType.java, - **/NewCookie.java, - **/Variant.java, - **/Response.java, - **/UriBuilder.java - </excludes--> - </artifactItem> - </artifactItems> - </configuration> - </execution> - </executions> - </plugin> - - - <plugin> - <groupId>com.sun.istack</groupId> - <artifactId>maven-istack-commons-plugin</artifactId> - <version>0.1</version> - <executions> - <execution> - <phase>generate-sources</phase> - <configuration> - <resources> - <directory>${basedir}/src/main/resources</directory> - <includes> - <include>**/*.properties</include> - </includes> - </resources> - <destDir>${project.build.directory}/generated-sources/rsrc-gen</destDir> - <localizationUtilitiesPkgName>com.sun.jersey.localization</localizationUtilitiesPkgName> - </configuration> - <goals> - <goal>rs-gen</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <instructions> - <Export-Package>javax.ws.rs.*;-split-package:=merge-first,com.sun.jersey.*;-split-package:=merge-first</Export-Package> - <Import-Package>!javax.ws.rs.*,javax.mail.*;resolution:=optional, *</Import-Package> - <DynamicImport-Package>*</DynamicImport-Package> - <Private-Package>com.sun.jersey.core.osgi;-split-package:=merge-first</Private-Package> - <Bundle-Activator>com.sun.jersey.core.osgi.Activator</Bundle-Activator> - <Implementation-Title>jersey-core osgi</Implementation-Title> - <Implementation-Version>${project.version}</Implementation-Version> - <!--Embed-Dependency>jsr311-api;inline=true</Embed-Dependency--> - </instructions> - <unpackBundle>true</unpackBundle> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>https://jsr311.dev.java.net/nonav/releases/1.1</link> - </links> - <excludePackageNames>com.sun.jersey.core.impl:com.sun.jersey.impl</excludePackageNames> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - </plugin> - </plugins> - - </build> - -</project> diff --git a/com.sun.jersey/META-INF/services/com.sun.jersey.spi.HeaderDelegateProvider b/com.sun.jersey/META-INF/services/com.sun.jersey.spi.HeaderDelegateProvider deleted file mode 100644 index 4905c35f..00000000 --- a/com.sun.jersey/META-INF/services/com.sun.jersey.spi.HeaderDelegateProvider +++ /dev/null @@ -1,9 +0,0 @@ -com.sun.jersey.core.impl.provider.header.LocaleProvider -com.sun.jersey.core.impl.provider.header.EntityTagProvider -com.sun.jersey.core.impl.provider.header.MediaTypeProvider -com.sun.jersey.core.impl.provider.header.CacheControlProvider -com.sun.jersey.core.impl.provider.header.NewCookieProvider -com.sun.jersey.core.impl.provider.header.CookieProvider -com.sun.jersey.core.impl.provider.header.URIProvider -com.sun.jersey.core.impl.provider.header.DateProvider -com.sun.jersey.core.impl.provider.header.StringProvider diff --git a/com.sun.jersey/META-INF/services/com.sun.jersey.spi.inject.InjectableProvider b/com.sun.jersey/META-INF/services/com.sun.jersey.spi.inject.InjectableProvider deleted file mode 100644 index c5ee8c2a..00000000 --- a/com.sun.jersey/META-INF/services/com.sun.jersey.spi.inject.InjectableProvider +++ /dev/null @@ -1,5 +0,0 @@ -com.sun.jersey.core.impl.provider.xml.SAXParserContextProvider -com.sun.jersey.core.impl.provider.xml.XMLStreamReaderContextProvider -com.sun.jersey.core.impl.provider.xml.DocumentBuilderFactoryProvider -com.sun.jersey.core.impl.provider.xml.TransformerFactoryProvider - diff --git a/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyReader b/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyReader deleted file mode 100644 index 6114deff..00000000 --- a/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyReader +++ /dev/null @@ -1,27 +0,0 @@ -com.sun.jersey.core.impl.provider.entity.StringProvider -com.sun.jersey.core.impl.provider.entity.ByteArrayProvider -com.sun.jersey.core.impl.provider.entity.FileProvider -com.sun.jersey.core.impl.provider.entity.InputStreamProvider -com.sun.jersey.core.impl.provider.entity.DataSourceProvider -com.sun.jersey.core.impl.provider.entity.RenderedImageProvider -com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider -com.sun.jersey.core.impl.provider.entity.FormProvider -com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider -com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App -com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text -com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General -com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App -com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text -com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General -com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App -com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text -com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General -com.sun.jersey.core.impl.provider.entity.ReaderProvider -com.sun.jersey.core.impl.provider.entity.DocumentProvider -com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader -com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader -com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader -com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$App -com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$Text -com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General -com.sun.jersey.core.impl.provider.entity.EntityHolderReader
\ No newline at end of file diff --git a/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyWriter b/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyWriter deleted file mode 100644 index b0c37ec0..00000000 --- a/com.sun.jersey/META-INF/services/javax.ws.rs.ext.MessageBodyWriter +++ /dev/null @@ -1,22 +0,0 @@ -com.sun.jersey.core.impl.provider.entity.StringProvider -com.sun.jersey.core.impl.provider.entity.ByteArrayProvider -com.sun.jersey.core.impl.provider.entity.FileProvider -com.sun.jersey.core.impl.provider.entity.InputStreamProvider -com.sun.jersey.core.impl.provider.entity.DataSourceProvider -com.sun.jersey.core.impl.provider.entity.RenderedImageProvider -com.sun.jersey.core.impl.provider.entity.MimeMultipartProvider -com.sun.jersey.core.impl.provider.entity.FormProvider -com.sun.jersey.core.impl.provider.entity.FormMultivaluedMapProvider -com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$App -com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$Text -com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General -com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$App -com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$Text -com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General -com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$App -com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$Text -com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General -com.sun.jersey.core.impl.provider.entity.ReaderProvider -com.sun.jersey.core.impl.provider.entity.DocumentProvider -com.sun.jersey.core.impl.provider.entity.StreamingOutputProvider -com.sun.jersey.core.impl.provider.entity.SourceProvider$SourceWriter diff --git a/com.sun.jersey/build.properties b/com.sun.jersey/build.properties deleted file mode 100644 index 336ca596..00000000 --- a/com.sun.jersey/build.properties +++ /dev/null @@ -1,10 +0,0 @@ -bin.includes = META-INF/,\ - javax/,\ - com/ -src.includes = com/,\ - javax/,\ - build.properties,\ - META-INF/,\ - .settings/,\ - .project,\ - .classpath diff --git a/com.sun.jersey/com/sun/jersey/api/client/AbstractClientRequestAdapter.class b/com.sun.jersey/com/sun/jersey/api/client/AbstractClientRequestAdapter.class Binary files differdeleted file mode 100644 index 58600b29..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AbstractClientRequestAdapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncUniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncUniformInterface.class Binary files differdeleted file mode 100644 index ba910086..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncUniformInterface.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$1.class Binary files differdeleted file mode 100644 index 50c441fb..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$2.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$2.class Binary files differdeleted file mode 100644 index 34988f43..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$Builder.class Binary files differdeleted file mode 100644 index 3313c289..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource$Builder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource.class Binary files differdeleted file mode 100644 index 816c08ed..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewResource.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewUniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncViewUniformInterface.class Binary files differdeleted file mode 100644 index aaa12e92..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncViewUniformInterface.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$1.class Binary files differdeleted file mode 100644 index 03fa1179..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$2.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$2.class Binary files differdeleted file mode 100644 index 4a24ec32..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$3.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$3.class Binary files differdeleted file mode 100644 index b5385c6c..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$3.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$4.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$4.class Binary files differdeleted file mode 100644 index 25ad096c..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$4.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$5.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$5.class Binary files differdeleted file mode 100644 index 157736c1..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$5.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$6.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$6.class Binary files differdeleted file mode 100644 index 77f5e26d..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$6.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$Builder.class Binary files differdeleted file mode 100644 index 11acbc18..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource$Builder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource.class b/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource.class Binary files differdeleted file mode 100644 index c2506447..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/AsyncWebResource.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$1.class b/com.sun.jersey/com/sun/jersey/api/client/Client$1.class Binary files differdeleted file mode 100644 index 5184a639..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$2.class b/com.sun.jersey/com/sun/jersey/api/client/Client$2.class Binary files differdeleted file mode 100644 index 98e7ff31..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$3.class b/com.sun.jersey/com/sun/jersey/api/client/Client$3.class Binary files differdeleted file mode 100644 index 079970d2..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$3.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$4$1.class b/com.sun.jersey/com/sun/jersey/api/client/Client$4$1.class Binary files differdeleted file mode 100644 index c035f7fc..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$4$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$4.class b/com.sun.jersey/com/sun/jersey/api/client/Client$4.class Binary files differdeleted file mode 100644 index 56291979..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$4.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl$1.class b/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl$1.class Binary files differdeleted file mode 100644 index 4ce999d3..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl.class b/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl.class Binary files differdeleted file mode 100644 index 7c855aef..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$ComponentProcessorFactoryImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client$ContextInjectableProvider.class b/com.sun.jersey/com/sun/jersey/api/client/Client$ContextInjectableProvider.class Binary files differdeleted file mode 100644 index f4e095e2..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client$ContextInjectableProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/Client.class b/com.sun.jersey/com/sun/jersey/api/client/Client.class Binary files differdeleted file mode 100644 index 017e5349..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/Client.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientHandler.class b/com.sun.jersey/com/sun/jersey/api/client/ClientHandler.class Binary files differdeleted file mode 100644 index a3b061a9..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ClientHandler.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientHandlerException.class b/com.sun.jersey/com/sun/jersey/api/client/ClientHandlerException.class Binary files differdeleted file mode 100644 index 5c57825b..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ClientHandlerException.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientRequest$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/ClientRequest$Builder.class Binary files differdeleted file mode 100644 index f8927dbe..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ClientRequest$Builder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientRequest.class b/com.sun.jersey/com/sun/jersey/api/client/ClientRequest.class Binary files differdeleted file mode 100644 index 9664cc52..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ClientRequest.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientRequestAdapter.class b/com.sun.jersey/com/sun/jersey/api/client/ClientRequestAdapter.class Binary files differdeleted file mode 100644 index 19fff847..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ClientRequestAdapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientResponse$Status.class b/com.sun.jersey/com/sun/jersey/api/client/ClientResponse$Status.class Binary files differdeleted file mode 100644 index 90325dd7..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ClientResponse$Status.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ClientResponse.class b/com.sun.jersey/com/sun/jersey/api/client/ClientResponse.class Binary files differdeleted file mode 100644 index 85204320..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ClientResponse.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/CommittingOutputStream.class b/com.sun.jersey/com/sun/jersey/api/client/CommittingOutputStream.class Binary files differdeleted file mode 100644 index d225437f..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/CommittingOutputStream.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ComponentsClientConfig.class b/com.sun.jersey/com/sun/jersey/api/client/ComponentsClientConfig.class Binary files differdeleted file mode 100644 index 29f9e7b2..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ComponentsClientConfig.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/GenericType.class b/com.sun.jersey/com/sun/jersey/api/client/GenericType.class Binary files differdeleted file mode 100644 index 8b7d80a0..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/GenericType.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/PartialRequestBuilder.class b/com.sun.jersey/com/sun/jersey/api/client/PartialRequestBuilder.class Binary files differdeleted file mode 100644 index b07f52ec..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/PartialRequestBuilder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/RequestBuilder.class b/com.sun.jersey/com/sun/jersey/api/client/RequestBuilder.class Binary files differdeleted file mode 100644 index d434306b..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/RequestBuilder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriter.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriter.class Binary files differdeleted file mode 100644 index fa11491d..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterImpl.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterImpl.class Binary files differdeleted file mode 100644 index 2cca85df..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterListener.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterListener.class Binary files differdeleted file mode 100644 index 6ae5c5a6..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler$RequestEntityWriterListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler.class b/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler.class Binary files differdeleted file mode 100644 index 20b29cf5..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/TerminatingClientHandler.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/UniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/UniformInterface.class Binary files differdeleted file mode 100644 index b1b32877..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/UniformInterface.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/UniformInterfaceException.class b/com.sun.jersey/com/sun/jersey/api/client/UniformInterfaceException.class Binary files differdeleted file mode 100644 index b5b0f394..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/UniformInterfaceException.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/ViewResource$1.class Binary files differdeleted file mode 100644 index e35384ea..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ViewResource$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/ViewResource$Builder.class Binary files differdeleted file mode 100644 index 4a341092..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ViewResource$Builder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewResource.class b/com.sun.jersey/com/sun/jersey/api/client/ViewResource.class Binary files differdeleted file mode 100644 index e486e807..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ViewResource.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/ViewUniformInterface.class b/com.sun.jersey/com/sun/jersey/api/client/ViewUniformInterface.class Binary files differdeleted file mode 100644 index 8f5fc486..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/ViewUniformInterface.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResource$1.class b/com.sun.jersey/com/sun/jersey/api/client/WebResource$1.class Binary files differdeleted file mode 100644 index 1d7753ef..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/WebResource$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResource$Builder.class b/com.sun.jersey/com/sun/jersey/api/client/WebResource$Builder.class Binary files differdeleted file mode 100644 index 00ac95f6..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/WebResource$Builder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResource.class b/com.sun.jersey/com/sun/jersey/api/client/WebResource.class Binary files differdeleted file mode 100644 index 68c83842..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/WebResource.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/WebResourceLinkHeaders.class b/com.sun.jersey/com/sun/jersey/api/client/WebResourceLinkHeaders.class Binary files differdeleted file mode 100644 index fb0d557e..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/WebResourceLinkHeaders.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/AsyncClientHandler.class b/com.sun.jersey/com/sun/jersey/api/client/async/AsyncClientHandler.class Binary files differdeleted file mode 100644 index bb7c1c8b..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/async/AsyncClientHandler.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/FutureListener.class b/com.sun.jersey/com/sun/jersey/api/client/async/FutureListener.class Binary files differdeleted file mode 100644 index 9d0b7114..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/async/FutureListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/ITypeListener.class b/com.sun.jersey/com/sun/jersey/api/client/async/ITypeListener.class Binary files differdeleted file mode 100644 index f7b637e3..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/async/ITypeListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/async/TypeListener.class b/com.sun.jersey/com/sun/jersey/api/client/async/TypeListener.class Binary files differdeleted file mode 100644 index fb3c0922..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/async/TypeListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/config/ClientConfig.class b/com.sun.jersey/com/sun/jersey/api/client/config/ClientConfig.class Binary files differdeleted file mode 100644 index fd317ee3..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/config/ClientConfig.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/config/DefaultClientConfig.class b/com.sun.jersey/com/sun/jersey/api/client/config/DefaultClientConfig.class Binary files differdeleted file mode 100644 index 0ead0638..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/config/DefaultClientConfig.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ClientFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ClientFilter.class Binary files differdeleted file mode 100644 index 227adcfe..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/ClientFilter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ClientRequestContainer.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ClientRequestContainer.class Binary files differdeleted file mode 100644 index fefeafea..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/ClientRequestContainer.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter$Adapter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter$Adapter.class Binary files differdeleted file mode 100644 index 9233191b..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter$Adapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter.class Binary files differdeleted file mode 100644 index da67a440..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/ConnectionListenerFilter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ContainerListener.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ContainerListener.class Binary files differdeleted file mode 100644 index f64d3ee0..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/ContainerListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/Filterable.class b/com.sun.jersey/com/sun/jersey/api/client/filter/Filterable.class Binary files differdeleted file mode 100644 index 0d2d37e4..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/Filterable.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter$Adapter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter$Adapter.class Binary files differdeleted file mode 100644 index b568fb69..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter$Adapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.class Binary files differdeleted file mode 100644 index 221ca517..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/GZIPContentEncodingFilter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.class Binary files differdeleted file mode 100644 index d751a0e9..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPBasicAuthFilter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$1.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$1.class Binary files differdeleted file mode 100644 index 79388ed9..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$QOP.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$QOP.class Binary files differdeleted file mode 100644 index 974266d7..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$QOP.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$State.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$State.class Binary files differdeleted file mode 100644 index a6f0f719..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter$State.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter.class Binary files differdeleted file mode 100644 index be24d956..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/HTTPDigestAuthFilter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$Adapter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$Adapter.class Binary files differdeleted file mode 100644 index 1da802fb..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$Adapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$LoggingOutputStream.class b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$LoggingOutputStream.class Binary files differdeleted file mode 100644 index 1c045865..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter$LoggingOutputStream.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter.class b/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter.class Binary files differdeleted file mode 100644 index ba2088d1..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/LoggingFilter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/OnStartConnectionListener.class b/com.sun.jersey/com/sun/jersey/api/client/filter/OnStartConnectionListener.class Binary files differdeleted file mode 100644 index 32b184cf..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/OnStartConnectionListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingInputStream.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingInputStream.class Binary files differdeleted file mode 100644 index 89deca30..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingInputStream.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingOutputStream.class b/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingOutputStream.class Binary files differdeleted file mode 100644 index 64ee817a..00000000 --- a/com.sun.jersey/com/sun/jersey/api/client/filter/ReportingOutputStream.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/representation/Form.class b/com.sun.jersey/com/sun/jersey/api/representation/Form.class Binary files differdeleted file mode 100644 index f99d09cb..00000000 --- a/com.sun.jersey/com/sun/jersey/api/representation/Form.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriBuilderImpl.class b/com.sun.jersey/com/sun/jersey/api/uri/UriBuilderImpl.class Binary files differdeleted file mode 100644 index c867dded..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriBuilderImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$1.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$1.class Binary files differdeleted file mode 100644 index f35618b7..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$PathSegmentImpl.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$PathSegmentImpl.class Binary files differdeleted file mode 100644 index 79ea23fe..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$PathSegmentImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$Type.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$Type.class Binary files differdeleted file mode 100644 index c63c7355..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent$Type.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent.class b/com.sun.jersey/com/sun/jersey/api/uri/UriComponent.class Binary files differdeleted file mode 100644 index 2565a916..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriComponent.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$1.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$1.class Binary files differdeleted file mode 100644 index ec3ae09b..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$EmptyStringMatchResult.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$EmptyStringMatchResult.class Binary files differdeleted file mode 100644 index f1c18151..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$EmptyStringMatchResult.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$GroupIndexMatchResult.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$GroupIndexMatchResult.class Binary files differdeleted file mode 100644 index b06f5682..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern$GroupIndexMatchResult.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern.class b/com.sun.jersey/com/sun/jersey/api/uri/UriPattern.class Binary files differdeleted file mode 100644 index b3664214..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriPattern.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate$1.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate$1.class Binary files differdeleted file mode 100644 index ab1eebea..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate.class Binary files differdeleted file mode 100644 index f2e324cb..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplate.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$CharacterIterator.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$CharacterIterator.class Binary files differdeleted file mode 100644 index e9b0b99f..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$CharacterIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$StringCharacterIterator.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$StringCharacterIterator.class Binary files differdeleted file mode 100644 index fce9ac9f..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser$StringCharacterIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser.class b/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser.class Binary files differdeleted file mode 100644 index 3e9bb61d..00000000 --- a/com.sun.jersey/com/sun/jersey/api/uri/UriTemplateParser.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/impl/ClientRequestImpl.class b/com.sun.jersey/com/sun/jersey/client/impl/ClientRequestImpl.class Binary files differdeleted file mode 100644 index 905828d1..00000000 --- a/com.sun.jersey/com/sun/jersey/client/impl/ClientRequestImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener$1.class b/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener$1.class Binary files differdeleted file mode 100644 index c18ff51a..00000000 --- a/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener.class b/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener.class Binary files differdeleted file mode 100644 index ff92a936..00000000 --- a/com.sun.jersey/com/sun/jersey/client/impl/async/FutureClientResponseListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/osgi/Activator.class b/com.sun.jersey/com/sun/jersey/client/osgi/Activator.class Binary files differdeleted file mode 100644 index 3764669f..00000000 --- a/com.sun.jersey/com/sun/jersey/client/osgi/Activator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxy.class b/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxy.class Binary files differdeleted file mode 100644 index 6419cc7c..00000000 --- a/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxy.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxyProvider.class b/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxyProvider.class Binary files differdeleted file mode 100644 index e3af8c9f..00000000 --- a/com.sun.jersey/com/sun/jersey/client/proxy/ViewProxyProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/HTTPSProperties.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/HTTPSProperties.class Binary files differdeleted file mode 100644 index ce4e433c..00000000 --- a/com.sun.jersey/com/sun/jersey/client/urlconnection/HTTPSProperties.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/HttpURLConnectionFactory.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/HttpURLConnectionFactory.class Binary files differdeleted file mode 100644 index 6d4226a2..00000000 --- a/com.sun.jersey/com/sun/jersey/client/urlconnection/HttpURLConnectionFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1$1.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1$1.class Binary files differdeleted file mode 100644 index 3779c03b..00000000 --- a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1.class Binary files differdeleted file mode 100644 index dc10188e..00000000 --- a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$URLConnectionResponse.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$URLConnectionResponse.class Binary files differdeleted file mode 100644 index 98797a7d..00000000 --- a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler$URLConnectionResponse.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler.class b/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler.class Binary files differdeleted file mode 100644 index 585bd52b..00000000 --- a/com.sun.jersey/com/sun/jersey/client/urlconnection/URLConnectionClientHandler.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/AcceptableLanguageTag.class b/com.sun.jersey/com/sun/jersey/core/header/AcceptableLanguageTag.class Binary files differdeleted file mode 100644 index e63b5ea0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/AcceptableLanguageTag.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/AcceptableMediaType.class b/com.sun.jersey/com/sun/jersey/core/header/AcceptableMediaType.class Binary files differdeleted file mode 100644 index 1760ae06..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/AcceptableMediaType.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/AcceptableToken.class b/com.sun.jersey/com/sun/jersey/core/header/AcceptableToken.class Binary files differdeleted file mode 100644 index 5015705f..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/AcceptableToken.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition$ContentDispositionBuilder.class b/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition$ContentDispositionBuilder.class Binary files differdeleted file mode 100644 index 32ab36fb..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition$ContentDispositionBuilder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition.class b/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition.class Binary files differdeleted file mode 100644 index d7a17f61..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/ContentDisposition.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition$FormDataContentDispositionBuilder.class b/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition$FormDataContentDispositionBuilder.class Binary files differdeleted file mode 100644 index 84aa33f3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition$FormDataContentDispositionBuilder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition.class b/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition.class Binary files differdeleted file mode 100644 index 7d6534f7..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/FormDataContentDisposition.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat$1.class b/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat$1.class Binary files differdeleted file mode 100644 index 7a1a6af1..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat.class b/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat.class Binary files differdeleted file mode 100644 index 3a155cee..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/HttpDateFormat.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/InBoundHeaders.class b/com.sun.jersey/com/sun/jersey/core/header/InBoundHeaders.class Binary files differdeleted file mode 100644 index 842c3aca..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/InBoundHeaders.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/LanguageTag.class b/com.sun.jersey/com/sun/jersey/core/header/LanguageTag.class Binary files differdeleted file mode 100644 index 23dd79cb..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/LanguageTag.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/LinkHeader$LinkHeaderBuilder.class b/com.sun.jersey/com/sun/jersey/core/header/LinkHeader$LinkHeaderBuilder.class Binary files differdeleted file mode 100644 index d0b15244..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/LinkHeader$LinkHeaderBuilder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/LinkHeader.class b/com.sun.jersey/com/sun/jersey/core/header/LinkHeader.class Binary files differdeleted file mode 100644 index b2725fa9..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/LinkHeader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/LinkHeaders.class b/com.sun.jersey/com/sun/jersey/core/header/LinkHeaders.class Binary files differdeleted file mode 100644 index 2427d367..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/LinkHeaders.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/MatchingEntityTag.class b/com.sun.jersey/com/sun/jersey/core/header/MatchingEntityTag.class Binary files differdeleted file mode 100644 index 99d673bc..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/MatchingEntityTag.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$1.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$1.class Binary files differdeleted file mode 100644 index b75bdca0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$2.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$2.class Binary files differdeleted file mode 100644 index 03b32a96..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$3.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$3.class Binary files differdeleted file mode 100644 index 7df61c5b..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$3.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$4.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$4.class Binary files differdeleted file mode 100644 index 356a4ab0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes$4.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes.class b/com.sun.jersey/com/sun/jersey/core/header/MediaTypes.class Binary files differdeleted file mode 100644 index a32bb01a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/MediaTypes.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/OutBoundHeaders.class b/com.sun.jersey/com/sun/jersey/core/header/OutBoundHeaders.class Binary files differdeleted file mode 100644 index 134af00f..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/OutBoundHeaders.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/ParameterizedHeader.class b/com.sun.jersey/com/sun/jersey/core/header/ParameterizedHeader.class Binary files differdeleted file mode 100644 index 2d4af172..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/ParameterizedHeader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/QualityFactor.class b/com.sun.jersey/com/sun/jersey/core/header/QualityFactor.class Binary files differdeleted file mode 100644 index 924da501..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/QualityFactor.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/QualitySourceMediaType.class b/com.sun.jersey/com/sun/jersey/core/header/QualitySourceMediaType.class Binary files differdeleted file mode 100644 index e968ee69..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/QualitySourceMediaType.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/Token.class b/com.sun.jersey/com/sun/jersey/core/header/Token.class Binary files differdeleted file mode 100644 index 2e6da4d8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/Token.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableCookie.class b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableCookie.class Binary files differdeleted file mode 100644 index d0a2d683..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableCookie.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableNewCookie.class b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableNewCookie.class Binary files differdeleted file mode 100644 index dba2f2de..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser$MutableNewCookie.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser.class b/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser.class Binary files differdeleted file mode 100644 index 9d1333c9..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/CookiesParser.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderListAdapter.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderListAdapter.class Binary files differdeleted file mode 100644 index 163bea17..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderListAdapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$1.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$1.class Binary files differdeleted file mode 100644 index 6013e680..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$2.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$2.class Binary files differdeleted file mode 100644 index 8dce5fe1..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$3.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$3.class Binary files differdeleted file mode 100644 index 9bf3eef1..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$3.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$4.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$4.class Binary files differdeleted file mode 100644 index a681932f..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$4.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$5.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$5.class Binary files differdeleted file mode 100644 index 3a74a48e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$5.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$6.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$6.class Binary files differdeleted file mode 100644 index 4415d9f0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$6.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$7.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$7.class Binary files differdeleted file mode 100644 index dcb0adaa..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$7.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$8.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$8.class Binary files differdeleted file mode 100644 index 0a97d4cf..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$8.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$9.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$9.class Binary files differdeleted file mode 100644 index f72d7ae1..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$9.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$Event.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$Event.class Binary files differdeleted file mode 100644 index 97fc5478..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$Event.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$ListElementCreator.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$ListElementCreator.class Binary files differdeleted file mode 100644 index 81a68f2d..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader$ListElementCreator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader.class Binary files differdeleted file mode 100644 index 3a36b517..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReaderImpl.class b/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReaderImpl.class Binary files differdeleted file mode 100644 index 06a8a5bf..00000000 --- a/com.sun.jersey/com/sun/jersey/core/header/reader/HttpHeaderReaderImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/BaseFormProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/BaseFormProvider.class Binary files differdeleted file mode 100644 index 6277eb22..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/BaseFormProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ByteArrayProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ByteArrayProvider.class Binary files differdeleted file mode 100644 index c10282b9..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ByteArrayProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource$DSByteArrayOutputStream.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource$DSByteArrayOutputStream.class Binary files differdeleted file mode 100644 index 5df876ed..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource$DSByteArrayOutputStream.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource.class Binary files differdeleted file mode 100644 index 1f6180e5..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider$ByteArrayDataSource.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider.class Binary files differdeleted file mode 100644 index 7d4d7a9e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DataSourceProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DocumentProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DocumentProvider.class Binary files differdeleted file mode 100644 index 50a7f741..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/DocumentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/EntityHolderReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/EntityHolderReader.class Binary files differdeleted file mode 100644 index c6820000..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/EntityHolderReader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FileProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FileProvider.class Binary files differdeleted file mode 100644 index 0bb510d6..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FileProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormMultivaluedMapProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormMultivaluedMapProvider.class Binary files differdeleted file mode 100644 index e2662263..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormMultivaluedMapProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormProvider.class Binary files differdeleted file mode 100644 index 7067fbc8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/FormProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector$Replacer.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector$Replacer.class Binary files differdeleted file mode 100644 index cdb72bbc..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector$Replacer.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector.class Binary files differdeleted file mode 100644 index 6ea2ddb6..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/Inflector.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/InputStreamProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/InputStreamProvider.class Binary files differdeleted file mode 100644 index 05150e90..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/InputStreamProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/MimeMultipartProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/MimeMultipartProvider.class Binary files differdeleted file mode 100644 index 9d6e40fc..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/MimeMultipartProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ReaderProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ReaderProvider.class Binary files differdeleted file mode 100644 index 1aaf49e6..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/ReaderProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/RenderedImageProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/RenderedImageProvider.class Binary files differdeleted file mode 100644 index a0bbcee6..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/RenderedImageProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$DOMSourceReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$DOMSourceReader.class Binary files differdeleted file mode 100644 index 15d31e29..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$DOMSourceReader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SAXSourceReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SAXSourceReader.class Binary files differdeleted file mode 100644 index 4bc63e70..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SAXSourceReader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SourceWriter.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SourceWriter.class Binary files differdeleted file mode 100644 index 6a413f8c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$SourceWriter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$StreamSourceReader.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$StreamSourceReader.class Binary files differdeleted file mode 100644 index 7d0251a5..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider$StreamSourceReader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider.class Binary files differdeleted file mode 100644 index 86490777..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/SourceProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StreamingOutputProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StreamingOutputProvider.class Binary files differdeleted file mode 100644 index 78cc1aff..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StreamingOutputProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StringProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StringProvider.class Binary files differdeleted file mode 100644 index 28967686..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/StringProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$App.class Binary files differdeleted file mode 100644 index a11bd832..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$App.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$General.class Binary files differdeleted file mode 100644 index 8cd64da9..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$General.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$Text.class Binary files differdeleted file mode 100644 index fbd60f63..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider$Text.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider.class Binary files differdeleted file mode 100644 index 9be4105d..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLJAXBElementProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$App.class Binary files differdeleted file mode 100644 index d5663d31..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$App.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$General.class Binary files differdeleted file mode 100644 index 62801f56..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$General.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$Text.class Binary files differdeleted file mode 100644 index 6a1649d7..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider$Text.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider.class Binary files differdeleted file mode 100644 index 617cb85c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLListElementProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$App.class Binary files differdeleted file mode 100644 index 45660f7e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$App.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$General.class Binary files differdeleted file mode 100644 index 266d2cb0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$General.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$Text.class Binary files differdeleted file mode 100644 index 5f11bb01..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider$Text.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider.class Binary files differdeleted file mode 100644 index 6d7f4bad..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootElementProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$App.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$App.class Binary files differdeleted file mode 100644 index 7afc31d8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$App.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$General.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$General.class Binary files differdeleted file mode 100644 index e637c7e2..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$General.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$Text.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$Text.class Binary files differdeleted file mode 100644 index ca55f8be..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider$Text.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider.class Binary files differdeleted file mode 100644 index 787db96c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/entity/XMLRootObjectProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CacheControlProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CacheControlProvider.class Binary files differdeleted file mode 100644 index 3c43a2bd..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CacheControlProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CookieProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CookieProvider.class Binary files differdeleted file mode 100644 index 5dc0628c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/CookieProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/DateProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/DateProvider.class Binary files differdeleted file mode 100644 index fa160432..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/DateProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/EntityTagProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/EntityTagProvider.class Binary files differdeleted file mode 100644 index 55954a54..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/EntityTagProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LinkHeaderProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LinkHeaderProvider.class Binary files differdeleted file mode 100644 index 3fd4b9e8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LinkHeaderProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LocaleProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LocaleProvider.class Binary files differdeleted file mode 100644 index 504fb660..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/LocaleProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/MediaTypeProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/MediaTypeProvider.class Binary files differdeleted file mode 100644 index fd202a92..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/MediaTypeProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/NewCookieProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/NewCookieProvider.class Binary files differdeleted file mode 100644 index f7869733..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/NewCookieProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/StringProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/StringProvider.class Binary files differdeleted file mode 100644 index 375396b3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/StringProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/URIProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/URIProvider.class Binary files differdeleted file mode 100644 index b01a8b02..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/URIProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/WriterUtil.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/header/WriterUtil.class Binary files differdeleted file mode 100644 index 0bec6485..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/header/WriterUtil.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/DocumentBuilderFactoryProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/DocumentBuilderFactoryProvider.class Binary files differdeleted file mode 100644 index 6555d983..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/DocumentBuilderFactoryProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider$1.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider$1.class Binary files differdeleted file mode 100644 index 113997ee..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider.class Binary files differdeleted file mode 100644 index f7ec7374..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/LazySingletonContextProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/SAXParserContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/SAXParserContextProvider.class Binary files differdeleted file mode 100644 index 6eece648..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/SAXParserContextProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$1.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$1.class Binary files differdeleted file mode 100644 index 187f61ad..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$2.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$2.class Binary files differdeleted file mode 100644 index 056a455e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider.class Binary files differdeleted file mode 100644 index 168f6b70..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/ThreadLocalSingletonContextProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/TransformerFactoryProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/TransformerFactoryProvider.class Binary files differdeleted file mode 100644 index f217f744..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/TransformerFactoryProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/XMLStreamReaderContextProvider.class b/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/XMLStreamReaderContextProvider.class Binary files differdeleted file mode 100644 index 18da992c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/impl/provider/xml/XMLStreamReaderContextProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$1.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$1.class Binary files differdeleted file mode 100644 index 803157be..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$2.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$2.class Binary files differdeleted file mode 100644 index 5635c91e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$BundleFactoryLoader.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$BundleFactoryLoader.class Binary files differdeleted file mode 100644 index 034120b3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$BundleFactoryLoader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$1.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$1.class Binary files differdeleted file mode 100644 index a61b1d31..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$2.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$2.class Binary files differdeleted file mode 100644 index a8076090..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder.class Binary files differdeleted file mode 100644 index 4b46a119..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/Activator$OsgiServiceFinder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/Activator.class b/com.sun.jersey/com/sun/jersey/core/osgi/Activator.class Binary files differdeleted file mode 100644 index afb612d4..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/Activator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/osgi/OsgiLocator.class b/com.sun.jersey/com/sun/jersey/core/osgi/OsgiLocator.class Binary files differdeleted file mode 100644 index 47d59840..00000000 --- a/com.sun.jersey/com/sun/jersey/core/osgi/OsgiLocator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/provider/AbstractMessageReaderWriterProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/AbstractMessageReaderWriterProvider.class Binary files differdeleted file mode 100644 index e2aa7a34..00000000 --- a/com.sun.jersey/com/sun/jersey/core/provider/AbstractMessageReaderWriterProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/provider/CompletableReader.class b/com.sun.jersey/com/sun/jersey/core/provider/CompletableReader.class Binary files differdeleted file mode 100644 index 7f5bc2a1..00000000 --- a/com.sun.jersey/com/sun/jersey/core/provider/CompletableReader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/provider/EntityHolder.class b/com.sun.jersey/com/sun/jersey/core/provider/EntityHolder.class Binary files differdeleted file mode 100644 index 9821ce55..00000000 --- a/com.sun.jersey/com/sun/jersey/core/provider/EntityHolder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.class Binary files differdeleted file mode 100644 index 11f19d4c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBElementProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBProvider.class Binary files differdeleted file mode 100644 index b4025147..00000000 --- a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractJAXBProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.class Binary files differdeleted file mode 100644 index 4bd4c2b7..00000000 --- a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractListElementProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.class b/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.class Binary files differdeleted file mode 100644 index f6c36a93..00000000 --- a/com.sun.jersey/com/sun/jersey/core/provider/jaxb/AbstractRootElementProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/AnnotatedMethod.class b/com.sun.jersey/com/sun/jersey/core/reflection/AnnotatedMethod.class Binary files differdeleted file mode 100644 index 813d0638..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/AnnotatedMethod.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$1.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$1.class Binary files differdeleted file mode 100644 index 0d6a6064..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$2.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$2.class Binary files differdeleted file mode 100644 index 142d0016..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$3.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$3.class Binary files differdeleted file mode 100644 index 74bc6456..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$3.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$4.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$4.class Binary files differdeleted file mode 100644 index 1ff70b87..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$4.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$5.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$5.class Binary files differdeleted file mode 100644 index 7fd1c412..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$5.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$6.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$6.class Binary files differdeleted file mode 100644 index 90dae632..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$6.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$7.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$7.class Binary files differdeleted file mode 100644 index 308e27bb..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$7.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$8.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$8.class Binary files differdeleted file mode 100644 index 31dcf3ea..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$8.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$Filter.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$Filter.class Binary files differdeleted file mode 100644 index 037d03e8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList$Filter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList.class b/com.sun.jersey/com/sun/jersey/core/reflection/MethodList.class Binary files differdeleted file mode 100644 index 5d190a1e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/MethodList.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$1.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$1.class Binary files differdeleted file mode 100644 index 0ceea9e8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$2.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$2.class Binary files differdeleted file mode 100644 index d6908782..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$ClassTypePair.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$ClassTypePair.class Binary files differdeleted file mode 100644 index 147302e3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$ClassTypePair.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$DeclaringClassInterfacePair.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$DeclaringClassInterfacePair.class Binary files differdeleted file mode 100644 index 98fd042b..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$DeclaringClassInterfacePair.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$TypeClassPair.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$TypeClassPair.class Binary files differdeleted file mode 100644 index 22359c01..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper$TypeClassPair.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper.class b/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper.class Binary files differdeleted file mode 100644 index 3fb646a6..00000000 --- a/com.sun.jersey/com/sun/jersey/core/reflection/ReflectionHelper.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/AnnotatedContext.class b/com.sun.jersey/com/sun/jersey/core/spi/component/AnnotatedContext.class Binary files differdeleted file mode 100644 index b6fb48f8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/AnnotatedContext.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$1.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$1.class Binary files differdeleted file mode 100644 index a8533c0e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorComparator.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorComparator.class Binary files differdeleted file mode 100644 index 4928edb9..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorComparator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorInjectablePair.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorInjectablePair.class Binary files differdeleted file mode 100644 index 950e0843..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor$ConstructorInjectablePair.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor.class Binary files differdeleted file mode 100644 index 5ed633f0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentConstructor.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentContext.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentContext.class Binary files differdeleted file mode 100644 index 217c933d..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentContext.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentDestructor.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentDestructor.class Binary files differdeleted file mode 100644 index 3f39df39..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentDestructor.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector$1.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector$1.class Binary files differdeleted file mode 100644 index 2435af35..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector.class Binary files differdeleted file mode 100644 index 421094e8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentInjector.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProvider.class Binary files differdeleted file mode 100644 index 0d8c5dd3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProviderFactory.class Binary files differdeleted file mode 100644 index 326514a0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentProviderFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentScope.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentScope.class Binary files differdeleted file mode 100644 index b4239c7d..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ComponentScope.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$Destroyable.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$Destroyable.class Binary files differdeleted file mode 100644 index 38f43710..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$Destroyable.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$SingletonComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$SingletonComponentProvider.class Binary files differdeleted file mode 100644 index 8cab7b7f..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory$SingletonComponentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory.class Binary files differdeleted file mode 100644 index 01dae0ec..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderClass.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderClass.class Binary files differdeleted file mode 100644 index b68722e9..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderClass.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderListener.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderListener.class Binary files differdeleted file mode 100644 index ba4c39a8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices$ProviderListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices.class Binary files differdeleted file mode 100644 index 91d315d9..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ProviderServices.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.class Binary files differdeleted file mode 100644 index 72caff57..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessor.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactory.class Binary files differdeleted file mode 100644 index d4877440..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactoryInitializer.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactoryInitializer.class Binary files differdeleted file mode 100644 index cec2a334..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProcessorFactoryInitializer.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProvider.class Binary files differdeleted file mode 100644 index e75f214b..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProviderFactory.class Binary files differdeleted file mode 100644 index bf27b4a3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCComponentProviderFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCDestroyable.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCDestroyable.class Binary files differdeleted file mode 100644 index 2f67924f..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCDestroyable.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCFullyManagedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCFullyManagedComponentProvider.class Binary files differdeleted file mode 100644 index b2831b34..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCFullyManagedComponentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCInstantiatedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCInstantiatedComponentProvider.class Binary files differdeleted file mode 100644 index ca566343..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCInstantiatedComponentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCManagedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCManagedComponentProvider.class Binary files differdeleted file mode 100644 index 950a7e0e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCManagedComponentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$FullyManagedSingleton.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$FullyManagedSingleton.class Binary files differdeleted file mode 100644 index ffc961c2..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$FullyManagedSingleton.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$InstantiatedSingleton.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$InstantiatedSingleton.class Binary files differdeleted file mode 100644 index b2912b31..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$InstantiatedSingleton.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ManagedSingleton.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ManagedSingleton.class Binary files differdeleted file mode 100644 index b6b0701a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ManagedSingleton.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ProxiedSingletonWrapper.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ProxiedSingletonWrapper.class Binary files differdeleted file mode 100644 index 99acac56..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory$ProxiedSingletonWrapper.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory.class Binary files differdeleted file mode 100644 index f0d83a93..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProviderFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProxiedComponentProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProxiedComponentProvider.class Binary files differdeleted file mode 100644 index 314f335a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/component/ioc/IoCProxiedComponentProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.class Binary files differdeleted file mode 100644 index 7dc36dff..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/AbstractRuntimeDelegate.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$1.class Binary files differdeleted file mode 100644 index b350eff0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$2.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$2.class Binary files differdeleted file mode 100644 index e1d446cf..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1.class Binary files differdeleted file mode 100644 index 51d76996..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$ContextResolverAdapter.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$ContextResolverAdapter.class Binary files differdeleted file mode 100644 index 1fe18ee3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$ContextResolverAdapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$NullContextResolverAdapter.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$NullContextResolverAdapter.class Binary files differdeleted file mode 100644 index 0b7075cd..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory$NullContextResolverAdapter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory.class Binary files differdeleted file mode 100644 index c97a2753..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ContextResolverFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$1.class Binary files differdeleted file mode 100644 index 0e6a5ea4..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$2.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$2.class Binary files differdeleted file mode 100644 index 53d444b8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$MetaInjectableProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$MetaInjectableProvider.class Binary files differdeleted file mode 100644 index 731597e5..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory$MetaInjectableProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory.class Binary files differdeleted file mode 100644 index d0874008..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/InjectableProviderFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$1.class Binary files differdeleted file mode 100644 index ff633f07..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$2.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$2.class Binary files differdeleted file mode 100644 index 9c39d7fc..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$2.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$DistanceComparator.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$DistanceComparator.class Binary files differdeleted file mode 100644 index 21e5e0b3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$DistanceComparator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$MessageBodyWriterPair.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$MessageBodyWriterPair.class Binary files differdeleted file mode 100644 index a3ba66be..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory$MessageBodyWriterPair.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory.class Binary files differdeleted file mode 100644 index a0d64941..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/MessageBodyFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderHeaders.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderHeaders.class Binary files differdeleted file mode 100644 index 62a5eba3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderHeaders.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.class Binary files differdeleted file mode 100644 index bfce57b0..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseBuilderImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl$1.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl$1.class Binary files differdeleted file mode 100644 index 3fd7259f..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl.class Binary files differdeleted file mode 100644 index b708d674..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/ResponseImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.class b/com.sun.jersey/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.class Binary files differdeleted file mode 100644 index eb033e6a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/factory/VariantListBuilderImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner$1.class Binary files differdeleted file mode 100644 index 5a30c83e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner.class Binary files differdeleted file mode 100644 index 98e79dd1..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/FilesScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner$1.class Binary files differdeleted file mode 100644 index 4d22178b..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner.class Binary files differdeleted file mode 100644 index 12b9a529..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/JarFileScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider$1.class Binary files differdeleted file mode 100644 index 27ea2288..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider.class Binary files differdeleted file mode 100644 index faefdc13..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner$ResourcesProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner.class Binary files differdeleted file mode 100644 index 4ef58597..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/PackageNamesScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/Scanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/Scanner.class Binary files differdeleted file mode 100644 index f79998ce..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/Scanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerException.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerException.class Binary files differdeleted file mode 100644 index 4b3f8fdf..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerException.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerListener.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerListener.class Binary files differdeleted file mode 100644 index f0468de3..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/ScannerListener.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner$1.class Binary files differdeleted file mode 100644 index b4eb37f8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner.class Binary files differdeleted file mode 100644 index a0f39d8a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/BundleSchemeScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner$1.class Binary files differdeleted file mode 100644 index 3ca1f13e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner.class Binary files differdeleted file mode 100644 index 29b07645..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/FileSchemeScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner$1.class Binary files differdeleted file mode 100644 index 01c78099..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner.class Binary files differdeleted file mode 100644 index 8a9068a8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/JarZipSchemeScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/UriSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/UriSchemeScanner.class Binary files differdeleted file mode 100644 index d22a9d89..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/UriSchemeScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1$1.class Binary files differdeleted file mode 100644 index 82395e9a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1.class Binary files differdeleted file mode 100644 index 67a8d7b5..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner.class b/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner.class Binary files differdeleted file mode 100644 index 6cb204db..00000000 --- a/com.sun.jersey/com/sun/jersey/core/spi/scanning/uri/VfsSchemeScanner.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/Base64.class b/com.sun.jersey/com/sun/jersey/core/util/Base64.class Binary files differdeleted file mode 100644 index 33054bbb..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/Base64.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/Closing$Closure.class b/com.sun.jersey/com/sun/jersey/core/util/Closing$Closure.class Binary files differdeleted file mode 100644 index e9e41f9c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/Closing$Closure.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/Closing.class b/com.sun.jersey/com/sun/jersey/core/util/Closing.class Binary files differdeleted file mode 100644 index 2e629a3c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/Closing.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/FeaturesAndProperties.class b/com.sun.jersey/com/sun/jersey/core/util/FeaturesAndProperties.class Binary files differdeleted file mode 100644 index 0a902d2a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/FeaturesAndProperties.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparator.class Binary files differdeleted file mode 100644 index 0899be21..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$1.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$1.class Binary files differdeleted file mode 100644 index 3ba7e94d..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$Entry.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$Entry.class Binary files differdeleted file mode 100644 index 93631d1c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$Entry.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntryIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntryIterator.class Binary files differdeleted file mode 100644 index 8496291c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntryIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntrySet.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntrySet.class Binary files differdeleted file mode 100644 index e86b5961..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$EntrySet.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$HashIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$HashIterator.class Binary files differdeleted file mode 100644 index a159f74e..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$HashIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$KeyIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$KeyIterator.class Binary files differdeleted file mode 100644 index ad9e114c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$KeyIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$ValueIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$ValueIterator.class Binary files differdeleted file mode 100644 index 98458a43..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap$ValueIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap.class Binary files differdeleted file mode 100644 index 972babaa..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorHashMap.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$1.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$1.class Binary files differdeleted file mode 100644 index 692b1bbc..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$Entry.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$Entry.class Binary files differdeleted file mode 100644 index 38218f3a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$Entry.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$EntryIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$EntryIterator.class Binary files differdeleted file mode 100644 index 087c1483..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$EntryIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$KeyIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$KeyIterator.class Binary files differdeleted file mode 100644 index a331ec21..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$KeyIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$LinkedHashIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$LinkedHashIterator.class Binary files differdeleted file mode 100644 index 39b4c96d..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$LinkedHashIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$ValueIterator.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$ValueIterator.class Binary files differdeleted file mode 100644 index cf663b6a..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap$ValueIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap.class b/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap.class Binary files differdeleted file mode 100644 index 25a0a5a5..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/KeyComparatorLinkedHashMap.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/LazyVal.class b/com.sun.jersey/com/sun/jersey/core/util/LazyVal.class Binary files differdeleted file mode 100644 index 97e3bdb4..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/LazyVal.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/MultivaluedMapImpl.class b/com.sun.jersey/com/sun/jersey/core/util/MultivaluedMapImpl.class Binary files differdeleted file mode 100644 index 33c7ffd5..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/MultivaluedMapImpl.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/ReaderWriter.class b/com.sun.jersey/com/sun/jersey/core/util/ReaderWriter.class Binary files differdeleted file mode 100644 index 0e452fb4..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/ReaderWriter.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringIgnoreCaseKeyComparator.class b/com.sun.jersey/com/sun/jersey/core/util/StringIgnoreCaseKeyComparator.class Binary files differdeleted file mode 100644 index 5d4ffd38..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/StringIgnoreCaseKeyComparator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.class Binary files differdeleted file mode 100644 index e37db9c2..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/StringKeyIgnoreCaseMultivaluedMap.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.class Binary files differdeleted file mode 100644 index e48e8c8c..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/StringKeyObjectValueIgnoreCaseMultivaluedMap.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.class Binary files differdeleted file mode 100644 index 14fb6dff..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/StringKeyStringValueIgnoreCaseMultivaluedMap.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/ThrowHelper.class b/com.sun.jersey/com/sun/jersey/core/util/ThrowHelper.class Binary files differdeleted file mode 100644 index f1c4bca8..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/ThrowHelper.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.class b/com.sun.jersey/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.class Binary files differdeleted file mode 100644 index cdf7ec05..00000000 --- a/com.sun.jersey/com/sun/jersey/core/util/UnmodifiableMultivaluedMap.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class b/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class Binary files differdeleted file mode 100644 index 0ac91f10..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class b/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class Binary files differdeleted file mode 100644 index 929247d2..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class b/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class Binary files differdeleted file mode 100644 index 54675b5e..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/impl/api.properties b/com.sun.jersey/com/sun/jersey/impl/api.properties deleted file mode 100644 index f867e167..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/api.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -# -# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. -# -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common Development -# and Distribution License("CDDL") (collectively, the "License"). You -# may not use this file except in compliance with the License. You can -# obtain a copy of the License at -# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html -# or packager/legal/LICENSE.txt. See the License for the specific -# language governing permissions and limitations under the License. -# -# When distributing the software, include this License Header Notice in each -# file and include the License file at packager/legal/LICENSE.txt. -# -# GPL Classpath Exception: -# Oracle designates this particular file as subject to the "Classpath" -# exception as provided by Oracle in the GPL Version 2 section of the License -# file that accompanied this code. -# -# Modifications: -# If applicable, add the following below the License Header, with the fields -# enclosed by brackets [] replaced by your own identifying information: -# "Portions Copyright [year] [name of copyright owner]" -# -# Contributor(s): -# If you wish your version of this file to be governed by only the CDDL or -# only the GPL Version 2, indicate your decision by adding "[Contributor] -# elects to include this software in this distribution under the [CDDL or GPL -# Version 2] license." If you don't indicate a single choice of license, a -# recipient has the option to distribute your version of this file under -# either the CDDL, the GPL Version 2 or to extend the choice of license to -# its licensees as provided above. However, if you add GPL Version 2 code -# and therefore, elected the GPL Version 2 license, then the option applies -# only if the new code is made subject to such option by the copyright -# holder. -# - diff --git a/com.sun.jersey/com/sun/jersey/impl/impl.properties b/com.sun.jersey/com/sun/jersey/impl/impl.properties deleted file mode 100644 index 2ecf85a8..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/impl.properties +++ /dev/null @@ -1,63 +0,0 @@ -error.marshalling.jaxb=Error marshalling JAXB object of type "{0}". -error.unmarshalling.jaxb=Error unmarshalling JAXB object of type "{0}". -unable.to.write.mimemultipart=Unable to write MimeMultipart content. -resource.method=Resource, {0}, with method, {1} -resource.not.acceptable={0}, is returning a MIME type, "{1}", that is not acceptable. -resource.mimetype.not.in.produceMime={0}, is returning a MIME type, "{1}", that is acceptable but not a member of @ProduceMime, {2}. -nested.error=NESTED ERROR: {0}. -failed.to.create.web.resource=Failed to create Web resource: {0}. -default.could.not.process.method=Default value, {0} could not be processed by method {1}. -default.could.not.process.constructor=Default value, {0} could not be processed by constructor {1}. -exception.invoking.resource.method=Exception invoking Web resource method. -illegal.initial.capacity=Illegal initial capacity: {0}. -illegal.load.factor=Illegal load factor: {0}. -error.processing.method=Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}. -generic.type.not.supported=Generic type, {0}, not support for parameter {1}. -not.valid.httpmethod=Method, {0}, annotated with {1} of resource, {2}, is not recognized as valid resource method. -not.valid.dynamicresolvingmethod=Method, {0}, annotated with URI template {1} of resource, {2}, is not recognized as valid Java method annotated with @Path. -quality.more.than.three=Quality value "{0}" has more than 3 digits after the decimal point. -quality.greater.than.one=Quality value "{0}" is greater than 1. -object.not.a.webResource=Object, "{0}": is not a Web resource since it is not annotated with @Path. -bad.uritemplate=Web resource, "{0}": URI template "{1}" of @Path could not be processed on Web resource. -bad.class.consumemime=Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on Web resource. -bad.class.producemime=Web resource, "{0}": MIME types "{1}" of @ProcudeMime could not be processed on Web resource. -bad.method.httpmethod=Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource. -bad.consumemime=Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource. -bad.method.consumemime=Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on method "{2} of Web Resource. -bad.method.producemime=Web resource, "{0}": MIME types "{1}" of @ProduceMime could not be processed on method "{2} of Web Resource. -illegal.config.syntax=Illegal configuration-file syntax. -illegal.provider.class.name=Illegal provider-class name: {0}. -provider.not.found=Provider {0} not found. -provider.could.not.be.created=Provider {0} could not be instantiated: {1} -no.webresourceclass.in.webxml=No "webresourceclass" specified in web.xml. -byte.array.cannot.be.null=data parameter, of type byte[], cannot be null. -bad.content.type=The HTTP header field "Content-Type" with value "{0}" could not be parsed. -bad.mime.type=The MIME type of the representation with value "{0}" could not be parsed. -bad.accept.field=The HTTP header field "Accept" with value "{0}" could not be parsed. -error.no.sub.res.method.locator.found=A resource class, {0}, does not have any resource method, sub-resource method, or sub-resource locator. -error.res.uri.path.required=A root resource class, {0}, MUST have a URI path. -error.res.uri.path.invalid=A root resource class, {0}, has an invalid URI path: {1}. -error.subres.loc.uri.path.invalid=A sub-resource locator, {0}, has an invalid URI path: {1} -error.subres.loc.has.entity.param=A sub-resource locator, {0}, can not have an entity parameter. Try to move the parameter to the corresponding resource method. -error.subres.method.uri.path.invalid=A sub-resource method, {0}, has an invalid URI path: {1} -error.get.returns.void=A HTTP GET method, {0}, MUST return a non-void type. -error.get.consumes.entity=A HTTP GET method, {0}, should not consume any entity. -error.subres.loc.returns.void=A sub-resource locator, {0}, MUST return a non-void type. -new.ar.created.by.introspection.modeler=A new abstract resource created by IntrospectionModeler: {0} -ambiguous.parameter=Parameter {1} of {0} MUST be only one of a path, query, matrix or header parameter. -non.pub.res.method=A resource method, {0}, MUST be public scoped otherwise the method is ignored -non.pub.sub.res.method=A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored -non.pub.sub.res.loc=A sub-resource locator, {0}, MUST be public scoped otherwise the method is ignored -fatal.issues.found.at.res.class=Fatal issues found at class {0}. See logs for more details. -web.app.already.initiated=Web application is already initiated. -no.root.res.in.res.cfg=The ResourceConfig instance does not contain any root resource classes. -root.res.no.public.ctor=A root resource, {0}, MUST have a public constructor -ambiguous.ctors=A root resource, {0}, has ambiguous constructors to use for initialization -ambiguous.srls=A resource, {0}, has ambiguous sub-resource locator for URI template {1}, which matches with template {2} -ambiguous.rms.in=A resource, {0}, has ambiguous resource method for HTTP method {1} and input mime-type: {2}. The problematic mime-type sets (as defined by @Consumes annotation at Java methods {3} and {4}) are {5} and {6}. This could cause an error for conflicting output types! -ambiguous.rms.out=A resource, {0}, has ambiguous resource method for HTTP method {1} and output mime-type: {2}. The problematic mime-type sets (as defined by @Produces annotation at Java methods {3} and {4}) are {5} and {6} -ambiguous.srms.in=A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and input mime-type: {3}. The problematic mime-type sets (as defined by @Consumes annotation at Java methods {4} and {5}) are {6} and {7}. This could cause an error for conflicting output types! -ambiguous.srms.out=A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and output mime-type: {3}. The problematic mime-type sets (as defined by @Produces annotation at Java methods {4} and {5}) are {6} and {7} -multiple.http.method.designators=A (sub-)resource method, {0}, should have only one HTTP method designator. It currently has the following designators defined: {1} -ambiguous.rr.path=A root resource, {0}, has a non-unique URI template {1} -sub.res.method.treated.as.res.method=A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
\ No newline at end of file diff --git a/com.sun.jersey/com/sun/jersey/impl/spi.properties b/com.sun.jersey/com/sun/jersey/impl/spi.properties deleted file mode 100644 index f604f53b..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/spi.properties +++ /dev/null @@ -1,9 +0,0 @@ -uritemplate.cannot.be.null=URI template cannot be null. -template.name.to.value.not.null=Template name to value map cannot be null. -illegal.config.syntax=Illegal configuration-file syntax. -illegal.provider.class.name=Illegal provider-class name: {0}. -provider.could.not.be.created=The class {0} implementing provider {1} could not be instantiated: {2} -provider.class.could.not.be.loaded=The class {0} implementing provider {1} could not be loaded: {2} -provider.not.found=The class {0} implementing the provider {1} is not found. The provider implementation is ignored. -dependent.class.of.provider.not.found=A dependent class, {0}, of the class {1} implementing the provider {2} is not found. The provider implementation is ignored. -dependent.class.of.provider.format.error={0}. A dependent class of the class {1} implementing the provider {2} is malformed. The provider implementation is ignored. Check if the malformed class is part of a stubbed jar that used for compiling only.
\ No newline at end of file diff --git a/com.sun.jersey/com/sun/jersey/localization/Localizable.class b/com.sun.jersey/com/sun/jersey/localization/Localizable.class Binary files differdeleted file mode 100644 index bc20d1a0..00000000 --- a/com.sun.jersey/com/sun/jersey/localization/Localizable.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/localization/LocalizableMessage.class b/com.sun.jersey/com/sun/jersey/localization/LocalizableMessage.class Binary files differdeleted file mode 100644 index 8b3b5e94..00000000 --- a/com.sun.jersey/com/sun/jersey/localization/LocalizableMessage.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/localization/LocalizableMessageFactory.class b/com.sun.jersey/com/sun/jersey/localization/LocalizableMessageFactory.class Binary files differdeleted file mode 100644 index 68c49f2b..00000000 --- a/com.sun.jersey/com/sun/jersey/localization/LocalizableMessageFactory.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/localization/Localizer.class b/com.sun.jersey/com/sun/jersey/localization/Localizer.class Binary files differdeleted file mode 100644 index 5354c871..00000000 --- a/com.sun.jersey/com/sun/jersey/localization/Localizer.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/CloseableService.class b/com.sun.jersey/com/sun/jersey/spi/CloseableService.class Binary files differdeleted file mode 100644 index 760065e7..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/CloseableService.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/HeaderDelegateProvider.class b/com.sun.jersey/com/sun/jersey/spi/HeaderDelegateProvider.class Binary files differdeleted file mode 100644 index bca6249b..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/HeaderDelegateProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/MessageBodyWorkers.class b/com.sun.jersey/com/sun/jersey/spi/MessageBodyWorkers.class Binary files differdeleted file mode 100644 index 40cabfdf..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/MessageBodyWorkers.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReader$ValidateDefaultValue.class b/com.sun.jersey/com/sun/jersey/spi/StringReader$ValidateDefaultValue.class Binary files differdeleted file mode 100644 index 54226111..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/StringReader$ValidateDefaultValue.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReader.class b/com.sun.jersey/com/sun/jersey/spi/StringReader.class Binary files differdeleted file mode 100644 index 9e6ebc37..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/StringReader.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReaderProvider.class b/com.sun.jersey/com/sun/jersey/spi/StringReaderProvider.class Binary files differdeleted file mode 100644 index d016ed3f..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/StringReaderProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/StringReaderWorkers.class b/com.sun.jersey/com/sun/jersey/spi/StringReaderWorkers.class Binary files differdeleted file mode 100644 index 204116d3..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/StringReaderWorkers.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ClientSide.class b/com.sun.jersey/com/sun/jersey/spi/inject/ClientSide.class Binary files differdeleted file mode 100644 index 4e3d7ff8..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/ClientSide.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedTo.class b/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedTo.class Binary files differdeleted file mode 100644 index 6743ad6b..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedTo.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedToType.class b/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedToType.class Binary files differdeleted file mode 100644 index ddc453bf..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/ConstrainedToType.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$1.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$1.class Binary files differdeleted file mode 100644 index 4b8c38f7..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$Closure.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$Closure.class Binary files differdeleted file mode 100644 index a423df1c..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$Closure.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessage.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessage.class Binary files differdeleted file mode 100644 index e64473cf..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessage.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessagesException.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessagesException.class Binary files differdeleted file mode 100644 index 2fda2bed..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/Errors$ErrorMessagesException.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Errors.class b/com.sun.jersey/com/sun/jersey/spi/inject/Errors.class Binary files differdeleted file mode 100644 index 9d30638a..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/Errors.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Inject.class b/com.sun.jersey/com/sun/jersey/spi/inject/Inject.class Binary files differdeleted file mode 100644 index 6054dd79..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/Inject.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/Injectable.class b/com.sun.jersey/com/sun/jersey/spi/inject/Injectable.class Binary files differdeleted file mode 100644 index 27daeecb..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/Injectable.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProvider.class b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProvider.class Binary files differdeleted file mode 100644 index b3a60da9..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext$InjectableScopePair.class b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext$InjectableScopePair.class Binary files differdeleted file mode 100644 index e7194e81..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext$InjectableScopePair.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext.class b/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext.class Binary files differdeleted file mode 100644 index bf490a8f..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/InjectableProviderContext.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/PerRequestTypeInjectableProvider.class b/com.sun.jersey/com/sun/jersey/spi/inject/PerRequestTypeInjectableProvider.class Binary files differdeleted file mode 100644 index b0f352a7..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/PerRequestTypeInjectableProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/ServerSide.class b/com.sun.jersey/com/sun/jersey/spi/inject/ServerSide.class Binary files differdeleted file mode 100644 index 7b31662d..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/ServerSide.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/inject/SingletonTypeInjectableProvider.class b/com.sun.jersey/com/sun/jersey/spi/inject/SingletonTypeInjectableProvider.class Binary files differdeleted file mode 100644 index fbfcccc7..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/inject/SingletonTypeInjectableProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceConfigurationError.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceConfigurationError.class Binary files differdeleted file mode 100644 index b70dd662..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceConfigurationError.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$1.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$1.class Binary files differdeleted file mode 100644 index c2777c47..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$1.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$AbstractLazyIterator.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$AbstractLazyIterator.class Binary files differdeleted file mode 100644 index c8b50f3c..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$AbstractLazyIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$DefaultServiceIteratorProvider.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$DefaultServiceIteratorProvider.class Binary files differdeleted file mode 100644 index 7a3f52df..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$DefaultServiceIteratorProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyClassIterator.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyClassIterator.class Binary files differdeleted file mode 100644 index e651416a..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyClassIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyObjectIterator.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyObjectIterator.class Binary files differdeleted file mode 100644 index a9f39a49..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$LazyObjectIterator.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$ServiceIteratorProvider.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$ServiceIteratorProvider.class Binary files differdeleted file mode 100644 index 21505f39..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder$ServiceIteratorProvider.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder.class b/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder.class Binary files differdeleted file mode 100644 index 160af76d..00000000 --- a/com.sun.jersey/com/sun/jersey/spi/service/ServiceFinder.class +++ /dev/null diff --git a/com.sun.jersey/com/sun/ws/rs/ext/RuntimeDelegateImpl.class b/com.sun.jersey/com/sun/ws/rs/ext/RuntimeDelegateImpl.class Binary files differdeleted file mode 100644 index 692355dc..00000000 --- a/com.sun.jersey/com/sun/ws/rs/ext/RuntimeDelegateImpl.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ApplicationPath.class b/com.sun.jersey/javax/ws/rs/ApplicationPath.class Binary files differdeleted file mode 100644 index 2b095906..00000000 --- a/com.sun.jersey/javax/ws/rs/ApplicationPath.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/Consumes.class b/com.sun.jersey/javax/ws/rs/Consumes.class Binary files differdeleted file mode 100644 index 63c5dbad..00000000 --- a/com.sun.jersey/javax/ws/rs/Consumes.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/CookieParam.class b/com.sun.jersey/javax/ws/rs/CookieParam.class Binary files differdeleted file mode 100644 index 5647b85b..00000000 --- a/com.sun.jersey/javax/ws/rs/CookieParam.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/DELETE.class b/com.sun.jersey/javax/ws/rs/DELETE.class Binary files differdeleted file mode 100644 index 33f730b9..00000000 --- a/com.sun.jersey/javax/ws/rs/DELETE.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/DefaultValue.class b/com.sun.jersey/javax/ws/rs/DefaultValue.class Binary files differdeleted file mode 100644 index 49654b8e..00000000 --- a/com.sun.jersey/javax/ws/rs/DefaultValue.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/Encoded.class b/com.sun.jersey/javax/ws/rs/Encoded.class Binary files differdeleted file mode 100644 index 1b6e4d85..00000000 --- a/com.sun.jersey/javax/ws/rs/Encoded.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/FormParam.class b/com.sun.jersey/javax/ws/rs/FormParam.class Binary files differdeleted file mode 100644 index 7ad8d5e5..00000000 --- a/com.sun.jersey/javax/ws/rs/FormParam.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/GET.class b/com.sun.jersey/javax/ws/rs/GET.class Binary files differdeleted file mode 100644 index a4f19c56..00000000 --- a/com.sun.jersey/javax/ws/rs/GET.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/HEAD.class b/com.sun.jersey/javax/ws/rs/HEAD.class Binary files differdeleted file mode 100644 index eab3fd3b..00000000 --- a/com.sun.jersey/javax/ws/rs/HEAD.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/HeaderParam.class b/com.sun.jersey/javax/ws/rs/HeaderParam.class Binary files differdeleted file mode 100644 index 29d08136..00000000 --- a/com.sun.jersey/javax/ws/rs/HeaderParam.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/HttpMethod.class b/com.sun.jersey/javax/ws/rs/HttpMethod.class Binary files differdeleted file mode 100644 index 4c0bddf0..00000000 --- a/com.sun.jersey/javax/ws/rs/HttpMethod.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/MatrixParam.class b/com.sun.jersey/javax/ws/rs/MatrixParam.class Binary files differdeleted file mode 100644 index ceb060bc..00000000 --- a/com.sun.jersey/javax/ws/rs/MatrixParam.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/OPTIONS.class b/com.sun.jersey/javax/ws/rs/OPTIONS.class Binary files differdeleted file mode 100644 index d4a2098f..00000000 --- a/com.sun.jersey/javax/ws/rs/OPTIONS.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/POST.class b/com.sun.jersey/javax/ws/rs/POST.class Binary files differdeleted file mode 100644 index 98a052d9..00000000 --- a/com.sun.jersey/javax/ws/rs/POST.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/PUT.class b/com.sun.jersey/javax/ws/rs/PUT.class Binary files differdeleted file mode 100644 index 3960d50c..00000000 --- a/com.sun.jersey/javax/ws/rs/PUT.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/Path.class b/com.sun.jersey/javax/ws/rs/Path.class Binary files differdeleted file mode 100644 index f43a2dae..00000000 --- a/com.sun.jersey/javax/ws/rs/Path.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/PathParam.class b/com.sun.jersey/javax/ws/rs/PathParam.class Binary files differdeleted file mode 100644 index e908d296..00000000 --- a/com.sun.jersey/javax/ws/rs/PathParam.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/Produces.class b/com.sun.jersey/javax/ws/rs/Produces.class Binary files differdeleted file mode 100644 index 373c1e10..00000000 --- a/com.sun.jersey/javax/ws/rs/Produces.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/QueryParam.class b/com.sun.jersey/javax/ws/rs/QueryParam.class Binary files differdeleted file mode 100644 index ae7576f6..00000000 --- a/com.sun.jersey/javax/ws/rs/QueryParam.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/WebApplicationException.class b/com.sun.jersey/javax/ws/rs/WebApplicationException.class Binary files differdeleted file mode 100644 index 79999dc1..00000000 --- a/com.sun.jersey/javax/ws/rs/WebApplicationException.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Application.class b/com.sun.jersey/javax/ws/rs/core/Application.class Binary files differdeleted file mode 100644 index b004360b..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Application.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/CacheControl.class b/com.sun.jersey/javax/ws/rs/core/CacheControl.class Binary files differdeleted file mode 100644 index f761c8e4..00000000 --- a/com.sun.jersey/javax/ws/rs/core/CacheControl.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Context.class b/com.sun.jersey/javax/ws/rs/core/Context.class Binary files differdeleted file mode 100644 index f088d489..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Context.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Cookie.class b/com.sun.jersey/javax/ws/rs/core/Cookie.class Binary files differdeleted file mode 100644 index a95824d5..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Cookie.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/EntityTag.class b/com.sun.jersey/javax/ws/rs/core/EntityTag.class Binary files differdeleted file mode 100644 index 9c186607..00000000 --- a/com.sun.jersey/javax/ws/rs/core/EntityTag.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/GenericEntity.class b/com.sun.jersey/javax/ws/rs/core/GenericEntity.class Binary files differdeleted file mode 100644 index 392e9e56..00000000 --- a/com.sun.jersey/javax/ws/rs/core/GenericEntity.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/HttpHeaders.class b/com.sun.jersey/javax/ws/rs/core/HttpHeaders.class Binary files differdeleted file mode 100644 index 1aa1fd90..00000000 --- a/com.sun.jersey/javax/ws/rs/core/HttpHeaders.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/MediaType$1.class b/com.sun.jersey/javax/ws/rs/core/MediaType$1.class Binary files differdeleted file mode 100644 index 6a4f8465..00000000 --- a/com.sun.jersey/javax/ws/rs/core/MediaType$1.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/MediaType.class b/com.sun.jersey/javax/ws/rs/core/MediaType.class Binary files differdeleted file mode 100644 index 3d177da7..00000000 --- a/com.sun.jersey/javax/ws/rs/core/MediaType.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/MultivaluedMap.class b/com.sun.jersey/javax/ws/rs/core/MultivaluedMap.class Binary files differdeleted file mode 100644 index 9c327747..00000000 --- a/com.sun.jersey/javax/ws/rs/core/MultivaluedMap.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/NewCookie.class b/com.sun.jersey/javax/ws/rs/core/NewCookie.class Binary files differdeleted file mode 100644 index f1c23145..00000000 --- a/com.sun.jersey/javax/ws/rs/core/NewCookie.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/PathSegment.class b/com.sun.jersey/javax/ws/rs/core/PathSegment.class Binary files differdeleted file mode 100644 index 3a9a747f..00000000 --- a/com.sun.jersey/javax/ws/rs/core/PathSegment.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Request.class b/com.sun.jersey/javax/ws/rs/core/Request.class Binary files differdeleted file mode 100644 index 3128417e..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Request.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Response$ResponseBuilder.class b/com.sun.jersey/javax/ws/rs/core/Response$ResponseBuilder.class Binary files differdeleted file mode 100644 index f68fd9aa..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Response$ResponseBuilder.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Response$Status$Family.class b/com.sun.jersey/javax/ws/rs/core/Response$Status$Family.class Binary files differdeleted file mode 100644 index d8354c12..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Response$Status$Family.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Response$Status.class b/com.sun.jersey/javax/ws/rs/core/Response$Status.class Binary files differdeleted file mode 100644 index 1e7d7159..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Response$Status.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Response$StatusType.class b/com.sun.jersey/javax/ws/rs/core/Response$StatusType.class Binary files differdeleted file mode 100644 index 564338de..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Response$StatusType.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Response.class b/com.sun.jersey/javax/ws/rs/core/Response.class Binary files differdeleted file mode 100644 index 8db94180..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Response.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/SecurityContext.class b/com.sun.jersey/javax/ws/rs/core/SecurityContext.class Binary files differdeleted file mode 100644 index b2433898..00000000 --- a/com.sun.jersey/javax/ws/rs/core/SecurityContext.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/StreamingOutput.class b/com.sun.jersey/javax/ws/rs/core/StreamingOutput.class Binary files differdeleted file mode 100644 index 143416b1..00000000 --- a/com.sun.jersey/javax/ws/rs/core/StreamingOutput.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/UriBuilder.class b/com.sun.jersey/javax/ws/rs/core/UriBuilder.class Binary files differdeleted file mode 100644 index 88c5d485..00000000 --- a/com.sun.jersey/javax/ws/rs/core/UriBuilder.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/UriBuilderException.class b/com.sun.jersey/javax/ws/rs/core/UriBuilderException.class Binary files differdeleted file mode 100644 index 09dafc67..00000000 --- a/com.sun.jersey/javax/ws/rs/core/UriBuilderException.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/UriInfo.class b/com.sun.jersey/javax/ws/rs/core/UriInfo.class Binary files differdeleted file mode 100644 index d4251adb..00000000 --- a/com.sun.jersey/javax/ws/rs/core/UriInfo.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Variant$VariantListBuilder.class b/com.sun.jersey/javax/ws/rs/core/Variant$VariantListBuilder.class Binary files differdeleted file mode 100644 index ab6e35ab..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Variant$VariantListBuilder.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/core/Variant.class b/com.sun.jersey/javax/ws/rs/core/Variant.class Binary files differdeleted file mode 100644 index 29058fa6..00000000 --- a/com.sun.jersey/javax/ws/rs/core/Variant.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/ContextResolver.class b/com.sun.jersey/javax/ws/rs/ext/ContextResolver.class Binary files differdeleted file mode 100644 index 62facef5..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/ContextResolver.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/ExceptionMapper.class b/com.sun.jersey/javax/ws/rs/ext/ExceptionMapper.class Binary files differdeleted file mode 100644 index 38620d01..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/ExceptionMapper.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/FactoryFinder$1.class b/com.sun.jersey/javax/ws/rs/ext/FactoryFinder$1.class Binary files differdeleted file mode 100644 index 2452eca9..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/FactoryFinder$1.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/FactoryFinder.class b/com.sun.jersey/javax/ws/rs/ext/FactoryFinder.class Binary files differdeleted file mode 100644 index 3cc6f3fa..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/FactoryFinder.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/MessageBodyReader.class b/com.sun.jersey/javax/ws/rs/ext/MessageBodyReader.class Binary files differdeleted file mode 100644 index bf2698fc..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/MessageBodyReader.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/MessageBodyWriter.class b/com.sun.jersey/javax/ws/rs/ext/MessageBodyWriter.class Binary files differdeleted file mode 100644 index 0d273c11..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/MessageBodyWriter.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/Provider.class b/com.sun.jersey/javax/ws/rs/ext/Provider.class Binary files differdeleted file mode 100644 index b9fb29ad..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/Provider.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/Providers.class b/com.sun.jersey/javax/ws/rs/ext/Providers.class Binary files differdeleted file mode 100644 index 5006e31d..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/Providers.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate$HeaderDelegate.class b/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate$HeaderDelegate.class Binary files differdeleted file mode 100644 index 328c7c7d..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate$HeaderDelegate.class +++ /dev/null diff --git a/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate.class b/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate.class Binary files differdeleted file mode 100644 index 01ae8a5b..00000000 --- a/com.sun.jersey/javax/ws/rs/ext/RuntimeDelegate.class +++ /dev/null |
