[java-xmltooling COMMIT] in /branches/REL_1: doc/README doc/RELEASE-NOTES.txt pom.xml src/main/assembly/bin.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 26 12:02:11 GMT 2012


Author: lajoie
Date: Sun Feb 26 12:02:11 2012
New Revision: 752

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=752&view=rev
Log:
Clean up assembly descriptor - JXT-86
update links in README

Modified:
    branches/REL_1/doc/README
    branches/REL_1/doc/RELEASE-NOTES.txt
    branches/REL_1/pom.xml
    branches/REL_1/src/main/assembly/bin.xml

Modified: branches/REL_1/doc/README
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/doc/README?rev=752&r1=751&r2=752&view=diff
==============================================================================
--- branches/REL_1/doc/README (original)
+++ branches/REL_1/doc/README Sun Feb 26 12:02:11 2012
@@ -15,11 +15,11 @@
 
 Feedback
 --------
-Feedback may be provided through the OpenSAML mailing list.
-https://wiki.shibboleth.net/confluence/display/OpenSAML/MailingList
+Feedback may be provided through the Shibboleth development mailing list.
+http://shibboleth.internet2.edu/lists.html
 
 Issues, Suggestions
 --------
 Issues or suggestions for improvement may submitted to the XMLTooling - Java
 project at:
-http://bugs.internet2.edu/jira
+https://issues.shibboleth.net/jira/browse/JXT

Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/doc/RELEASE-NOTES.txt?rev=752&r1=751&r2=752&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Sun Feb 26 12:02:11 2012
@@ -2,6 +2,7 @@
 =============================================
 [JXT-84] - XSBoolean missing local name, QName and object providers
 [JXT-85] - Update 3rd party library
+[JXT-86] - Clean up maven assembly description
 
 Changes in Release 1.3.3
 ==============================================

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/pom.xml?rev=752&r1=751&r2=752&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sun Feb 26 12:02:11 2012
@@ -74,33 +74,14 @@
                 </exclusion>
             </exclusions>
         </dependency>
-
-        <!-- Provided dependencies -->
-
-        <!-- Runtime dependencies -->
-
-        <!-- Test dependencies -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <!-- Managed Dependencies -->
-        <dependency>
-            <groupId>joda-time</groupId>
-            <artifactId>joda-time</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.santuario</groupId>
             <artifactId>xmlsec</artifactId>
         </dependency>
+        
+        <!-- Provided dependencies -->
+
+        <!-- Runtime dependencies -->
         <dependency>
             <groupId>${xerces.groupId}</groupId>
             <artifactId>xml-apis</artifactId>
@@ -120,6 +101,19 @@
         <dependency>
             <groupId>${xalan.groupId}</groupId>
             <artifactId>xalan</artifactId>
+        </dependency>
+
+        <!-- Test dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 

Modified: branches/REL_1/src/main/assembly/bin.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/src/main/assembly/bin.xml?rev=752&r1=751&r2=752&view=diff
==============================================================================
--- branches/REL_1/src/main/assembly/bin.xml (original)
+++ branches/REL_1/src/main/assembly/bin.xml Sun Feb 26 12:02:11 2012
@@ -4,7 +4,6 @@
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
     
     <id>bin</id>
-    
     <formats>
         <format>tar.gz</format>
         <format>zip</format>
@@ -19,9 +18,12 @@
             <includes>
                 <include>*:jar:*</include>
             </includes>
+            <excludes>
+                <exclude>*:jcip-annotations:*</exclude>
+            </excludes>
         </dependencySet>
         <dependencySet>
-            <outputDirectory>/endorsed</outputDirectory>
+            <outputDirectory>/lib/endorsed</outputDirectory>
             <directoryMode>774</directoryMode>
             <fileMode>444</fileMode>
             <scope>runtime</scope>
@@ -47,22 +49,6 @@
             <directory>doc/</directory>

[... 23 lines stripped ...]


More information about the commits mailing list