You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2007/04/26 10:35:34 UTC

svn commit: r532661 - /incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml

Author: jlaskowski
Date: Thu Apr 26 01:35:33 2007
New Revision: 532661

URL: http://svn.apache.org/viewvc?view=rev&rev=532661
Log:
Remove unused geronimo-jta exclude

Modified:
    incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml

Modified: incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml?view=diff&rev=532661&r1=532660&r2=532661
==============================================================================
--- incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml (original)
+++ incubator/openejb/trunk/openejb3/assembly/openejb-standalone/src/main/assembly/bin.xml Thu Apr 26 01:35:33 2007
@@ -15,9 +15,9 @@
     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.
--->
-
-<!-- $Rev$ $Date$ -->
+-->
+
+<!-- $Rev$ $Date$ -->
 
 <assembly>
   <id>bin</id>
@@ -32,7 +32,7 @@
         <include>README*</include>
         <include>LICENSE.txt</include>
         <include>NOTICE.txt</include>
-        <include>DISCLAIMER.txt</include>
+        <include>DISCLAIMER.txt</include>
       </includes>
     </fileSet>
     <fileSet>
@@ -41,7 +41,7 @@
       <includes>
         <include>*.bat</include>
       </includes>
-      <lineEnding>dos</lineEnding>
+      <lineEnding>dos</lineEnding>
       <fileMode>0755</fileMode>
     </fileSet>
     <fileSet>
@@ -73,7 +73,6 @@
       <scope>runtime</scope>
       <excludes>
           <exclude>junit:junit</exclude>
-          <exclude>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</exclude>
       </excludes>
     </dependencySet>
   </dependencySets>