Shouldn't this be svn:ignore? Regards, Glen
ningjiang wrote: > > Author: ningjiang > Date: Mon Apr 7 07:48:19 2008 > New Revision: 645546 > > URL: http://svn.apache.org/viewvc?rev=645546&view=rev > Log: > Revert the component/pom.xml and add the svn:ignor property on camel-scala > > Modified: > activemq/camel/trunk/components/camel-scala/ (props changed) > activemq/camel/trunk/components/pom.xml > > Propchange: activemq/camel/trunk/components/camel-scala/ > ------------------------------------------------------------------------------ > --- svn:ignor (added) > +++ svn:ignor Mon Apr 7 07:48:19 2008 > @@ -0,0 +1,7 @@ > +.project > +.pmd > +.checkstyle > +.classpath > +target > +.settings > +eclipse-classes > > Modified: activemq/camel/trunk/components/pom.xml > URL: > http://svn.apache.org/viewvc/activemq/camel/trunk/components/pom.xml?rev=645546&r1=645545&r2=645546&view=diff > ============================================================================== > --- activemq/camel/trunk/components/pom.xml (original) > +++ activemq/camel/trunk/components/pom.xml Mon Apr 7 07:48:19 2008 > @@ -1,4 +1,5 @@ > <?xml version="1.0" encoding="UTF-8"?> > + > <!-- > Licensed to the Apache Software Foundation (ASF) under one or more > contributor license agreements. See the NOTICE file distributed with > @@ -14,7 +15,10 @@ > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > See the License for the specific language governing permissions and > limitations under the License. > ---><project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > +--> > + > +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd" > + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns="http://maven.apache.org/POM/4.0.0"> > > <modelVersion>4.0.0</modelVersion> > > @@ -74,7 +78,6 @@ > <module>camel-xmlbeans</module> > <module>camel-xmpp</module> > <module>camel-xstream</module> > - <module>camel-spring-integration</module> > </modules> > > -</project> > \ No newline at end of file > +</project> > > > > -- View this message in context: http://www.nabble.com/svn-commit%3A-r645546---in--activemq-camel-trunk-components%3A-camel-scala--pom.xml-tp16542548s22882p16543875.html Sent from the Camel - Commits mailing list archive at Nabble.com.
