Changeset 1618
- Timestamp:
- 04/10/07 12:05:01
(2 years ago)
- Author:
- dsugar
- Message:
cleanup warnings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1542 |
r1618 |
|
| 1 | 1 | bin.includes = icons/,\ |
|---|
| 2 | | compilerbuild.xml,\ |
|---|
| 3 | 2 | plugin.xml,\ |
|---|
| 4 | | cdsframework.spt,\ |
|---|
| 5 | | include/,\ |
|---|
| 6 | 3 | COPYING,\ |
|---|
| 7 | | frameworkcc.sh,\ |
|---|
| 8 | | refpolicy/,\ |
|---|
| 9 | 4 | CDSFramework.jar,\ |
|---|
| 10 | 5 | resources/,\ |
|---|
| … | … | |
| 15 | 10 | icons/,\ |
|---|
| 16 | 11 | src/,\ |
|---|
| 17 | | build/,\ |
|---|
| 18 | 12 | libselinuxjava/,\ |
|---|
| 19 | | cdsframework.spt,\ |
|---|
| 20 | | test/dictionary.fdic,\ |
|---|
| 21 | | include/,\ |
|---|
| 22 | | compilerbuild.xml,\ |
|---|
| 23 | | refpolicy/,\ |
|---|
| 24 | 13 | COPYING,\ |
|---|
| 25 | 14 | resources/,\ |
|---|
| 26 | 15 | META-INF/,\ |
|---|
| 27 | | plugin.properties |
|---|
| 28 | | src.excludes = libselinuxjava/libselinuxjava.a,\ |
|---|
| 29 | | libselinuxjava/libselinuxjava.so,\ |
|---|
| 30 | | libselinuxjava/libselinuxjava.so.1,\ |
|---|
| 31 | | libselinuxjava/selinuxswig_wrap.c,\ |
|---|
| 32 | | libselinuxjava/selinuxswig_wrap.lo,\ |
|---|
| 33 | | libselinuxjava/selinuxswig_wrap.o,\ |
|---|
| 34 | | libapoljava/apolswig_wrap.c,\ |
|---|
| 35 | | libapoljava/apolswig_wrap.lo,\ |
|---|
| 36 | | libapoljava/apolswig_wrap.o,\ |
|---|
| 37 | | libapoljava/libapoljava.a,\ |
|---|
| 38 | | libapoljava/libapoljava.so,\ |
|---|
| 39 | | libapoljava/libapoljava.so.1 |
|---|
| | 16 | plugin.properties,\ |
|---|
| | 17 | .project,\ |
|---|
| | 18 | Junit/,\ |
|---|
| | 19 | build.properties |
|---|
| 40 | 20 | source.CDSFramework.jar = src/ |
|---|
| 41 | 21 | output.CDSFramework.jar = bin/ |
|---|
| r1601 |
r1618 |
|
| 4 | 4 | TableOfContents.xml,\ |
|---|
| 5 | 5 | build.properties,\ |
|---|
| 6 | | html/,\ |
|---|
| 7 | | toc.xml,\ |
|---|
| 8 | | compilerTableOfContents.xml,\ |
|---|
| 9 | 6 | images/,\ |
|---|
| 10 | 7 | help.css,\ |
|---|
| r1614 |
r1618 |
|
| 4 | 4 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 5 | 5 | <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|---|
| 6 | | <classpathentry combineaccessrules="false" kind="src" path="/libselinuxjava"/> |
|---|
| 7 | 6 | <classpathentry kind="output" path="bin"/> |
|---|
| 8 | 7 | </classpath> |
|---|
| r1612 |
r1618 |
|
| 1 | | bin.includes = META-INF/ |
|---|
| | 1 | source.library.jar = src/ |
|---|
| | 2 | output.library.jar = bin/ |
|---|
| | 3 | bin.includes = META-INF/,\ |
|---|
| | 4 | library.jar |
|---|
| 2 | 5 | src.includes = .classpath,\ |
|---|
| 3 | 6 | .project,\ |
|---|
| … | … | |
| 5 | 8 | build.properties,\ |
|---|
| 6 | 9 | src/ |
|---|
| | 10 | jars.compile.order = library.jar |
|---|
| | 11 | |
|---|
Download in other formats:
* Generating other formats may take time.