[ 
https://issues.apache.org/jira/browse/CAMEL-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13181418#comment-13181418
 ] 

Babak Vahdat commented on CAMEL-4498:
-------------------------------------

No nobody should commit them (as they all are the *generated stuff*) but you 
have to tell subversion to ignore them (svn:ignore) property. I assume IntelliJ 
has some similar functionality like Eclipse to allow that, such as "Add to 
svn:ignore" or the like.

The best for you to see them all is just to go to the camel-websocket folder 
and do

{code}
mvn clean install eclipse:clean eclipse:eclipse
{code}

And then you would see them as well where you could add them to the svn:ignore, 
we already had a discussion [1] about it as well.

As you're the one who commited this new component, I assume you should take 
care of the proper svn:ignore properties of this component as well.

[1] 
http://camel.465427.n5.nabble.com/The-svn-ignore-property-isn-t-settled-down-on-trunk-td5035110.html
                
> camel websocket component
> -------------------------
>
>                 Key: CAMEL-4498
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4498
>             Project: Camel
>          Issue Type: New Feature
>    Affects Versions: 2.9.0
>            Reporter: Christopher Köster
>            Assignee: Charles Moulliard
>              Labels: features
>             Fix For: 2.9.1, 2.10
>
>         Attachments: camel-websocket.jpg
>
>
> We have build an implementation of websockets in Apache Camel. In combination 
> with the strengths of Apache Camel you can push events from all given 
> components (file, ftp, hazelcast, queue, etc.) to your browser. This offers 
> great possibilities e.g. in process tracking, process driven forms and others.
> It is fully bidirectional (in contrast to the AHC-component) and can 
> therefore be used for producers and consumers. 
> To get a better idea of what has been done so far, please have a look at:
> https://github.com/catify/camel-websocket

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to