From: aclement Date: Mon, 20 Oct 2008 18:38:49 +0000 (+0000) Subject: first drop of org.aspectj.matcher - its empty! X-Git-Tag: V1_6_3rc1~175 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6ab8486555854b20b5402a69bd780290f2336b4f;p=aspectj.git first drop of org.aspectj.matcher - its empty! --- diff --git a/org.aspectj.matcher/.classpath b/org.aspectj.matcher/.classpath new file mode 100644 index 000000000..ec3f8d79a --- /dev/null +++ b/org.aspectj.matcher/.classpath @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/org.aspectj.matcher/.cvsignore b/org.aspectj.matcher/.cvsignore new file mode 100644 index 000000000..e1b17a04f --- /dev/null +++ b/org.aspectj.matcher/.cvsignore @@ -0,0 +1,6 @@ +out +bin +default.lst +default.ajsym +.clover +bintest diff --git a/org.aspectj.matcher/.project b/org.aspectj.matcher/.project new file mode 100644 index 000000000..787cfd0b6 --- /dev/null +++ b/org.aspectj.matcher/.project @@ -0,0 +1,22 @@ + + + org.aspectj.matcher + + + asm + bridge + runtime + testing-util + util + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/org.aspectj.matcher/.settings/org.eclipse.jdt.ui.prefs b/org.aspectj.matcher/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 000000000..e591fe798 --- /dev/null +++ b/org.aspectj.matcher/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,3 @@ +#Thu Sep 22 08:32:30 PDT 2005 +eclipse.preferences.version=1 +internal.default.compliance=default diff --git a/org.aspectj.matcher/build.xml b/org.aspectj.matcher/build.xml new file mode 100644 index 000000000..7372e220f --- /dev/null +++ b/org.aspectj.matcher/build.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/org.aspectj.matcher/org.aspectj.matcher.mf.txt b/org.aspectj.matcher/org.aspectj.matcher.mf.txt new file mode 100644 index 000000000..f3fe07179 --- /dev/null +++ b/org.aspectj.matcher/org.aspectj.matcher.mf.txt @@ -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@ + diff --git a/org.aspectj.matcher/src/.cvsignore b/org.aspectj.matcher/src/.cvsignore new file mode 100644 index 000000000..defacf099 --- /dev/null +++ b/org.aspectj.matcher/src/.cvsignore @@ -0,0 +1,2 @@ +bcweaver.lst +bcweaverSrc.lst