I pulled Andre's patch from https://github.com/apache/deltacloud/pull/2.patch 
and tidied up a bit - there were some remnants left from the renaming of 
org.jboss.tools.deltacloud.client to org.apache.deltacloud.client. Andre can 
you please check this patch and if you are happy I will commit from my local 
branch. Can you especially make sure the files I deleted are ok?

=============
What I did:

(from deltacloud/clients/java):

rm -rf org.jboss.tools.deltacloud.client
rm -rf org.jboss.tools.deltacloud.client.test/

cd org.apache.deltacloud.client
rm .classpath
rm -rf .settings
rm build.properties
rm .project

Question: is i) the Maven pom.xml necessary or shall I remove?
            ii) the META-INF/MANIFEST.MF necessary (doesn't seem to contain any 
classes for the jar here)


============================
cd org.apache.deltacloud.client.test

rm .classpath
rm .project
rm -rf .settings/
rm build.properties

Question: do we need  '.externalToolBuilders/org.eclipse.pde.SchemaBuilder 
(1).launch' or should I remove this? Again, are the pom.xml and META-INF 
necessary? 

In clients/java/org.apache.deltacloud.client.test/src/org/ there are two 
subdirectory trees - 'jboss' and 'apache'. So:

clients/java/org.apache.deltacloud.client.test/src/org/----> 
apache/deltacloud/client/internal/test/
                                                      |           
                                                      |----> 
jboss/tools/internal/deltacloud/client/utils/test/UrlBuilderTest.java


Is this necessary? Can the UrlBuilderTest.java be moved elsewhere?


thanks, marios

Reply via email to