Browse Source

first drop of org.aspectj.matcher - its empty!

tags/V1_6_3rc1
aclement 15 years ago
parent
commit
6ab8486555

+ 14
- 0
org.aspectj.matcher/.classpath View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="testsrc"/>
<classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/src.jar"/>
<classpathentry kind="src" path="/util"/>
<classpathentry kind="src" path="/testing-util"/>
<classpathentry kind="src" path="/bridge"/>
<classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/>
<classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/lib/asm/asm-3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

+ 6
- 0
org.aspectj.matcher/.cvsignore View File

@@ -0,0 +1,6 @@
out
bin
default.lst
default.ajsym
.clover
bintest

+ 22
- 0
org.aspectj.matcher/.project View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.aspectj.matcher</name>
<comment></comment>
<projects>
<project>asm</project>
<project>bridge</project>
<project>runtime</project>
<project>testing-util</project>
<project>util</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

+ 3
- 0
org.aspectj.matcher/.settings/org.eclipse.jdt.ui.prefs View File

@@ -0,0 +1,3 @@
#Thu Sep 22 08:32:30 PDT 2005
eclipse.preferences.version=1
internal.default.compliance=default

+ 6
- 0
org.aspectj.matcher/build.xml View File

@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<!-- see ../build/*.html for explanation -->
<project name="org.aspectj.matcher" default="test" basedir=".">
<import file="${basedir}/../build/build.xml"/>
</project>


+ 10
- 0
org.aspectj.matcher/org.aspectj.matcher.mf.txt View File

@@ -0,0 +1,10 @@
Manifest-Version: 1.0

Name: org/aspectj/matcher/
Specification-Title: AspectJ Matcher Classes
Specification-Version: @build.version.short@
Specification-Vendor: @company.name@
Implementation-Title: org.aspectj.matcher
Implementation-Version: @build.version.short@
Implementation-Vendor: @company.name@


+ 2
- 0
org.aspectj.matcher/src/.cvsignore View File

@@ -0,0 +1,2 @@
bcweaver.lst
bcweaverSrc.lst

Loading…
Cancel
Save