Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-settings
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
plugin-settings
Commits
a36d88d8
Commit
a36d88d8
authored
9 years ago
by
Florian Hölzl
Browse files
Options
Downloads
Patches
Plain Diff
Added pom-local.xml and updated std-env maven pom.xml.
parent
5bd15aae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fortiss-std-env/maven-build/pom.xml
+12
-6
12 additions, 6 deletions
fortiss-std-env/maven-build/pom.xml
with
12 additions
and
6 deletions
fortiss-std-env/maven-build/pom.xml
+
12
−
6
View file @
a36d88d8
...
...
@@ -11,16 +11,22 @@
<repositories>
<!-- configure p2 repository to resolve against -->
<repository>
<id>
indigo
-release
</id>
<id>
kepler
-release
</id>
<layout>
p2
</layout>
<url>
http://download.eclipse.org/releases/
indigo/
</url>
<url>
http://download.eclipse.org/releases/
kepler
</url>
</repository>
<repository>
<id>
indigo-updates
</id>
<!-- Juno site is needed to provide Junit4 -->
<id>
juno-release
</id>
<layout>
p2
</layout>
<url>
http://download.eclipse.org/
eclipse/updates/3.7
</url>
<url>
http://download.eclipse.org/
releases/juno
</url>
</repository>
<repository>
<repository>
<id>
kepler-SR2
</id>
<layout>
p2
</layout>
<url>
http://download.eclipse.org/eclipse/updates/4.3
</url>
</repository>
<repository>
<id>
nebula
</id>
<layout>
p2
</layout>
<url>
http://download.eclipse.org/technology/nebula/snapshot
</url>
...
...
@@ -33,7 +39,7 @@
<repository>
<id>
orbit
</id>
<layout>
p2
</layout>
<url>
http://download.eclipse.org/tools/orbit/downloads/drops/R201
10523182458
/repository/
</url>
<url>
http://download.eclipse.org/tools/orbit/downloads/drops/R201
40114142710
/repository/
</url>
</repository>
</repositories>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment