Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jamie Mansfield
asm
Commits
a39d3562
Commit
a39d3562
authored
Jan 20, 2008
by
ekuleshov
Browse files
uploading 3.1 release to Maven repository
parent
c7fb397f
Changes
4
Hide whitespace changes
Inline
Side-by-side
archive/asm-all.xml
View file @
a39d3562
...
...
@@ -12,6 +12,15 @@
<attribute
name=
"Implementation-Title"
value=
"ASM all classes"
/>
<attribute
name=
"Implementation-Version"
value=
"${product.artifact}"
/>
<attribute
name=
"Implementation-Vendor"
value=
"France Telecom R&D"
/>
<attribute
name=
"Bundle-ManifestVersion"
value=
"2"
/>
<attribute
name=
"Bundle-Name"
value=
"ASM all classes"
/>
<attribute
name=
"Bundle-Vendor"
value=
"France Telecom R&D"
/>
<attribute
name=
"Bundle-Version"
value=
"${product.artifact}"
/>
<attribute
name=
"Bundle-DocURL"
value=
"http://asm.objectweb.org"
/>
<attribute
name=
"Bundle-SymbolicName"
value=
"org.objectweb.asm.all"
/>
<attribute
name=
"Export-Package"
value=
"org.objectweb.asm;version=${product.artifact},org.objectweb.asm.signature;version=${product.artifact},org.objectweb.asm.commons;version=${product.artifact},org.objectweb.asm.tree;version=${product.artifact},org.objectweb.asm.tree.analysis;version=${product.artifact},org.objectweb.asm.util;version=${product.artifact},org.objectweb.asm.xml;version=${product.artifact}"
/>
<attribute
name=
"Bundle-RequiredExecutionEnvironment"
value=
"J2SE-1.3"
/>
</manifest>
</jar>
...
...
archive/asm-parent.pom
View file @
a39d3562
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>asm-parent</artifactId>
...
...
@@ -88,4 +91,39 @@
</dependencies>
</dependencyManagement>
<mailingLists>
<mailingList>
<name>ASM Users List</name>
<subscribe>sympa@ow2.org?subject=subscribe%20asm</subscribe>
<unsubscribe>sympa@ow2.org?subject=unsubscribe%20asm</unsubscribe>
<post>asm@ow2.org</post>
<archive>http://www.ow2.org/wws/arc/asm</archive>
</mailingList>
<mailingList>
<name>ASM Team List</name>
<subscribe>sympa@ow2.org?subject=subscribe%20asm-team</subscribe>
<unsubscribe>sympa@ow2.org?subject=unsubscribe%20asm-team</unsubscribe>
<post>asm-team@ow2.org</post>
<archive>http://www.ow2.org/wws/arc/asm-team</archive>
</mailingList>
</mailingLists>
<distributionManagement>
<downloadUrl>http://mojo.codehaus.org/my-project</downloadUrl>
<repository>
<id>objectweb</id>
<uniqueVersion>false</uniqueVersion>
<name>ObjectWeb Maven 2.0 Repository</name>
<url>dav:https://maven.forge.objectweb.org:8002/maven2/</url>
<layout>default</layout>
</repository>
<snapshotRepository>
<id>objectweb.snapshots</id>
<uniqueVersion>false</uniqueVersion>
<name>ObjectWeb Maven 2.0 Snapshot Repository</name>
<url>dav:https://maven.forge.objectweb.org:8002/maven2-snapshot/</url>
<layout>default</layout>
</snapshotRepository>
</distributionManagement>
</project>
build.xml
View file @
a39d3562
...
...
@@ -144,6 +144,13 @@
classpath=
"${objectweb.ant.tasks.path}"
/>
<taskdef
classpathref=
"cobertura.classpath"
resource=
"tasks.properties"
/>
<typedef
resource=
"org/apache/maven/artifact/ant/antlib.xml"
uri=
"urn:maven-artifact-ant"
>
<classpath>
<pathelement
location=
"test/lib/maven-ant-tasks-2.0.7.jar"
/>
</classpath>
</typedef>
</target>
<!-- =================================== -->
...
...
@@ -565,96 +572,90 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
<echo
message=
" -Dtest.name=<test name> Only a single test. The target <test name> is called"
/>
</target>
<target
name=
"maven.install"
xmlns:artifact=
"urn:maven-artifact-ant"
>
<typedef
resource=
"org/apache/maven/artifact/ant/antlib.xml"
uri=
"urn:maven-artifact-ant"
>
<classpath>
<pathelement
location=
"test/lib/maven-artifact-ant-2.0.4-dep.jar"
/>
</classpath>
</typedef>
<target
name=
"maven.install"
xmlns:artifact=
"urn:maven-artifact-ant"
depends=
"init"
>
<artifact:install
file=
"${out.dist.lib}/asm-parent-
3.0
.pom"
>
<artifact:pom
file=
"${out.dist.lib}/asm-parent-
3.0
.pom"
/>
<artifact:install
file=
"${out.dist.lib}/asm-parent-
${product.artifact}
.pom"
>
<artifact:pom
file=
"${out.dist.lib}/asm-parent-
${product.artifact}
.pom"
/>
</artifact:install>
<artifact:install
file=
"${out.dist.lib}/asm-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-
3.0
.pom"
/>
<artifact:install
file=
"${out.dist.lib}/asm-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-
${product.artifact}
.pom"
/>
</artifact:install>
<artifact:install
file=
"${out.dist.lib}/asm-analysis-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-analysis-
3.0
.pom"
/>
<artifact:install
file=
"${out.dist.lib}/asm-analysis-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-analysis-
${product.artifact}
.pom"
/>
</artifact:install>
<artifact:install
file=
"${out.dist.lib}/asm-commons-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-commons-
3.0
.pom"
/>
<artifact:install
file=
"${out.dist.lib}/asm-commons-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-commons-
${product.artifact}
.pom"
/>
</artifact:install>
<artifact:install
file=
"${out.dist.lib}/asm-tree-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-tree-
3.0
.pom"
/>
<artifact:install
file=
"${out.dist.lib}/asm-tree-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-tree-
${product.artifact}
.pom"
/>
</artifact:install>
<artifact:install
file=
"${out.dist.lib}/asm-util-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-util-
3.0
.pom"
/>
<artifact:install
file=
"${out.dist.lib}/asm-util-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-util-
${product.artifact}
.pom"
/>
</artifact:install>
<artifact:install
file=
"${out.dist.lib}/asm-xml-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-xml-
3.0
.pom"
/>
<artifact:install
file=
"${out.dist.lib}/asm-xml-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-xml-
${product.artifact}
.pom"
/>
</artifact:install>
<artifact:install
file=
"${out.dist.lib}/all/asm-all-3.0.jar"
>
<artifact:pom
file=
"${out.dist.lib}/all/asm-all-3.0.pom"
/>
<artifact:install
file=
"${out.dist.lib}/all/asm-all-${product.artifact}.jar"
>
<artifact:pom
file=
"${out.dist.lib}/all/asm-all-${product.artifact}.pom"
/>
<artifact:attach
file=
"${out.dist}/src.zip"
type=
"jar"
classifier=
"sources"
/>
</artifact:install>
</target>
<target
name=
"maven.deploy"
xmlns:artifact=
"urn:maven-artifact-ant"
>
<typedef
resource=
"org/apache/maven/artifact/ant/antlib.xml"
uri=
"urn:maven-artifact-ant"
>
<classpath>
<pathelement
location=
"test/lib/maven-artifact-ant-2.0.4-dep.jar"
/>
</classpath>
</typedef>
<target
name=
"maven.deploy"
xmlns:artifact=
"urn:maven-artifact-ant"
depends=
"init"
>
<artifact:install-provider
artifactId=
"wagon-file"
version=
"1.0-alpha-5"
/>
<artifact:install-provider
artifactId=
"wagon-file"
version=
"1.0-alpha-7"
/>
<artifact:install-provider
artifactId=
"wagon-webdav"
version=
"1.0-alpha-6"
/>
<
property
name=
"repository.url"
value
=
"file:${out}/maven"
/>
<
artifact:remoteRepository
id=
"objectweb.repo"
layout=
"default"
url
=
"file:${out}/maven"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-parent-
3.0
.pom"
>
<artifact:pom
file=
"${out.dist.lib}/asm-parent-
3.0
.pom"
/>
<remoteRepository
url=
"${repository.url}
"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-parent-
${product.artifact}
.pom"
>
<artifact:pom
file=
"${out.dist.lib}/asm-parent-
${product.artifact}
.pom"
/>
<remoteRepository
refid=
"objectweb.repo
"
/>
</artifact:deploy>
<artifact:deploy
file=
"${out.dist.lib}/asm-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-
3.0
.pom"
/>
<remoteRepository
url=
"${repository.url}
"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-
${product.artifact}
.pom"
/>
<remoteRepository
refid=
"objectweb.repo
"
/>
</artifact:deploy>
<artifact:deploy
file=
"${out.dist.lib}/asm-analysis-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-analysis-
3.0
.pom"
/>
<remoteRepository
url=
"${repository.url}
"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-analysis-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-analysis-
${product.artifact}
.pom"
/>
<remoteRepository
refid=
"objectweb.repo
"
/>
</artifact:deploy>
<artifact:deploy
file=
"${out.dist.lib}/asm-commons-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-commons-
3.0
.pom"
/>
<remoteRepository
url=
"${repository.url}
"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-commons-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-commons-
${product.artifact}
.pom"
/>
<remoteRepository
refid=
"objectweb.repo
"
/>
</artifact:deploy>
<artifact:deploy
file=
"${out.dist.lib}/asm-tree-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-tree-
3.0
.pom"
/>
<remoteRepository
url=
"${repository.url}
"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-tree-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-tree-
${product.artifact}
.pom"
/>
<remoteRepository
refid=
"objectweb.repo
"
/>
</artifact:deploy>
<artifact:deploy
file=
"${out.dist.lib}/asm-util-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-util-
3.0
.pom"
/>
<remoteRepository
url=
"${repository.url}
"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-util-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-util-
${product.artifact}
.pom"
/>
<remoteRepository
refid=
"objectweb.repo
"
/>
</artifact:deploy>
<artifact:deploy
file=
"${out.dist.lib}/asm-xml-
3.0
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-xml-
3.0
.pom"
/>
<remoteRepository
url=
"${repository.url}
"
/>
<artifact:deploy
file=
"${out.dist.lib}/asm-xml-
${product.artifact}
.jar"
>
<artifact:pom
file=
"${out.dist.lib}/asm-xml-
${product.artifact}
.pom"
/>
<remoteRepository
refid=
"objectweb.repo
"
/>
</artifact:deploy>
<artifact:deploy
file=
"${out.dist.lib}/all/asm-all-3.0.jar"
>
<artifact:pom
file=
"${out.dist.lib}/all/asm-all-3.0.pom"
/>
<remoteRepository
url=
"${repository.url}"
/>
<artifact:deploy
file=
"${out.dist.lib}/all/asm-all-${product.artifact}.jar"
>
<artifact:pom
file=
"${out.dist.lib}/all/asm-all-${product.artifact}.pom"
/>
<artifact:attach
file=
"${out.dist}/src.zip"
type=
"jar"
classifier=
"sources"
/>
<remoteRepository
refid=
"objectweb.repo"
/>
</artifact:deploy>
</target>
</project>
test/lib/maven-ant-tasks-2.0.7.jar
0 → 100644
View file @
a39d3562
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment