diff options
author | broberts | 2020-12-17 21:14:13 +0000 |
---|---|---|
committer | Baily Roberts | 2021-01-26 20:18:34 +0000 |
commit | 70c90ebf4a9f98f33f2d480afa7f7d2bd479a37c (patch) | |
tree | d85101a61205b79d7dc7e8fd86a6891791890a05 | |
parent | b76fa19ce1075a29241b4fa97dbebd37e1979e98 (diff) | |
download | org.eclipse.osee-70c90ebf4a9f98f33f2d480afa7f7d2bd479a37c.tar.gz org.eclipse.osee-70c90ebf4a9f98f33f2d480afa7f7d2bd479a37c.tar.xz org.eclipse.osee-70c90ebf4a9f98f33f2d480afa7f7d2bd479a37c.zip |
refactor[TW18537]: Take out repositories from osee.parent
Change-Id: I57fcda54378c12144c1a47dd9ec4cf5e65af9070
Signed-off-by: broberts <baily.e.roberts@boeing.com>
-rw-r--r-- | plugins/org.eclipse.osee.parent/pom.xml | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/plugins/org.eclipse.osee.parent/pom.xml b/plugins/org.eclipse.osee.parent/pom.xml index 7d4511a266d..d9d20f5ff59 100644 --- a/plugins/org.eclipse.osee.parent/pom.xml +++ b/plugins/org.eclipse.osee.parent/pom.xml @@ -89,30 +89,8 @@ <url>http://www.eclipse.org/osee</url> </organization> - <repositories> - <repository> - <id>mylyn</id> - <layout>p2</layout> - <url>http://download.eclipse.org/mylyn/drops/3.5.1/v20110422-0200/</url> - </repository> - <!-- - <repository> - <id>findbugs</id> - <layout>p2</layout> - <url>http://findbugs.cs.umd.edu/eclipse</url> - </repository> - --> - <!-- <repository> - <id>orbit</id> - <layout>p2</layout> - <url>${orbit-site}</url> - </repository> - <repository> - <id>eclipse</id> - <layout>p2</layout> - <url>${eclipse-site}</url> - </repository>--> - </repositories> + + <!-- <pluginRepositories> --> <!-- <pluginRepository> --> <!-- <id>cbi-jdt</id> --> |