Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
998b1a6c
Commit
998b1a6c
authored
Jul 02, 2013
by
Florian Hölzl
Browse files
fixed pom.xml repository
parent
c055c416
Changes
4
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.project.ui/trunk/.classpath
View file @
998b1a6c
...
...
@@ -2,6 +2,6 @@
<classpath>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"output"
path=
"
build
"
/>
<classpathentry
kind=
"src"
path=
"src
/
"
/>
<classpathentry
kind=
"output"
path=
"
target/classes
"
/>
</classpath>
org.fortiss.af3.project.ui/trunk/pom.xml
View file @
998b1a6c
...
...
@@ -11,5 +11,13 @@
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<repositories>
<repository>
<id>
kernel.zip
</id>
<layout>
p2
</layout>
<url>
${kernel.repository}
</url>
</repository>
</repositories>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.project/trunk/.classpath
View file @
998b1a6c
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"src"
path=
"generated-src"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"src"
path=
"test-src"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"output"
path=
"build"
/>
<classpathentry
kind=
"src"
path=
"src/"
/>
<classpathentry
kind=
"src"
path=
"test-src/"
/>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
org.fortiss.af3.project/trunk/pom.xml
View file @
998b1a6c
...
...
@@ -11,5 +11,13 @@
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<repositories>
<repository>
<id>
kernel.zip
</id>
<layout>
p2
</layout>
<url>
${kernel.repository}
</url>
</repository>
</repositories>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment