diff --git a/api/pom.xml b/api/pom.xml index 1ad232e..62f0dd2 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,6 +21,10 @@ cdi-api provided + + org.jboss.seam.solder + seam-solder + joda-time joda-time diff --git a/api/src/main/java/org/jboss/seam/international/datetimezone/package-info.java b/api/src/main/java/org/jboss/seam/international/datetimezone/package-info.java new file mode 100644 index 0000000..71eead3 --- /dev/null +++ b/api/src/main/java/org/jboss/seam/international/datetimezone/package-info.java @@ -0,0 +1,23 @@ +/* + * JBoss, Home of Professional Open Source + * Copyright 2010, Red Hat Middleware LLC, and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Requires({ "org.joda.time.DateTimeZone" }) +package org.jboss.seam.international.datetimezone; + +import org.jboss.seam.solder.core.Requires; + diff --git a/impl/src/main/java/org/jboss/seam/international/datetimezone/package-info.java b/impl/src/main/java/org/jboss/seam/international/datetimezone/package-info.java new file mode 100644 index 0000000..71eead3 --- /dev/null +++ b/impl/src/main/java/org/jboss/seam/international/datetimezone/package-info.java @@ -0,0 +1,23 @@ +/* + * JBoss, Home of Professional Open Source + * Copyright 2010, Red Hat Middleware LLC, and individual contributors + * by the @authors tag. See the copyright.txt in the distribution for a + * full listing of individual contributors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +@Requires({ "org.joda.time.DateTimeZone" }) +package org.jboss.seam.international.datetimezone; + +import org.jboss.seam.solder.core.Requires; +