Importing eclipse projects to JDeveloper

Is there any way to import Eclipse project into JDevelper 10g?
Thanks.

Hi Shay, Frank
Our team is currently using Eclipse 3.1, struts and Oracle 9i DB, Oracle 10g AS to develop a mid size Java application. However we are running into serious constraint in our development as Eclipse does not allow us to debug for OC4J.
To avoid debug issues and associated time loss and inefficiency, we are trying to import the Eclipse project into Jdeveloper. When I import, it only imports the source files and not the associated libraries, config files, web content etc.
If possible please provide a step by step approach that we can follow to import Eclipse struts projects and then build it. If you can point us to some document, book, tutorial etc, it will be highly appreciated.

Similar Messages

  • How to import existing eclipse Project to JDeveloper

    Hi,
         previously I used to use Eclipse IDE. I have started to use Oracle JDeveloper 11.1.2.4.0 now. How can I import my existing Eclipse projects to JDeveloper? Please Note, I already have tried following options -
    "Importing Existing Files into a New JDeveloper Project" from here - Working with Applications and Projects.
    But, When I import the source files from existing Eclipse Projects to JDeveloper, I am not able to crease similar directory structure in the JDeveloper(in Application Navigator). As a result, I can not use my existing ANT build script to build my project[Though JDeveloper build my project,but I want to use manual ANT build.]
    Moreover I don't want to change my existing directory structure as I am working on and existing project and I need to synchronize to my repository(Apache SVN).
    Can any one help me in this - How can I import existing Eclipse Project to JDeveloper? Without any significant change in directory structure.
    Best Regards
    Chandramoulee

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • How to import eclipse project in Netbeans 6.5

    Hello everyone . i want to know how to import eclipse project in Netbeans 6.5 without creating new project in netbeans and copy paste the code of
    eclipse class files in netbeans.
    Every help will be greatly admired.
    Thanks.

    The NB File Menu has an "import" entry that imports Eclipse stuff. If that won't do what you want, ask followup questions at the NB site, not here. These forums are for Java language questions.

  • How to import existing projects into JDeveloper 11g

    I am trying to work with JDeveloper for my application and want to know whether it is possible to import existing projects into the work space in JDeveloper. I am currently working with eclipse IDE and this feature is available in it. How can I connect to clear case from JDeveloper? In eclipse it is very easy to connect to clear case with a plugin installed and check out, check in files from the source control. Any help is greatly appreciated.

    The basic way to import code is to use the "New->Projects->Project from existing code" or "project from WAR" dialogs to create your project.
    You then need to do some tweaking in the project properties->Content (and sub nodes such as resources and Web content).
    And also set the correct JARs/Libraries in the project properties.
    You can use the help->check for update to download the extension to JDeveloper that will let you integrate with Clearcase to do version management.
    This how-to might help you with your migration:
    http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html

  • Importing IProcurement project in JDeveloper

    Hi,
    I am using Oracle APPS 11i.
    My JDEV_HOME_USER = C:\JDev\Jdeveloper9i\jdevbin\jdev\bin
    I followed all the steps as mentioned in http://oracle.anilpassi.com/running-oa-framework-page-from-jdeveloper-audio-video-demo.html.
    I copied the $JAVA_TOP/oracle/apps/icx folder from server to JDEV_HOME_USER\myclasses\oracle\apps
    Also copied each folder in $ICX_TOP/mds into JDEV_HOME_USER\myprojects\oracle\apps\icx.
    In JDeveloper, I created a connection and then a new OA workspace and a new OA project called icx. But I am not able to see the components/packages of icx folder or the other pages in my
    new project. I tried opening/importing the icx folder into prjct, but it doesnt get the package hierarchy as mentioned in the videos. Just all the files are imported without the package hierarchy.
    Could you please let me know what I am missing?
    -Naru

    Hi,
    This might be a possibility. Please check..
    Right click on projects in JDeveloper
    Go to "Project Content" --> (check radio button)"Use Project Settings" --> (tab) "Include"
    1) Select "Include Content from Subfolders" option
    2) Check your corresponding folders are included or "All" option is present in the tab.
    3) Remove your folders if they are present in Excluded tab.
    By setting this, you are governing the content, to be displayed in your current project.
    Regards,
    achapla.

  • Migrating a Eclipse Project to JDeveloper and use it as a web service

    Hi Guys,
    I have a problem with migrating a Eclipse Project (EP) to JDeveloper. I know there are several threads about the problem out there but none of these fit my needs.
    So, here is the problem:
    I didn't had any problems migrating EPs to JDev in the past but this project is neither a .jar/.lib nor could I change it to one of those types. The project hase some additional filesto work. These files areare libs and owl-mappings for Jena/Pellet ( [http://jena.sourceforge.net/|http://jena.sourceforge.net/] ).
    My porblem is that I don't know who to migrate the project to JDev and then use it as a web service, while the file structure stays the same plus everything is uploaded to Oracle as a web service. Meaning everything has to be included in one java package. Or am i wrong?
    The file structure looks like this (from the EP):
    src\*.java
    owl\*.owl
    lib\*.lib
    location-mapping.n3
    expdt.props
    The Libraries aren't a problem. They are all .jar-files but could be easily included in the project (JDev) but I don't know how to handle the other files. Especially the much needed owl files :(
    Maybe I'm doing it all wrong. My Goal is to use the EP as a web servies for a business process to enforce rulings and obligations. I'm kinda stumped...
    Greetings,
    Sebastian

    Thank you very much, Shay. It helped regaining overview of the project files. Before all additional files were in the AppFolder.
    I got to a point where I (hopefully) only got a problem with the directory matching (which is needed by jena).
    Tanks again.
    Sebastian

  • How to import maven projects into jDeveloper 11.1.1.5.0

    I have a few maven projects that I would like to work on in jDeveloper (11.1.1.5.0). How do I go about converting them into it?
    First I created a generic project and tried to import my maven projects into it but when I did the import, jDeveloper didn't give the maven proejct option.
    The article in the following link doesn't work for 11.1.1.5.0.
    http://www.oracle.com/technetwork/developer-tools/jdev/maven11g-090173.html#5
    Could anyone please help?
    Thanks.
    C

    You will have to download the maven integration extensions. Set the correct proxy from Tools->Preferences->Web Browser & Proxy and then Visit Help->Check for updates. You will find two maven extensions to download.

  • AppBuilder :Getting Error While importing the Project to Eclipse IDE ?

    Hi Experts,
    While importing the project from AppBuilder to Eclipse IDE following error i'm getting,
    Error : Cordova Activity Cannot be resolved to a type,
    Can someone help me to solve this.
    Thanks in advance,
    Vamsi K.

    Thanks ,I have been gone through <Projection Type='System.WorkItem.Incident.ProjectionType">.
    Now i am getting many errors while importing data.I have customized fields in servicedesk and i have created same fields in scsm incident form.When i am imported
    data i am getting below error.
    Please let me know how can i import customized feilds data to SCSM without issues.
    Regards, H@ri

  • How to import existing jsp project into jdeveloper

    can someone help me how to import existing jsp project into jdeveloper?
    can give me step by step to import..cause i am new for jdeveloper..
    thank you very much

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • Import SAPUI5 project from Eclipse to Appbuilder

    Hello everyone,
    Is it possible to import a project from Eclipse into Appbilder? I have tried but I can not manage to get it to work. I read somewhere online that Appbuilder only supports HTML view, is that why I can't import my project?
    I also tried to create a new eclipse project with HTML view just because I wanted to try to import it...it didn't work though.
    I just want to know if it's me doing something wrong or if if it just isn't supported :-)

    For your information:
    I have searched and come to the conclusion that it is not possible to import projects from other IDE's into AppBuilder.

  • Unable to run struts project from jdeveloper 10.1.3

    Hi,
    I have created a struts-based application project using jdeveloper 10.1.3(build JDEVADF_10.1.3.1.0_NT..) by importing an ear file .The project seems to be built fine as i get no errors in compiling the entire project.I have included the Struts runtime library as well in the project.
    But when i try to run the login.jsp from the struts-config.xml,i get the :
    The page cannot be displayed message in the browser.
    I dont see any errors in the Embedded OC4J log except few warnings lik dis:
    [Another instance of the server is still running.  JDeveloper will shut it down and then restart the server.]
    Process exited.
    [Starting OC4J using the following ports: HTTP=8898, RMI=23899, JMS=9235.]
    D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config>
    D:\jdevr12\jdevbin\jdk\bin\javaw.exe -client -classpath D:\jdevr12\jdevbin\j2ee\home\oc4j.jar;D:\jdevr12\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/jdevr12/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /D:/jdevr12/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 26766 ms.
    pls help me out on what could be the problem.This application wsa running fine in Eclipse but i am unable to run it using Jdeveloper.

    Is this new develop page ?
    you check these points for this issue.
    1. Check JDEV_USER_HOME
    2. Design a Test PG and test it first.
    3. Your OAF patch level: is 12.0.4 ? Are you running with r12?
    Thanks

  • Adding AIADemo BPEL projects to JDeveloper 10.1.3.4

    Hi all,
    I'm in a project using AIA2.5 FP and using JDeveloper 10.1.3.4. I copied a EBF project from the server to my computer and I soon I open a file from this project it gives syntax error. I believe that the problem is not in the project itself, since he is deployed and running on the server, but some missconfiguration in my JDeveloper. Do I need to configure any particular thing in JDev so I can import BPEL projects from server? It does not happen only with this project. Schema locations are all pointing to the server.
    Any help?
    Thanks,
    António Amado

    There was no such thing as JDeveloper 8.
    Two options - if you have the project or workspace file (jpr or jws extensions) - just open them in JDeveloper and this should take care of bringing in the source.
    If you don't have those - then do file->New->projects->Project from existing source and point to the directory where the source files are.
    You might need to do a bit more tweaking of the Web content location under project properties->content

  • [svn] 4267: Change path to Assets.swf in eclipse . project file from full hardcoded path to use the FLEX_SDK variable as the base path .

    Revision: 4267
    Author: [email protected]
    Date: 2008-12-09 10:32:36 -0800 (Tue, 09 Dec 2008)
    Log Message:
    Change path to Assets.swf in eclipse .project file from full hardcoded path to use the FLEX_SDK variable as the base path. There is still an issue with Assets.swf not getting referenced correctly. If you import the framework project from Blazeds/trunk into Eclipse and get an error related to Assets.swf or that says "Unable to export SWC oem" for the time being try right clicking on the framwork project in Eclipse and selecting properties. Then in the properties panel, select Flex Library Build Path and then the Assets tab. On the Assets tab, check the check box next to Assets.swf and click Ok. This usually fixes the reference for me.
    Modified Paths:
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.project

    Revision: 4267
    Author: [email protected]
    Date: 2008-12-09 10:32:36 -0800 (Tue, 09 Dec 2008)
    Log Message:
    Change path to Assets.swf in eclipse .project file from full hardcoded path to use the FLEX_SDK variable as the base path. There is still an issue with Assets.swf not getting referenced correctly. If you import the framework project from Blazeds/trunk into Eclipse and get an error related to Assets.swf or that says "Unable to export SWC oem" for the time being try right clicking on the framwork project in Eclipse and selecting properties. Then in the properties panel, select Flex Library Build Path and then the Assets tab. On the Assets tab, check the check box next to Assets.swf and click Ok. This usually fixes the reference for me.
    Modified Paths:
    blazeds/trunk/development/eclipse/projects/flex/3.0/framework/.project

  • Absolute paths to eclipse project root? Why?

    I am a dedicated follower of the Flex and related technologies since its first appearance (some years back, Flex 1.5)
    Flash Builder (formerly Flex Builder) back then (version 2) seemed to have a problem with paths relative to project location.
    More precisely, parts of generated projects always point to absolute locations either inside or outside the eclipse project workspace.
    Unfortunately, the problem still persists. In the past I had reported this issue (long time to remember/extract details now) but without success as it seems.
    This is very important for projects intended to be developed by more than one persons (different development machines, different paths etc.)
    for an example, with Flash Builder 4, create a new Flex project (Web), activate WTP integration, complete project generation and then check files
    .actionScriptProperties and .flexProperties
    you will observe absolute path references to essential files
    here is an example of my .actionScriptProperties
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <actionScriptProperties mainApplicationPath="Main.mxml" projectUUID="43b42874-f3f0-4b6b-932c-6a1d4e492b56" version="6">
    <compiler additionalCompilerArguments="-services &quot;D:/eclipse-win32/workspace/net.eliasbalasis.flex.web.sample/WebContent/WEB-INF/flex/services-config.xml&quot; -locale en_US" autoRSLOrdering="true" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderPath="bin-debug" sourceFolderPath="flex_src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true">
    <compilerSourcePath/>
    <libraryPath defaultLinkType="0">
    <libraryPathEntry kind="4" path="">
    <excludedEntries>
    <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/flex.swc" useDefaultLinkType="false"/>
    </excludedEntries>
    </libraryPathEntry>
    <libraryPathEntry kind="1" linkType="1" path="flex_libs"/>
    <libraryPathEntry kind="3" linkType="1" path="D:/eclipse-win32/workspace/net.eliasbalasis.flex.web.sample/WebContent/WEB-INF/flex/libs/fds.swc" useDefaultLinkType="false"/>
    <libraryPathEntry kind="3" linkType="1" path="D:/eclipse-win32/workspace/net.eliasbalasis.flex.web.sample/WebContent/WEB-INF/flex/libs/player/playerfds.swc" useDefaultLinkType="false"/>
    <libraryPathEntry kind="1" linkType="1" path="D:/eclipse-win32/workspace/net.eliasbalasis.flex.web.sample/WebContent/WEB-INF/flex/locale/{locale}"/>
    </libraryPath>
    <sourceAttachmentPath/>
    </compiler>
    <applications>
    <application path="Main.mxml"/>
    </applications>
    <modules/>
    <buildCSSFiles/>
    </actionScriptProperties>
    here is a copy of my .flexProperties
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <flexProperties enableServiceManager="false" flexServerFeatures="6" flexServerType="8" flexWarLocation="D:/lcds/lcds.war" serverContextRoot="/WebContent" serverRoot="D:/eclipse-win32/workspace/net.eliasbalasis.flex.web.sample/WebContent" serverRootURL="http://localhost:8400/net.eliasbalasis.flex.web.sample" toolCompile="true" useServerFlexSDK="false" version="2"/>
    D:/lcds/lcds.war i suspect is fine because it is the location of the LiveCycle Data Services WAR used to create the project (it is external anyway)
    However, D:/eclipse-win32/workspace/net.eliasbalasis.flex.web.sample/WebContent is not fine at all. It is a location inside the project workspace. It should be referenced using some kind of variable, similarly to ${PROJECT_FRAMEWORKS} above.
    I observed that there is a variable ${DOCUMENTS} under Eclipse-->Preferences-->Workspace-->Linked Resources which references the Eclipse project workspace root (extremely convenient).
    Unfortunately, it seems that this variable can only be used within the context of other eclipse configuration files like .project and .classpath but not within the context of .actionScriptProperties and .flexProperties
    This is the same exact issue I reported in the past (see above)
    Flex Builder/Flash Builder family of products are the only Eclipse Based tools I have so far worked with that have such a big trouble handling file path locations relative to eclipse workspace root
    OOPS. CORRECT ME IF I AM WRONG PLEASE.
    I just replaced the eclipse workspace root with ${DOCUMENTS} and the project still compiles and generates deployment packages successfully.
    Perhaps the "Linked Resources" variables work in the context of flex configuration files.
    However I am not 100% sure.
    Please verify or otherwise provide a solution, as I am ready to select Flex technology products for the development of a new quite complex, multi developer, large scale system and this will be the only reason making me consider abandoning Flex and use other technology products

    I loooove Eclipse for reason.
    Yes, you are right, use of variables is great thing.
    However, there are 2 ways
    1.
    Use all paths relative to Eclipse workspace root. No absolute paths anywhere and No variables.
    2.
    Use tool-supplied variables (like ${DOCUMENTS} supplied by FB4 plugin pointing to Eclipse document root)
    However, although the variable is supplied by FB4 plugin, when a project is generated its files still contain absolute path references
    I had to manually introduce the ${DOCUMENTS} variable in project files discovering that variables work in the context of FB4 plugin project files.
    In earlier versions of FB plugin variables where not processed.
    Congratulations FB4 team, you saved the day.
    All I am saying is that there shouldn't be absolute paths in generated FB project files. Replacing manually currently works but it is not the easiest thing for all users. I happened to know where to look. Others may not.
    I believe FB team has to consider making actual use of the supplied variables in next version of FB (or alternatively, not use variables at all)
    p.s.
    You will love Eclipse, trust me :-)

  • Project import via project catalog

    Hello there,
    I am still working on my setup environment.
    Finally, I was able to deploy my setups to git and access them in my installer.
    There is just something strange.
    When I don't redirect my installer to my git repository to use my own catalogs and add the setup file for my project manually to my installer, everything works fine.
    If I redirect my installer to use the same files from git (they are of course synchronized and absolutely the same) my git projects aren't imported anymore. The other tasks in this setup seem to work fine. The preferences are set, the plugins are installed, but no git repositories, projects or working sets. I don't receive an error message, from the point of view of the installer everything worked out fine, but there is something missing.
    Do you have an idea what could be the problem here?

    Matthias,
    You're missing this in your project catalog:
    <?xml version="1.0" encoding="UTF-8"?>
    <setup:WorkspaceTask
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    id="workspace"/>
    If you want to make your project catalog extensible so that users can
    try authoring their own setups locally and testing them, you might want
    to consider adding this to your catalog as well (with URIs and
    descriptions that match your catalog).
    <project
    href="user:/org.eclipse.projects.setup?name='user.project',label='&lt;User>',description='A
    container project for local user projects that are virtual members of
    the Eclipse.org project catalog'#/"/>
    On 27/07/2015 11:52 AM, Matthias Nicklisch wrote:
    > Regarding the question about why am I doing this:
    > Maybe you've seen my first post here. We want to try Oomph in our
    > company and want to setup an environment. We already have a lot of
    > standards on how to setup our Eclipse environments and want to support
    > and simplify that process for our developers. What I am doing here is
    > a proof of concept. Our goal is to have a standard environment in our
    > git repository, so that we can define our setups there and everyone
    > can access those setups and keep our developers IDEs on one defined
    > standard.
    That sounds good for everyone.
    > As far as I could see it, Oomph is exactly for that purpose. Later we
    > want to define setups for our projects to provide a standardized
    > environment for all developers who are working on one project.
    >
    > What I have done so far is, I have setup a product catalog which
    > provides some standard Eclipse products we need in our company, I have
    > simply copied the product entries from the standard eclipse catalog
    > (http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/)
    >
    > My catalog looks something like this:
    >
    > NOTE: I've edited some names in the files to ensure privacy for my
    > company. But only Labels and parts of the URL which would shows my
    > company or would directly link to our repositories. I just wanna be
    > safe here =)
    >
    >
    > <?xml version="1.0" encoding="UTF-8"?>
    > <setup:ProductCatalog
    > xmi:version="2.0"
    > xmlns:xmi="http://www.omg.org/XMI"
    > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    > xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    > xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
    > name="org.eclipse.products"
    > label="mycompany">
    > <setupTask
    > xsi:type="setup:InstallationTask"
    > id="installation"/>
    > <setupTask
    > xsi:type="setup.p2:P2Task">
    > <requirement
    > name="org.eclipse.oomph.setup.feature.group"/>
    > <repository
    > url="${oomph.update.url}"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10/core/R201405190339"/>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:EclipseIniTask"
    > option="-Doomph.setup"
    > value="=true"
    > vm="true"/>
    > <product name="epp.package.standard"
    > label="Eclipse Standard">
    > <version
    > name="latest"
    > label="Latest (Luna)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Luna)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[4.4.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,4.0.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,4.0.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="latest.released"
    > label="Latest Release (Luna)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Luna)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="luna"
    > label="Luna"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Luna)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="kepler"
    > label="Kepler"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Kepler)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[2.0.0,2.1.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/kepler"/>
    > <repository
    > url="http://download.eclipse.org/releases/kepler/201402280900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <description>
    > Package suited for development of Eclipse itself at Eclipse.org;
    > based on the Eclipse Platform adding PDE, Git, Marketplace Client,
    > source code and developer documentation.<br/>
    > <br/>
    > Click <a
    > href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform">here</a>
    > to file a bug against Eclipse Platform.<br/>
    > Click <a
    > href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit">here</a>
    > to file a bug against Eclipse Git team provider.
    > </description>
    > </product>
    > <product name="epp.package.java"
    > label="Eclipse IDE for Java Developers">
    > <annotation
    > source="http://www.eclipse.org/oomph/setup/BrandingInfo">
    > <detail
    > key="imageURI">
    > <value>http://www.eclipse.org/downloads/images/java.png</value>
    > </detail>
    > </annotation>
    > <version
    > name="latest"
    > label="Latest (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Mars)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,4.0.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="latest.released"
    > label="Latest Release (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Mars)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="mars"
    > label="Mars"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Mars)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="luna"
    > label="Luna"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Luna)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="kepler"
    > label="Kepler"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Kepler)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[2.0.0,2.1.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/kepler"/>
    > <repository
    > url="http://download.eclipse.org/releases/kepler/201402280900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <version
    > name="juno"
    > label="Juno"
    > requiredJavaVersion="1.5">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Juno)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[1.5.0,1.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.8.0,3.9.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/juno"/>
    > <repository
    > url="http://download.eclipse.org/releases/juno/201303010900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <description>The essential tools for any Java developer, including
    > a Java IDE, a Git client, XML Editor, Mylyn, Maven integration and
    > WindowBuilder</description>
    > </product>
    > <product name="epp.package.jee"
    > label="Eclipse IDE for Java EE Developers">
    > <annotation
    > source="http://www.eclipse.org/oomph/setup/BrandingInfo">
    > <detail
    > key="imageURI">
    > <value>http://www.eclipse.org/downloads/images/javaee.png</value>
    > </detail>
    > </annotation>
    > <version
    > name="latest"
    > label="Latest (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Mars)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,4.0.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.11.0,4.0.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="latest.released"
    > label="Latest Release (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Mars)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="mars"
    > label="Mars"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Mars)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="luna"
    > label="Luna"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Luna)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="kepler"
    > label="Kepler"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Kepler)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[2.0.0,2.1.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/kepler"/>
    > <repository
    > url="http://download.eclipse.org/releases/kepler/201402280900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <version
    > name="juno"
    > label="Juno"
    > requiredJavaVersion="1.5">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Juno)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[1.5.0,1.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.8.0,3.9.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.8.0,3.9.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/juno"/>
    > <repository
    > url="http://download.eclipse.org/releases/juno/201303010900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <description>Tools for Java developers creating Java EE and Web
    > applications, including a Java IDE, tools for Java EE, JPA, JSF,
    > Mylyn, EGit and others.</description>
    > </product>
    > </setup:ProductCatalog>
    >
    >
    > I have setup a org.eclipse.setup file in which I reference to my
    > catalogs.
    >
    > I also have setup a project catalog which looks something like this:
    >
    >
    > <?xml version="1.0" encoding="UTF-8"?>
    > <setup:ProjectCatalog
    > xmi:version="2.0"
    > xmlns:xmi="http://www.omg.org/XMI"
    > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    > xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    > name="org.eclipse"
    > label="mycompany">
    > <setupTask
    > xsi:type="setup:ResourceCreationTask"
    > content="MAX_RECENT_WORKSPACES=5
    > RECENT_WORKSPACES=${workspace.location|property}
    > RECENT_WORKSPACES_PROTOCOL=3
    > SHOW_WORKSPACE_SELECTION_DIALOG=true
    > eclipse.preferences.version=1"
    > targetURL="configuration:/.settings/org.eclipse.ui.ide.prefs"/>
    > <project name="GitHubContainer"
    > label="My company Projects">
    > <project
    > href="https://gitlab.mycompany.de/dev-tools/oomph-installer/raw/develop/setups/mycompany_Standard_Mars.setup#/"/>
    > </project>
    > <description></description>
    > </setup:ProjectCatalog>
    >
    >
    >
    > Ok, now my problem.
    >
    > Yes, it is like you've said, in my first approach I used the Eclipse
    > installer in advanced mode, chose Java EE as my Standard Eclipse
    > product and then added via drag&drop my setup file to the <user>
    > extension.
    > That way, everything works fine and everything I have defined in my
    > setup is processed properly.
    >
    > Now, I wanted to try everything via our git repository, so I modified
    > the eclipse-inst.ini in the directory of the eclipse installer and
    > added this line:
    >
    >
    > -Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->https://gitlab.mycompany.de/dev-tools/oomph-installer/raw/master/setups/
    >
    >
    >
    > This is what I meant with redirection to our catalogs.
    > So, when I use that, I can choose my product and also my project
    > setup, everything fine to this point. Generally, my project setup is
    > working fine. I have defined some variables for my installation (e.g.
    > the workspace and installation location, they should be the same on
    > every computer here) I have alos defined a lot of properties for our
    > code style which we have imported before via an epf file. I have
    > parsed every line in that file and added a preference setup task for
    > each line. I also defined some plugins we want to have installed and
    > some standard projects from our git repository which are used in
    > nearly all other projects. The setups looks something like this (I
    > have deleted some things because the preference import is quite large:
    >
    >
    > <?xml version="1.0" encoding="UTF-8"?>
    > <setup:Project
    > xmi:version="2.0"
    > xmlns:xmi="http://www.omg.org/XMI"
    > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    > xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
    > xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
    > xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
    > xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
    > xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    > xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
    > xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
    > xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore
    > http://www.eclipse.org/oomph/setup/jdt/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore
    > http://www.eclipse.org/oomph/predicates/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore
    > http://www.eclipse.org/oomph/setup/projects/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore
    > http://www.eclipse.org/oomph/setup/workingsets/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
    > name="mycompany.standard"
    > label="mycompany">
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Eclipse Installation">
    > <setupTask
    > xsi:type="jdt:JRETask"
    > version="JavaSE-1.8"
    > location="${jre.location-1.8}"/>
    > <setupTask
    > xsi:type="setup:EclipseIniTask"
    > option="-Xmx"
    > value="4096m"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="installation.id"
    > value="standard"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="eclipse.target.platform"
    > value="Mars"
    > defaultValue=""
    > storageURI="scope://Workspace"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="workspace.location"
    > value="C:\Java\Workspaces\${installation.id}"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="installation.location"
    > value="C:\Java\Eclipse\${installation.id}"
    > label="Installation location rule">
    > <description>The rule for the absolute folder location where the
    > product is installed</description>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Codestyle Standards">
    > <setupTask
    > xsi:type="setup:PreferenceTask"
    > key="/instance/org.eclipse.wst.jsdt.core/org.eclipse.wst.jsdt.core.formatter.alignment_for_expressions_in_array_initializer"
    > value="16"/>
    > [A LOT more of those setupTasks...]
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Plugin Installation">
    > <setupTask
    > xsi:type="setup.p2:P2Task">
    > <requirement
    > name="org.eclipse.team.svn.feature.group"/>
    > <requirement
    > name="org.eclipse.team.svn.revision.graph.feature.group"/>
    > <requirement
    > name="org.zeroturnaround.eclipse.feature.feature.group"/>
    > <requirement
    > name="org.zeroturnaround.eclipse.wtp.feature.feature.group"/>
    > <requirement
    > name="org.eclipse.recommenders.templates.rcp.feature.feature.group"/>
    > <requirement
    > name="org.eclipse.recommenders.templates.snipmatch.rcp.feature.feature.group"/>
    > <repository
    > url="${oomph.update.url}"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > <repository
    > url="http://download.eclipse.org/recommenders.incubator/snipmatch/updates/head/"/>
    > <repository
    > url="http://update.zeroturnaround.com/update-site/"/>
    > <repository
    > url="http://update.zeroturnaround.com/update-site/"/>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Git">
    > <setupTask
    > xsi:type="git:GitCloneTask"
    > location="C:\git\project1"
    > remoteURI="https://gitlab.mycompany.de/project/project1.git"
    > pushURI=""
    > checkoutBranch="develop">
    > <description>Project 1</description>
    > </setupTask>
    > <setupTask
    > xsi:type="git:GitCloneTask"
    > location="C:\git\project2"
    > remoteURI="https://gitlab.mycompany.de/project/project2.git"
    > pushURI=""
    > checkoutBranch="develop">
    > <description>Project 2</description>
    > </setupTask>
    > <setupTask
    > xsi:type="git:GitCloneTask"
    > location="C:\git\project3"
    > remoteURI="https://gitlab.mycompany.de/project/project3.git"
    > pushURI=""
    > checkoutBranch="develop">
    > <description>Project 3</description>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Projects">
    > <setupTask
    > xsi:type="projects:ProjectsImportTask"
    > id="1">
    > <sourceLocator
    > rootFolder="C:\git\project1"/>
    > <sourceLocator
    > rootFolder="C:\git\project2"/>
    > <sourceLocator
    > rootFolder="C:\git\project3"/>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup.workingsets:WorkingSetTask"
    > id="">
    > <workingSet
    > name="Mycompany"
    > id="">
    > <predicate
    > xsi:type="predicates:LocationPredicate"
    > pattern="C:/git/.*"/>
    > </workingSet>
    > </setupTask>
    > <stream name="master"
    > label="Master"/>
    > <logicalProjectContainer
    > xsi:type="setup:ProjectCatalog"
    > href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
    > <description>mycompany standard development environment</description>
    > </setup:Project>
    >
    >
    > So, ok, now you should see everything I have done so far in my
    > environment.
    >
    > To summarize it:
    > When I add my setup in the <user> extension of the standard catalog,
    > everything works fine so far. If I use my own catalogs the projects
    > are not imported anymore and I think some other thinks are also not
    > working, have to verify that.
    >
    > Thanks

Maybe you are looking for

  • Can I add a WinServer 2012 into a mix child Domain with 2008 and 2003?

    The founctionall level is 2003 and the main domain is mix with 2008 and 2003. The user need the templete of Server 2012 and use the "new" group policy so that they are able to use the "new" feature in windows 8 (which I totally do Not think is much u

  • Photo streaming

    can I still retrieve the photos taken after the 30 day period has passed of me not able to turn the photo streaming on?

  • Tree structer

    Hi, I am working on tree structer in flex. How can i expand the tree on clicking on label(not imge triagle ie's default property i kinow),is there any way setting attrubutes..... please advice Thanks in Advanced..

  • Error Importing Profiles with LCM

    Hello Experts, We are getting the following error when trying to import the Profiles with LCM to our Production environment: Server was unable to process request. ---> Exception of type 'Hyperion.DimensionServer.Interface.Exceptions.ImportManagerExce

  • JRE 1.3 and multiprocessors

    Does anybody know whether JRE 1.3 is able to work well in a multi-processor computer with Unix OS if so, how to implement this ? which parameters does one have to initilize in the JVM so it would work? if not, how does it work with JVM 1.4 if at all