Author: bimargulies
Date: Sun Aug 28 20:50:50 2011
New Revision: 1162591

URL: http://svn.apache.org/viewvc?rev=1162591&view=rev
Log:
Get the repository to work.

Modified:
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/feature/pom.xml
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/p2/pom.xml
    
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/pom.xml

Modified: 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/feature/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/feature/pom.xml?rev=1162591&r1=1162590&r2=1162591&view=diff
==============================================================================
--- 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/feature/pom.xml
 (original)
+++ 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/feature/pom.xml
 Sun Aug 28 20:50:50 2011
@@ -28,11 +28,4 @@ under the License.
     <packaging>eclipse-feature</packaging>
     <name>Doxia Tools :: Eclipse IDE - Feature containing dependency 
bundle</name>
     <description>Put the bundle with the dependencies into 
feature</description>
-    <dependencies>
-      <dependency>
-       <groupId>org.apache.maven.doxia.ide</groupId>
-       <artifactId>dependencies</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
-      </dependency>
-    </dependencies>
 </project>

Modified: 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/p2/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/p2/pom.xml?rev=1162591&r1=1162590&r2=1162591&view=diff
==============================================================================
--- 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/p2/pom.xml
 (original)
+++ 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/p2/pom.xml
 Sun Aug 28 20:50:50 2011
@@ -28,4 +28,11 @@ under the License.
     <packaging>eclipse-repository</packaging>
     <name>Doxia Tools :: Eclipse IDE - P2 Repository containing dependency 
bundle</name>
     <description>Put the bundle with the dependencies into a P2 
repository</description>
+    <dependencies>
+      <dependency>
+       <groupId>org.apache.maven.doxia.ide</groupId>
+       <artifactId>dependencies</artifactId>
+       <version>1.0.0-SNAPSHOT</version>
+      </dependency>
+    </dependencies>
 </project>

Modified: 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/pom.xml?rev=1162591&r1=1162590&r2=1162591&view=diff
==============================================================================
--- 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/pom.xml
 (original)
+++ 
maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/p2-repository/pom.xml
 Sun Aug 28 20:50:50 2011
@@ -54,6 +54,13 @@ under the License.
            </plugin>
       </plugins>
     </build>
+    <dependencies>
+      <dependency>
+       <groupId>org.apache.maven.doxia.ide</groupId>
+       <artifactId>dependencies</artifactId>
+       <version>1.0.0-SNAPSHOT</version>
+      </dependency>
+    </dependencies>
     <modules>
       <module>feature</module>
       <module>p2</module>


Reply via email to