Skip to content

Commit

Permalink
[SHRINKDESC-15] Refactoring of Manifest Descriptors to fit into 1.2.0…
Browse files Browse the repository at this point in the history
…-X branch
  • Loading branch information
ALRubinger committed Aug 21, 2011
1 parent f77192d commit 6bd624d
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.shrinkwrap.descriptor.impl.spec.se.manifest;
package org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest;

import java.util.jar.Attributes;
import java.util.jar.Attributes.Name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.shrinkwrap.descriptor.impl.spec.se.manifest;
package org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest;

import java.io.ByteArrayOutputStream;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.shrinkwrap.descriptor.impl.spec.se.manifest;
package org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest;

import java.util.jar.Attributes.Name;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.shrinkwrap.descriptor.impl.spec.se.manifest;
package org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest;

import java.io.ByteArrayInputStream;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.shrinkwrap.descriptor.impl.spec.se.manifest;
package org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest;

import java.util.Map;
import java.util.jar.Attributes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.shrinkwrap.descriptor.impl.spec.se.manifest;
package org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest;

import java.io.File;
import java.io.FileInputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
implClass=org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest.ManifestDescriptorImpl
importerClass=org.jboss.shrinkwrap.descriptor.impl.base.spec.se.manifest.ManifestDescriptorImporter
defaultName=MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jboss.shrinkwrap.descriptor.impl.spec.se.manifest;
package org.jboss.shrinkwrap.descriptor.api;

import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.assertFalse;
Expand Down

This file was deleted.

0 comments on commit 6bd624d

Please sign in to comment.