Subversion Repositories XServices

Rev

Rev 54 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 54 Rev 60
Line 93... Line 93...
93
		}
93
		}
94
		DataHandler h = new DataHandler(new StreamDataSource(
94
		DataHandler h = new DataHandler(new StreamDataSource(
95
				"application/binary", is));
95
				"application/binary", is));
96
		AttachmentType t = new AttachmentType();
96
		AttachmentType t = new AttachmentType();
97
		t.setContent(h);
97
		t.setContent(h);
-
 
98
		t.setFilename(res.getAntResource(null).getName());
98
		return t;
99
		return t;
99
	}
100
	}
Line 100... Line 101...
100
 
101
 
101
	/*
102
	/*