From 231112c89fbae16bc327e89e23397aed66d8f919 Mon Sep 17 00:00:00 2001 From: wisberg Date: Sat, 29 Jan 2005 09:19:00 +0000 Subject: [PATCH] Initial library module --- org.aspectj.lib/.classpath | 9 ++++++ org.aspectj.lib/.project | 18 +++++++++++ org.aspectj.lib/build.ajproperties | 2 ++ org.aspectj.lib/org.aspectj.lib.mf.txt | 18 +++++++++++ org.aspectj.lib/readme-org.aspectj.lib.html | 36 +++++++++++++++++++++ 5 files changed, 83 insertions(+) create mode 100644 org.aspectj.lib/.classpath create mode 100644 org.aspectj.lib/.project create mode 100644 org.aspectj.lib/build.ajproperties create mode 100644 org.aspectj.lib/org.aspectj.lib.mf.txt create mode 100644 org.aspectj.lib/readme-org.aspectj.lib.html diff --git a/org.aspectj.lib/.classpath b/org.aspectj.lib/.classpath new file mode 100644 index 000000000..5cdeffa5b --- /dev/null +++ b/org.aspectj.lib/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/org.aspectj.lib/.project b/org.aspectj.lib/.project new file mode 100644 index 000000000..7f1642713 --- /dev/null +++ b/org.aspectj.lib/.project @@ -0,0 +1,18 @@ + + + org.aspectj.lib + + + + + + org.eclipse.ajdt.ui.ajbuilder + + + + + + org.eclipse.ajdt.ui.ajnature + org.eclipse.jdt.core.javanature + + diff --git a/org.aspectj.lib/build.ajproperties b/org.aspectj.lib/build.ajproperties new file mode 100644 index 000000000..a2334f577 --- /dev/null +++ b/org.aspectj.lib/build.ajproperties @@ -0,0 +1,2 @@ +src.includes = src/,\ + testsrc/ diff --git a/org.aspectj.lib/org.aspectj.lib.mf.txt b/org.aspectj.lib/org.aspectj.lib.mf.txt new file mode 100644 index 000000000..3cc8400e9 --- /dev/null +++ b/org.aspectj.lib/org.aspectj.lib.mf.txt @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 + +Name: org/aspectj/lib/ +Specification-Title: AspectJ Library Classes +Specification-Version: @build.version.base@ +Specification-Vendor: @company.name@ +Implementation-Title: org.aspectj.lib +Implementation-Version: @build.version@ +Implementation-Vendor: @company.name@ +Bundle-Name: AspectJ +Bundle-Version: @build.version.base@ +Import-Package: org.aspectj.lib,org.aspectj.lib.pointcuts +Bundle-Copyright: (C) Copyright 2005 Contributors. + All Rights Reserved. + + + + diff --git a/org.aspectj.lib/readme-org.aspectj.lib.html b/org.aspectj.lib/readme-org.aspectj.lib.html new file mode 100644 index 000000000..18afd17ca --- /dev/null +++ b/org.aspectj.lib/readme-org.aspectj.lib.html @@ -0,0 +1,36 @@ + + org.aspectj.lib library module + +

org.aspectj.lib library module

+

+This module is compiled using AspectJ, both in Eclipse and with Ant. +The Eclipse support is defined as usual in +.classpath and .project. +The Ant build support in ../build/build.xml +is limited: +

+ + + \ No newline at end of file -- 2.39.5