rename/move empty package as directory: correct refs on dir itself

This commit is contained in:
anna
2011-07-13 13:53:00 +04:00
parent 34e204b1fd
commit 47e7f584b7
12 changed files with 109 additions and 45 deletions
@@ -0,0 +1,3 @@
package pack1;
public class S2{}
@@ -0,0 +1,3 @@
<root xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="../../src1/target/pack1" xpointer="xpointer(/components/*)"/>
</root>
@@ -0,0 +1,3 @@
package pack1;
public class S2{}
@@ -0,0 +1,3 @@
<root xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="../../src1/pack1" xpointer="xpointer(/components/*)"/>
</root>