michael,

i did the necessary changes. please read below.

ede

-------- Original Message --------
Subject: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[2525] core/trunk
Date: Fri, 11 Nov 2011 18:14:41 +0000
From: [email protected]
Reply-To: [email protected]
To: [email protected]

Revision: 2525
           http://jump-pilot.svn.sourceforge.net/jump-pilot/?rev=2525&view=rev
Author:   edso
Date:     2011-11-11 18:14:40 +0000 (Fri, 11 Nov 2011)
Log Message:
-----------
add batik only to PLUS releases
be advised: maven does not package the jars from /lib but uses the maven 
dependencies from the maven repositories, therefor i moved batik*.jar back to 
lib for our own local development

Modified Paths:
--------------
     core/trunk/bin_core.xml
     core/trunk/bin_zip-ext.xml

Added Paths:
-----------
     core/trunk/lib/batik-all.jar

Removed Paths:
-------------
     core/trunk/lib/plus/batik-all.jar

Modified: core/trunk/bin_core.xml
===================================================================
--- core/trunk/bin_core.xml     2011-11-11 15:38:20 UTC (rev 2524)
+++ core/trunk/bin_core.xml     2011-11-11 18:14:40 UTC (rev 2525)
@@ -9,7 +9,11 @@
        <outputDirectory>/lib</outputDirectory>
        <unpack>false</unpack>
        <scope>runtime</scope>
-      <!--excludes> <exclude>org.openjump:OpenJUMP</exclude> </excludes -->
+      <excludes>
+        <!--exclude>org.openjump:OpenJUMP</exclude-->
+        <!-- exclude batik from CORE build -->
+        <exclude>batik:*</exclude>
+      </excludes>
      </dependencySet>
      <!--dependencySet -->
      <!-- resort to rebuild ${project.build.finalName} manually as maven does

Modified: core/trunk/bin_zip-ext.xml
===================================================================
--- core/trunk/bin_zip-ext.xml  2011-11-11 15:38:20 UTC (rev 2524)
+++ core/trunk/bin_zip-ext.xml  2011-11-11 18:14:40 UTC (rev 2525)
@@ -10,6 +10,15 @@
    <componentDescriptors>
      <componentDescriptor>bin_core.xml</componentDescriptor>
    </componentDescriptors>
+  <dependencySets>
+    <dependencySet>
+      <outputDirectory>/lib</outputDirectory>
+      <!-- include batik only in PLUS build -->
+      <includes>
+        <include>batik:*</include>
+      </includes>
+    </dependencySet>
+  </dependencySets>
    <fileSets>
      <fileSet>
        <directory>.</directory>

Copied: core/trunk/lib/batik-all.jar (from rev 2524, 
core/trunk/lib/plus/batik-all.jar)
===================================================================
(Binary files differ)


Property changes on: core/trunk/lib/batik-all.jar
___________________________________________________________________
Added: svn:mime-type
    + application/octet-stream

Deleted: core/trunk/lib/plus/batik-all.jar
===================================================================
(Binary files differ)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Jump-pilot-svn-notify mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-svn-notify

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to