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 2012/07/30 19:14:59 UTC

svn commit: r1367181 - in /ant/ivy/ivyde/trunk/test/ivy-external-location: ./ .classpath .project README.txt src/

Author: hibou
Date: Mon Jul 30 17:14:58 2012
New Revision: 1367181

URL: http://svn.apache.org/viewvc?rev=1367181&view=rev
Log:
Add a project to test when an ivy.xml is not in the project

Added:
    ant/ivy/ivyde/trunk/test/ivy-external-location/   (with props)
    ant/ivy/ivyde/trunk/test/ivy-external-location/.classpath   (with props)
    ant/ivy/ivyde/trunk/test/ivy-external-location/.project   (with props)
    ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt   (with props)
    ant/ivy/ivyde/trunk/test/ivy-external-location/src/

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Jul 30 17:14:58 2012
@@ -0,0 +1 @@
+bin

Added: ant/ivy/ivyde/trunk/test/ivy-external-location/.classpath
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/ivy-external-location/.classpath?rev=1367181&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/.classpath
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: ant/ivy/ivyde/trunk/test/ivy-external-location/.project
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/ivy-external-location/.project?rev=1367181&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/ivy-external-location/.project (added)
+++ ant/ivy/ivyde/trunk/test/ivy-external-location/.project Mon Jul 30 17:14:58 2012
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>ivydetest-ivy-external-location</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.apache.ivyde.eclipse.ivynature</nature>
+	</natures>
+</projectDescription>

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/.project
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/.project
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt?rev=1367181&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt (added)
+++ ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt Mon Jul 30 17:14:58 2012
@@ -0,0 +1 @@
+project which ivy.xml location is in another project
\ No newline at end of file

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: ant/ivy/ivyde/trunk/test/ivy-external-location/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain