Skip to content

Commit 50ec6e2

Browse files
committed
restructured examples
1 parent 2167901 commit 50ec6e2

File tree

39 files changed

+804
-804
lines changed

39 files changed

+804
-804
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry excluding="**/bin/" including="**/data/|**/java/" kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry kind="lib" path="../lib/aspose-imaging-1.7.0-jdk15.jar"/>
6-
<classpathentry kind="output" path="bin"/>
7-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="**/bin/" including="**/data/|**/java/" kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="lib" path="../lib/aspose-imaging-1.7.0-jdk15.jar"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>Aspose.Imaging Examples</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
</buildSpec>
14-
<natures>
15-
<nature>org.eclipse.jdt.core.javanature</nature>
16-
</natures>
17-
<filteredResources>
18-
<filter>
19-
<id>1356841242113</id>
20-
<name>src</name>
21-
<type>26</type>
22-
<matcher>
23-
<id>org.eclipse.ui.ide.multiFilter</id>
24-
<arguments>1.0-name-matches-false-false-bin</arguments>
25-
</matcher>
26-
</filter>
27-
</filteredResources>
28-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Aspose.Imaging Examples</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
<filteredResources>
18+
<filter>
19+
<id>1356841242113</id>
20+
<name>src</name>
21+
<type>26</type>
22+
<matcher>
23+
<id>org.eclipse.ui.ide.multiFilter</id>
24+
<arguments>1.0-name-matches-false-false-bin</arguments>
25+
</matcher>
26+
</filter>
27+
</filteredResources>
28+
</projectDescription>

Examples.xml renamed to Examples/Examples.xml

Lines changed: 315 additions & 315 deletions
Large diffs are not rendered by default.

src/programmerguide/addwatermarktoimage/data/out.bmp renamed to Examples/src/programmerguide/addwatermarktoimage/data/out.bmp

File renamed without changes.

src/programmerguide/addwatermarktoimage/data/sample.bmp renamed to Examples/src/programmerguide/addwatermarktoimage/data/sample.bmp

File renamed without changes.

src/programmerguide/addwatermarktoimage/java/AddWatermarkToImage.java renamed to Examples/src/programmerguide/addwatermarktoimage/java/AddWatermarkToImage.java

File renamed without changes.
File renamed without changes.

src/programmerguide/concattiffimages/data/TestDemo.tif renamed to Examples/src/programmerguide/concattiffimages/data/TestDemo.tif

File renamed without changes.

src/programmerguide/concattiffimages/data/demo.tif renamed to Examples/src/programmerguide/concattiffimages/data/demo.tif

File renamed without changes.

src/programmerguide/concattiffimages/data/sample.tif renamed to Examples/src/programmerguide/concattiffimages/data/sample.tif

File renamed without changes.

0 commit comments

Comments
 (0)