Hi, with activated
> + <module>ontologymanager/ontonet</module> > + <module>ontologymanager/web</module> the build is broken on my local machine. Do others have the same problem? The last Jenkins build [1] also seems to have some problems although I do not really understand was happens there. [1] https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk-1.6/241/ Best, - Fabian 2011/6/22 <[email protected]>: > Author: enridaga > Date: Wed Jun 22 16:12:37 2011 > New Revision: 1138529 > > URL: http://svn.apache.org/viewvc?rev=1138529&view=rev > Log: > Remove unused dependencies from pom files. This would break when moving out > of the profile. Probably also /store can be moved out but I leave this to > someone who can monitor it. STANBOL-177 > > Modified: > incubator/stanbol/trunk/pom.xml > > Modified: incubator/stanbol/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1138529&r1=1138528&r2=1138529&view=diff > ============================================================================== > --- incubator/stanbol/trunk/pom.xml (original) > +++ incubator/stanbol/trunk/pom.xml Wed Jun 22 16:12:37 2011 > @@ -51,6 +51,8 @@ > <module>enhancer</module> > <module>data</module> > <module>contenthub/web</module> > + <module>ontologymanager/ontonet</module> > + <module>ontologymanager/web</module> > <module>launchers/stateless</module> > <module>launchers/full</module> > <module>integration-tests</module> > @@ -66,7 +68,7 @@ > <!-- > <module>owl</module> > --> > - <module>ontologymanager</module> > + <module>ontologymanager/store</module> > <module>rules</module> > <module>reengineer</module> > <module>reasoners</module> > > > -- Fabian
