Author: hibou
Date: Sun Aug 3 07:55:52 2008
New Revision: 682183
URL: http://svn.apache.org/viewvc?rev=682183&view=rev
Log:
Add some mock java projects to import into Eclipse and then test that they are
compiled correctly with IvyDE
Added:
ant/ivy/ivyde/trunk/test/
ant/ivy/ivyde/trunk/test/README.txt (with props)
ant/ivy/ivyde/trunk/test/commons-logging/ (with props)
ant/ivy/ivyde/trunk/test/commons-logging/.classpath
ant/ivy/ivyde/trunk/test/commons-logging/.project
ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml (with props)
ant/ivy/ivyde/trunk/test/commons-logging/src/
ant/ivy/ivyde/trunk/test/commons-logging/src/org/
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java
(with props)
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java
(with props)
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java
(with props)
ant/ivy/ivyde/trunk/test/project-dependent/ (with props)
ant/ivy/ivyde/trunk/test/project-dependent/.classpath
ant/ivy/ivyde/trunk/test/project-dependent/.project
ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml (with props)
ant/ivy/ivyde/trunk/test/project-dependent/src/
ant/ivy/ivyde/trunk/test/project-dependent/src/org/
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java
(with props)
ant/ivy/ivyde/trunk/test/simple/ (with props)
ant/ivy/ivyde/trunk/test/simple/.classpath
ant/ivy/ivyde/trunk/test/simple/.project
ant/ivy/ivyde/trunk/test/simple/ivy.xml (with props)
ant/ivy/ivyde/trunk/test/simple/src/
ant/ivy/ivyde/trunk/test/simple/src/org/
ant/ivy/ivyde/trunk/test/simple/src/org/apache/
ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/
ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/
ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java (with
props)
Added: ant/ivy/ivyde/trunk/test/README.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/README.txt?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/README.txt (added)
+++ ant/ivy/ivyde/trunk/test/README.txt Sun Aug 3 07:55:52 2008
@@ -0,0 +1,10 @@
+This folder contains java projects to import into Eclipse, to functionally test
+that IvyDE works correctly with different kinds of configuration.
+
+Environment:
+ * the global configuration of Ivy in the workspace is expected to be the
+ default one (using the maven repository).
+
+Expectation:
+ * each IvyDE classpath container to resolve correctly
+ * the projects are expected to compile correctly
Propchange: ant/ivy/ivyde/trunk/test/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/README.txt
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/README.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Propchange: ant/ivy/ivyde/trunk/test/commons-logging/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Aug 3 07:55:52 2008
@@ -0,0 +1,2 @@
+bin
+
Added: ant/ivy/ivyde/trunk/test/commons-logging/.classpath
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/commons-logging/.classpath?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/commons-logging/.classpath (added)
+++ ant/ivy/ivyde/trunk/test/commons-logging/.classpath Sun Aug 3 07:55:52 2008
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=&acceptedTypes=jar&sourceTypes=source&javadocTypes=javadoc&sourceSuffixes=-source%2C-sources%2C-src&javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docs&doRetrieve=false&retrievePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5D&retrieveSync=false&alphaOrder=false&resolveInWorkspace=true"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: ant/ivy/ivyde/trunk/test/commons-logging/.project
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/commons-logging/.project?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/commons-logging/.project (added)
+++ ant/ivy/ivyde/trunk/test/commons-logging/.project Sun Aug 3 07:55:52 2008
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ivydetest-commons-logging</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>
+ </natures>
+</projectDescription>
Added: 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=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml (added)
+++ ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml Sun Aug 3 07:55:52 2008
@@ -0,0 +1,30 @@
+<!--
+ 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.
+-->
+<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>
Propchange: ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/commons-logging/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java?rev=682183&view=auto
==============================================================================
---
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java
(added)
+++
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java
Sun Aug 3 07:55:52 2008
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ *
+ */
+package org.apache.commons.logging;
+
+public interface Log {
+
+}
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/Log.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java?rev=682183&view=auto
==============================================================================
---
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java
(added)
+++
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java
Sun Aug 3 07:55:52 2008
@@ -0,0 +1,25 @@
+/*
+ * 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.
+ *
+ */
+package org.apache.commons.logging;
+
+public class LogFactory {
+
+ public static Log getLog(Class c) {
+ return new LogImpl();
+ }
+}
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogFactory.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java?rev=682183&view=auto
==============================================================================
---
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java
(added)
+++
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java
Sun Aug 3 07:55:52 2008
@@ -0,0 +1,22 @@
+/*
+ * 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.
+ *
+ */
+package org.apache.commons.logging;
+
+public class LogImpl implements Log {
+
+}
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/ivyde/trunk/test/commons-logging/src/org/apache/commons/logging/LogImpl.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Propchange: ant/ivy/ivyde/trunk/test/project-dependent/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Aug 3 07:55:52 2008
@@ -0,0 +1,2 @@
+bin
+
Added: ant/ivy/ivyde/trunk/test/project-dependent/.classpath
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/project-dependent/.classpath?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/project-dependent/.classpath (added)
+++ ant/ivy/ivyde/trunk/test/project-dependent/.classpath Sun Aug 3 07:55:52
2008
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=&acceptedTypes=jar&sourceTypes=source&javadocTypes=javadoc&sourceSuffixes=-source%2C-sources%2C-src&javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docs&doRetrieve=false&retrievePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5D&retrieveSync=false&alphaOrder=false&resolveInWorkspace=true"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: ant/ivy/ivyde/trunk/test/project-dependent/.project
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/project-dependent/.project?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/project-dependent/.project (added)
+++ ant/ivy/ivyde/trunk/test/project-dependent/.project Sun Aug 3 07:55:52 2008
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ivydetest-project-dependent</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>
+ </natures>
+</projectDescription>
Added: 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=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml (added)
+++ ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml Sun Aug 3 07:55:52 2008
@@ -0,0 +1,31 @@
+<!--
+ 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.
+-->
+<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>
Propchange: ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/project-dependent/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java?rev=682183&view=auto
==============================================================================
---
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java
(added)
+++
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java
Sun Aug 3 07:55:52 2008
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ *
+ */
+package org.apache.ivyde.test;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+public class Test {
+
+ private static final Log log = LogFactory.getLog(Test.class);
+
+}
Propchange:
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange:
ant/ivy/ivyde/trunk/test/project-dependent/src/org/apache/ivyde/test/Test.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Propchange: ant/ivy/ivyde/trunk/test/simple/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Aug 3 07:55:52 2008
@@ -0,0 +1,2 @@
+bin
+
Added: ant/ivy/ivyde/trunk/test/simple/.classpath
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/simple/.classpath?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/simple/.classpath (added)
+++ ant/ivy/ivyde/trunk/test/simple/.classpath Sun Aug 3 07:55:52 2008
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=&acceptedTypes=jar&sourceTypes=source&javadocTypes=javadoc&sourceSuffixes=-source%2C-sources%2C-src&javadocSuffixes=-javadoc%2C-javadocs%2C-doc%2C-docs&doRetrieve=false&retrievePattern=lib%2F%5Bconf%5D%2F%5Bartifact%5D.%5Bext%5D&retrieveSync=false&alphaOrder=false&resolveInWorkspace=false"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: ant/ivy/ivyde/trunk/test/simple/.project
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/simple/.project?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/simple/.project (added)
+++ ant/ivy/ivyde/trunk/test/simple/.project Sun Aug 3 07:55:52 2008
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>ivydetest-simple</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>
+ </natures>
+</projectDescription>
Added: ant/ivy/ivyde/trunk/test/simple/ivy.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/simple/ivy.xml?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/simple/ivy.xml (added)
+++ ant/ivy/ivyde/trunk/test/simple/ivy.xml Sun Aug 3 07:55:52 2008
@@ -0,0 +1,31 @@
+<!--
+ 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.
+-->
+<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>
Propchange: ant/ivy/ivyde/trunk/test/simple/ivy.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/simple/ivy.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/simple/ivy.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java
URL:
http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java?rev=682183&view=auto
==============================================================================
--- ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java (added)
+++ ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java Sun Aug
3 07:55:52 2008
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ *
+ */
+package org.apache.ivyde.test;
+
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
+public class Test {
+
+ private static final Log log = LogFactory.getLog(Test.class);
+
+}
Propchange: ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: ant/ivy/ivyde/trunk/test/simple/src/org/apache/ivyde/test/Test.java
------------------------------------------------------------------------------
svn:mime-type = text/plain