removed shared ImageType Bean and added to sub lib

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@65318 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2012-12-20 13:44:25 +00:00
parent 27359080d7
commit aee86638f3
3 changed files with 2 additions and 7 deletions

View File

@ -12,7 +12,6 @@ import org.apache.commons.net.ftp.FTP;
import org.apache.commons.net.ftp.FTPClient;
import org.gcube.application.framework.core.session.ASLSession;
import org.gcube.applicationsupportlayer.social.ex.ApplicationProfileNotFoundException;
import org.gcube.applicationsupportlayer.social.imageType.ImageType;
import org.gcube.common.core.contexts.GHNContext;
import org.gcube.common.core.informationsystem.client.AtomicCondition;
import org.gcube.common.core.informationsystem.client.ISClient;
@ -26,6 +25,7 @@ import org.gcube.portal.databook.shared.ApplicationProfile;
import org.gcube.portal.databook.shared.Feed;
import org.gcube.portal.databook.shared.FeedType;
import org.gcube.portal.databook.shared.PrivacyLevel;
import org.gcube.portal.databook.shared.ex.ImageType;
/**

View File

@ -2,7 +2,7 @@ package org.gcube.applicationsupportlayer.social;
import java.io.InputStream;
import org.gcube.applicationsupportlayer.social.imageType.ImageType;
import org.gcube.portal.databook.shared.ex.ImageType;

View File

@ -1,5 +0,0 @@
package org.gcube.applicationsupportlayer.social.imageType;
public enum ImageType {
JPG, GIF, PNG, TIFF, PDF, BMP;
}