You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2008/11/10 12:34:38 UTC

svn commit: r712646 - in /ant/ivy/ivyde/trunk/test: commons-logging/ custom-attributes/ include-properties/ include-settings/ ivy-base-dir/ local-cache/ local-settings/ project-dependent-settings/ project-dependent/ retrieve/ simple/ useOrigin/ webtools/

Author: hibou
Date: Mon Nov 10 03:34:37 2008
New Revision: 712646

URL: http://svn.apache.org/viewvc?rev=712646&view=rev
Log:
- use spaces more than tabs
- add some description of the "test" projects

Modified:
    ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml
    ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml
    ant/ivy/ivyde/trunk/test/include-properties/ivy.xml
    ant/ivy/ivyde/trunk/test/include-settings/ivy.xml
    ant/ivy/ivyde/trunk/test/ivy-base-dir/ivy.xml
    ant/ivy/ivyde/trunk/test/local-cache/ivy.xml
    ant/ivy/ivyde/trunk/test/local-settings/ivy.xml
    ant/ivy/ivyde/trunk/test/project-dependent-settings/ivy.xml
    ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml
    ant/ivy/ivyde/trunk/test/retrieve/ivy.xml
    ant/ivy/ivyde/trunk/test/simple/ivy.xml
    ant/ivy/ivyde/trunk/test/useOrigin/ivy.xml
    ant/ivy/ivyde/trunk/test/webtools/ivy.xml

Modified: ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,15 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="commons-logging" module="commons-logging">
-		<description>
-			fake of the commons logging project
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="commons-logging" module="commons-logging">
+        <description>
+            Fake project of the commons logging (to test the "resolve in workspace" feature)
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/custom-attributes/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="2.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-custom-attributes">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="myorg" name="mybluemodule" color="blue" rev="1.1" conf="default" />
-	</dependencies>
-</ivy-module>
+<ivy-module version="2.0">
+    <info organisation="org.apache.ivyde" module="ivytest-custom-attributes">
+        <description>
+            Project defining some custom attributes in its ivy file
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="mybluemodule" color="blue" rev="1.1" conf="default" />
+    </dependencies>
+</ivy-module>
\ No newline at end of file

Modified: ant/ivy/ivyde/trunk/test/include-properties/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/include-properties/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/include-properties/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/include-properties/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-include-properties">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="myorg" name="mymodule" rev="${mymodule.version}" conf="default" />
-	</dependencies>
-</ivy-module>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-include-properties">
+        <description>
+            Project with settings including some properties
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="mymodule" rev="${mymodule.version}" conf="default" />
+    </dependencies>
+</ivy-module>
\ No newline at end of file

Modified: ant/ivy/ivyde/trunk/test/include-settings/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/include-settings/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/include-settings/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/include-settings/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,18 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-include-settings">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="commons-logging" name="commons-logging" rev="1.+" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-include-settings">
+        <description>
+            Project configured with some settings including the default settings
+            NB: this may not work when launching IvyDE in debug mode, as some default ivy settings are created at build
+            time in Ivy
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="commons-logging" name="commons-logging" rev="1.+" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/ivy-base-dir/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/ivy-base-dir/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/ivy-base-dir/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/ivy-base-dir/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-ivy-base-dir">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-ivy-base-dir">
+        <description>
+            Project with some settings usin the basedir property
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/local-cache/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/local-cache/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/local-cache/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/local-cache/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-local-cache">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-local-cache">
+        <description>
+            Project using a local repository with a local cache (to test the "clean cache" menu entries)
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/local-settings/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/local-settings/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/local-settings/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/local-settings/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-local-settings">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-local-settings">
+        <description>
+            Project with settings local to the project
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/project-dependent-settings/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/project-dependent-settings/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/project-dependent-settings/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/project-dependent-settings/ivy.xml Mon Nov 10 03:34:37 2008
@@ -19,6 +19,7 @@
 <ivy-module version="1.0"> 
 	<info organisation="org.apache.ivyde" module="ivytest-project-dependent-settings">
 		<description>
+		    Project with settings defined in another Eclipse project
 		</description>
 	</info>
 	<configurations>

Modified: ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-project-dependant">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="commons-logging" name="commons-logging" rev="1.+" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-project-dependant">
+        <description>
+            Project using the "resolve in workspace" feature
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="commons-logging" name="commons-logging" rev="1.+" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/retrieve/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/retrieve/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/retrieve/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/retrieve/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-retrieve">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-retrieve">
+        <description>
+            Project that triggers a retrieve after resolve
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/simple/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/simple/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/simple/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/simple/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,16 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-simple">
-		<description>
-Simple project having a dependency on commons-loggins on a m2 repository
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="commons-logging" name="commons-logging" rev="1.+" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-simple">
+        <description>
+            Simple project having a dependency on commons-logging in a m2 repository
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="commons-logging" name="commons-logging" rev="1.+" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/useOrigin/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/useOrigin/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/useOrigin/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/useOrigin/ivy.xml Mon Nov 10 03:34:37 2008
@@ -16,15 +16,16 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<ivy-module version="1.0"> 
-	<info organisation="org.apache.ivyde" module="ivytest-useOrigin">
-		<description>
-		</description>
-	</info>
-	<configurations>
-		<conf name="default" />
-	</configurations>
-	<dependencies>
-		<dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
-	</dependencies>
+<ivy-module version="1.0">
+    <info organisation="org.apache.ivyde" module="ivytest-useOrigin">
+        <description>
+            Project configured by some settings with the useOrigin feature.
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="myorg" name="mymodule" rev="1.1" conf="default" />
+    </dependencies>
 </ivy-module>

Modified: ant/ivy/ivyde/trunk/test/webtools/ivy.xml
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/webtools/ivy.xml?rev=712646&r1=712645&r2=712646&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/test/webtools/ivy.xml (original)
+++ ant/ivy/ivyde/trunk/test/webtools/ivy.xml Mon Nov 10 03:34:37 2008
@@ -14,17 +14,18 @@
    "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.
+   under the License.    
 -->
 <ivy-module version="1.0">
-        <info organisation="org.apache.ivyde" module="ivytest-webtools">
-                <description>
-                </description>
-        </info>
-        <configurations>
-                <conf name="default" />
-        </configurations>
-        <dependencies>
-                <dependency org="commons-lang" name="commons-lang" rev="2.1"/>
-	</dependencies>
+    <info organisation="org.apache.ivyde" module="ivytest-webtools">
+        <description>
+            Test the integration of IvyDE into the webTools
+        </description>
+    </info>
+    <configurations>
+        <conf name="default" />
+    </configurations>
+    <dependencies>
+        <dependency org="commons-lang" name="commons-lang" rev="2.1" />
+    </dependencies>
 </ivy-module>