Modified: 
ant/ivy/core/trunk/test/repositories/1/packaging/module5/ivys/ivy-1.0.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/1/packaging/module5/ivys/ivy-1.0.xml?rev=1555344&r1=1554632&r2=1555344&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/1/packaging/module5/ivys/ivy-1.0.xml 
(original)
+++ ant/ivy/core/trunk/test/repositories/1/packaging/module5/ivys/ivy-1.0.xml 
Sat Jan  4 13:06:37 2014
@@ -17,11 +17,11 @@
    under the License.    
 -->
 <ivy-module version="1.0">
-    <info organisation="compression" module="module5" revision="1.0" />
+    <info organisation="packaging" module="module5" revision="1.0" />
     <configurations>
         <conf name="default" />
     </configurations>
     <dependencies>
-        <dependency org="compression" name="module3" rev="1.0" />
+        <dependency org="packaging" name="module3" rev="1.0" />
        </dependencies>
 </ivy-module>

Modified: 
ant/ivy/core/trunk/test/repositories/1/packaging/module6/ivys/ivy-1.0.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/repositories/1/packaging/module6/ivys/ivy-1.0.xml?rev=1555344&r1=1554632&r2=1555344&view=diff
==============================================================================
--- ant/ivy/core/trunk/test/repositories/1/packaging/module6/ivys/ivy-1.0.xml 
(original)
+++ ant/ivy/core/trunk/test/repositories/1/packaging/module6/ivys/ivy-1.0.xml 
Sat Jan  4 13:06:37 2014
@@ -17,11 +17,11 @@
    under the License.    
 -->
 <ivy-module version="1.0">
-    <info organisation="compression" module="module6" revision="1.0" />
+    <info organisation="packaging" module="module6" revision="1.0" />
     <configurations>
         <conf name="default" />
     </configurations>
     <dependencies>
-        <dependency org="compression" name="module4" rev="1.0" />
+        <dependency org="packaging" name="module4" rev="1.0" />
        </dependencies>
 </ivy-module>

Added: ant/ivy/core/trunk/test/test-p2/packed/artifacts.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/test-p2/packed/artifacts.xml?rev=1555344&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/test-p2/packed/artifacts.xml (added)
+++ ant/ivy/core/trunk/test/test-p2/packed/artifacts.xml Sat Jan  4 13:06:37 
2014
@@ -0,0 +1,51 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?artifactRepository version='1.1.0'?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you 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.    
+-->
+<repository name='Test repo' 
type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
+  <properties size='2'>
+    <property name='p2.timestamp' value='1311544192362'/>
+    <property name='p2.compressed' value='false'/>
+  </properties>
+  <mappings size='5'>
+    <rule filter='(&amp; (classifier=osgi.bundle) (format=packed))' 
output='${repoUrl}/plugins/${id}_${version}.jar.pack.gz'/>
+    <rule filter='(&amp; (classifier=osgi.bundle))' 
output='${repoUrl}/plugins/${id}_${version}.jar'/>
+    <rule filter='(&amp; (classifier=binary))' 
output='${repoUrl}/binary/${id}_${version}'/>
+    <rule filter='(&amp; (classifier=org.eclipse.update.feature) 
(format=packed))' output='${repoUrl}/features/${id}_${version}.jar.pack.gz'/>
+    <rule filter='(&amp; (classifier=org.eclipse.update.feature))' 
output='${repoUrl}/features/${id}_${version}.jar'/>
+  </mappings>
+  <artifacts size='2'>
+    <artifact classifier='osgi.bundle' id='org.junit' 
version='4.10.0.v4_10_0_v20120426-0900'>
+      <processing size='1'>
+        <step id='org.eclipse.equinox.p2.processing.Pack200Unpacker' 
required='true'/>
+      </processing>
+      <properties size='3'>
+        <property name='artifact.size' value='216863'/>
+        <property name='download.size' value='63899'/>
+        <property name='format' value='packed'/>
+      </properties>
+    </artifact>
+    <artifact classifier='osgi.bundle' id='org.junit' 
version='4.10.0.v4_10_0_v20120426-0900'>
+      <properties size='2'>
+        <property name='artifact.size' value='1216863'/>
+        <property name='download.size' value='163899'/>
+      </properties>
+    </artifact>
+  </artifacts>
+</repository>

Propchange: ant/ivy/core/trunk/test/test-p2/packed/artifacts.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/core/trunk/test/test-p2/packed/artifacts.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/core/trunk/test/test-p2/packed/artifacts.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ant/ivy/core/trunk/test/test-p2/packed/content.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/test-p2/packed/content.xml?rev=1555344&view=auto
==============================================================================
--- ant/ivy/core/trunk/test/test-p2/packed/content.xml (added)
+++ ant/ivy/core/trunk/test/test-p2/packed/content.xml Sat Jan  4 13:06:37 2014
@@ -0,0 +1,89 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?metadataRepository version='1.1.0'?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you 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.    
+-->
+<repository name='Test repo of IvyDE (metadata)' 
type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository'
 version='1'>
+  <properties size='2'>
+    <property name='p2.timestamp' value='1311544192366'/>
+    <property name='p2.compressed' value='false'/>
+  </properties>
+  <units size='1'>
+    <unit id='org.junit' version='4.10.0.v4_10_0_v20120426-0900' 
singleton='false'>
+      <update id='org.junit' range='[0.0.0,4.10.0.v4_10_0_v20120426-0900)' 
severity='0'/>
+      <properties size='5'>
+        <property name='df_LT.pluginName' value='JUnit Testing Framework'/>
+        <property name='df_LT.providerName' value='Eclipse Orbit'/>
+        <property name='org.eclipse.equinox.p2.name' value='%pluginName'/>
+        <property name='org.eclipse.equinox.p2.provider' 
value='%providerName'/>
+        <property name='org.eclipse.equinox.p2.bundle.localization' 
value='plugin'/>
+      </properties>
+      <provides size='32'>
+        <provided namespace='org.eclipse.equinox.p2.iu' name='org.junit' 
version='4.10.0.v4_10_0_v20120426-0900'/>
+        <provided namespace='osgi.bundle' name='org.junit' 
version='4.10.0.v4_10_0_v20120426-0900'/>
+        <provided namespace='java.package' name='junit.extensions' 
version='4.10.0'/>
+        <provided namespace='java.package' name='junit.framework' 
version='4.10.0'/>
+        <provided namespace='java.package' name='junit.runner' 
version='4.10.0'/>
+        <provided namespace='java.package' name='junit.textui' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit' version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.experimental' 
version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.experimental.categories' version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.experimental.max' 
version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.experimental.results' version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.experimental.runners' version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.experimental.theories' version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.experimental.theories.internal' version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.experimental.theories.suppliers' version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.internal' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.internal.builders' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.internal.matchers' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.internal.requests' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.internal.runners' 
version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.internal.runners.model' version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.internal.runners.rules' version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.internal.runners.statements' version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.matchers' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.rules' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.runner' 
version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.runner.manipulation' version='4.10.0'/>
+        <provided namespace='java.package' 
name='org.junit.runner.notification' version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.runners' 
version='4.10.0'/>
+        <provided namespace='java.package' name='org.junit.runners.model' 
version='4.10.0'/>
+        <provided namespace='org.eclipse.equinox.p2.eclipse.type' 
name='bundle' version='1.0.0'/>
+        <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' 
version='1.0.0'/>
+      </provides>
+      <requires size='1'>
+        <required namespace='osgi.bundle' name='org.hamcrest.core' 
range='1.1.0'/>
+      </requires>
+      <artifacts size='1'>
+        <artifact classifier='osgi.bundle' id='org.junit' 
version='4.10.0.v4_10_0_v20120426-0900'/>
+      </artifacts>
+      <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+      <touchpointData size='1'>
+        <instructions size='2'>
+          <instruction key='manifest'>
+            Bundle-SymbolicName: org.junit&#xA;Bundle-Version: 
4.10.0.v4_10_0_v20120426-0900
+          </instruction>
+          <instruction key='zipped'>
+            true
+          </instruction>
+        </instructions>
+      </touchpointData>
+    </unit>
+  </units>
+</repository>

Propchange: ant/ivy/core/trunk/test/test-p2/packed/content.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/core/trunk/test/test-p2/packed/content.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/core/trunk/test/test-p2/packed/content.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
ant/ivy/core/trunk/test/test-p2/packed/plugins/org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/test-p2/packed/plugins/org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz?rev=1555344&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
ant/ivy/core/trunk/test/test-p2/packed/plugins/org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip


Reply via email to